Package org.keycloak.authentication
Interface CredentialValidator<T extends CredentialProvider>
- All Known Implementing Classes:
 ConditionalOtpFormAuthenticator,OTPFormAuthenticator,PasskeysConditionalUIAuthenticator,PasswordForm,ResetOTP,ValidateOTP,WebAuthnAuthenticator,WebAuthnPasswordlessAuthenticator
public interface CredentialValidator<T extends CredentialProvider>
- 
Method Summary
Modifier and TypeMethodDescriptiongetCredentialProvider(KeycloakSession session) default List<CredentialModel>getCredentials(KeycloakSession session, RealmModel realm, UserModel user) default StringgetType(KeycloakSession session)  
- 
Method Details
- 
getCredentialProvider
 - 
getCredentials
default List<CredentialModel> getCredentials(KeycloakSession session, RealmModel realm, UserModel user)  - 
getType
 
 -