Package org.keycloak.authentication
Interface CredentialAction
- All Known Subinterfaces:
 CredentialRegistrator
- All Known Implementing Classes:
 DeleteCredentialAction,RecoveryAuthnCodesAction,UpdateTotp,WebAuthnPasswordlessRegister,WebAuthnRegister
public interface CredentialAction
Marking any required action implementation, that is supposed to work with user credentials
- Author:
 - Marek Posolda
 
- 
Method Summary
Modifier and TypeMethodDescriptiongetCredentialType(KeycloakSession session, AuthenticationSessionModel authenticationSession)  
- 
Method Details
- 
getCredentialType
- Returns:
 - credential type, which this action is able to register. This should refer to the same value as returned by 
CredentialProvider.getType()of the corresponding credential provider andConfigurableAuthenticatorFactory.getReferenceCategory()of the corresponding authenticator 
 
 -