Class AuthenticationExecutionModel

    • Constructor Detail

      • AuthenticationExecutionModel

        public AuthenticationExecutionModel()
    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getAuthenticatorConfig

        public String getAuthenticatorConfig()
      • setAuthenticatorConfig

        public void setAuthenticatorConfig​(String authenticatorConfig)
      • getAuthenticator

        public String getAuthenticator()
      • setAuthenticator

        public void setAuthenticator​(String authenticator)
      • getPriority

        public int getPriority()
      • setPriority

        public void setPriority​(int priority)
      • getParentFlow

        public String getParentFlow()
      • setParentFlow

        public void setParentFlow​(String parentFlow)
      • getFlowId

        public String getFlowId()
        If this execution is a flow, this is the flowId pointing to an AuthenticationFlowModel
        Returns:
      • setFlowId

        public void setFlowId​(String flowId)
      • isAuthenticatorFlow

        public boolean isAuthenticatorFlow()
        Is the referenced authenticator a flow?
        Returns:
      • setAuthenticatorFlow

        public void setAuthenticatorFlow​(boolean authenticatorFlow)
      • isRequired

        public boolean isRequired()
      • isConditional

        public boolean isConditional()
      • isAlternative

        public boolean isAlternative()
      • isDisabled

        public boolean isDisabled()
      • isEnabled

        public boolean isEnabled()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object