Package org.keycloak.authentication
Interface CredentialValidator<T extends CredentialProvider>
- 
- All Known Implementing Classes:
- BasicAuthOTPAuthenticator,- ConditionalOtpFormAuthenticator,- OTPFormAuthenticator,- PasswordForm,- ResetOTP,- ValidateOTP,- WebAuthnAuthenticator,- WebAuthnPasswordlessAuthenticator
 
 public interface CredentialValidator<T extends CredentialProvider>
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description TgetCredentialProvider(KeycloakSession session)default List<CredentialModel>getCredentials(KeycloakSession session, RealmModel realm, UserModel user)default StringgetType(KeycloakSession session)
 
- 
- 
- 
Method Detail- 
getCredentialProviderT getCredentialProvider(KeycloakSession session) 
 - 
getCredentialsdefault List<CredentialModel> getCredentials(KeycloakSession session, RealmModel realm, UserModel user) 
 - 
getTypedefault String getType(KeycloakSession session) 
 
- 
 
-