Package org.keycloak.models
Class CredentialValidationOutput
java.lang.Object
org.keycloak.models.CredentialValidationOutput
Output of credential validation
- Author:
 - Marek Posolda
 
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
ConstructorsConstructorDescriptionCredentialValidationOutput(UserModel authenticatedUser, CredentialValidationOutput.Status authStatus, Map<String, String> state)  - 
Method Summary
Modifier and TypeMethodDescriptionstatic CredentialValidationOutputfailed()static CredentialValidationOutputfallback()getState()State that is passed back by provider 
- 
Constructor Details
- 
CredentialValidationOutput
public CredentialValidationOutput(UserModel authenticatedUser, CredentialValidationOutput.Status authStatus, Map<String, String> state)  
 - 
 - 
Method Details
- 
failed
 - 
fallback
 - 
getAuthenticatedUser
 - 
getAuthStatus
 - 
getState
State that is passed back by provider- Returns:
 
 - 
merge
 
 -