Package org.keycloak.credential
Interface CredentialAuthentication
-
- All Known Implementing Classes:
KerberosFederationProvider
,LDAPStorageProvider
public interface CredentialAuthentication
Single purpose method that knows how to authenticate a user based on a credential type. This is used when the user is not known but the provider knows how to extract this information from the credential. Examples are Kerberos.- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CredentialValidationOutput
authenticate(RealmModel realm, CredentialInput input)
boolean
supportsCredentialAuthenticationFor(String type)
-
-
-
Method Detail
-
supportsCredentialAuthenticationFor
boolean supportsCredentialAuthenticationFor(String type)
-
authenticate
CredentialValidationOutput authenticate(RealmModel realm, CredentialInput input)
-
-