public abstract class UserIdentityToModelMapper extends Object
| Constructor and Description |
|---|
UserIdentityToModelMapper() |
| Modifier and Type | Method and Description |
|---|---|
abstract UserModel |
find(AuthenticationFlowContext context,
Object userIdentity) |
static UserIdentityToModelMapper |
getUserIdentityToCustomAttributeMapper(String attributeName) |
static UserIdentityToModelMapper |
getUsernameOrEmailMapper() |
public abstract UserModel find(AuthenticationFlowContext context, Object userIdentity) throws Exception
Exceptionpublic static UserIdentityToModelMapper getUsernameOrEmailMapper()
public static UserIdentityToModelMapper getUserIdentityToCustomAttributeMapper(String attributeName)
Copyright © 2021 JBoss by Red Hat. All rights reserved.