public abstract class AbstractClaimMapper extends AbstractIdentityProviderMapper
Modifier and Type | Field and Description |
---|---|
static String |
CLAIM |
static String |
CLAIM_VALUE |
ANY_PROVIDER, DEFAULT_IDENTITY_PROVIDER_MAPPER_SYNC_MODES
Constructor and Description |
---|
AbstractClaimMapper() |
Modifier and Type | Method and Description |
---|---|
static Object |
getClaimValue(BrokeredIdentityContext context,
String claim) |
static Object |
getClaimValue(IdentityProviderMapperModel mapperModel,
BrokeredIdentityContext context) |
static Object |
getClaimValue(JsonWebToken token,
String claim) |
protected boolean |
hasClaimValue(IdentityProviderMapperModel mapperModel,
BrokeredIdentityContext context) |
boolean |
valueEquals(String desiredValue,
Object value) |
close, create, importNewUser, init, postInit, preprocessFederatedIdentity, updateBrokeredUser, updateBrokeredUserLegacy
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCompatibleProviders, getDisplayCategory, getDisplayType, supportsSyncMode
getId, order
getConfigProperties, getHelpText
public static final String CLAIM
public static final String CLAIM_VALUE
public static Object getClaimValue(JsonWebToken token, String claim)
public static Object getClaimValue(IdentityProviderMapperModel mapperModel, BrokeredIdentityContext context)
public static Object getClaimValue(BrokeredIdentityContext context, String claim)
protected boolean hasClaimValue(IdentityProviderMapperModel mapperModel, BrokeredIdentityContext context)
Copyright © 2020 JBoss by Red Hat. All rights reserved.