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 Summary
All 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
-
getCredentialProvider
T getCredentialProvider(KeycloakSession session)
-
getCredentials
default List<CredentialModel> getCredentials(KeycloakSession session, RealmModel realm, UserModel user)
-
getType
default String getType(KeycloakSession session)
-
-