Class LDAPResponseContext

    • Field Detail

      • authenticationResponse

        @Nullable
        private AuthenticationResponse authenticationResponse
        Authentication response.
    • Constructor Detail

      • LDAPResponseContext

        public LDAPResponseContext()
    • Method Detail

      • getAuthenticationResponse

        @Nullable
        public AuthenticationResponse getAuthenticationResponse()
        Get the LDAP authentication response.
        Returns:
        LDAP authentication response
      • setAuthenticationResponse

        @Nonnull
        public LDAPResponseContext setAuthenticationResponse​(@Nullable
                                                             AuthenticationResponse response)
        Set the LDAP authentication response.
        Parameters:
        response - of an LDAP authentication
        Returns:
        this context
      • hasAccountStateWarning

        public boolean hasAccountStateWarning()
        Check for the presence of account state warnings.
        Returns:
        true if account state warnings exist
      • hasAccountStateError

        public boolean hasAccountStateError()
        Check for the presence of account state errors.
        Returns:
        true if account state errors exist