Interface MapKeycloakTransactionWithAuth<V extends AbstractEntity,​M>

    • Method Detail

      • authenticate

        MapCredentialValidationOutput<V> authenticate​(RealmModel realm,
                                                      CredentialInput input)
        Authenticate a user with the provided input credentials. Use this, for example, for Kerberos SPNEGO authentication, where the user will be determined at the end of the interaction with the client.
        Parameters:
        realm - realm against which to authenticate against
        input - information provided by the user
        Returns:
        Information on how to continue the conversion with the client, or a terminal result. For a successful authentication, will also contain information about the user.