Class UserIdentityToModelMapper
java.lang.Object
org.keycloak.authentication.authenticators.x509.UserIdentityToModelMapper
- Version:
- $Revision: 1 $
- Author:
- Peter Nalyvayko
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract org.keycloak.models.UserModelstatic UserIdentityToModelMappergetUserIdentityToCustomAttributeMapper(String attributeName) static UserIdentityToModelMapper
-
Constructor Details
-
UserIdentityToModelMapper
public UserIdentityToModelMapper()
-
-
Method Details
-
find
public abstract org.keycloak.models.UserModel find(org.keycloak.authentication.AuthenticationFlowContext context, Object userIdentity) throws Exception - Throws:
Exception
-
getUsernameOrEmailMapper
-
getUserIdentityToCustomAttributeMapper
public static UserIdentityToModelMapper getUserIdentityToCustomAttributeMapper(String attributeName)
-