public abstract class AbstractClaimMapper extends AbstractIdentityProviderMapper
| Modifier and Type | Field and Description |
|---|---|
static String |
CLAIM |
static String |
CLAIM_VALUE |
ANY_PROVIDER| Constructor and Description |
|---|
AbstractClaimMapper() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
getClaimValue(org.keycloak.models.IdentityProviderMapperModel mapperModel,
BrokeredIdentityContext context) |
static Object |
getClaimValue(JsonWebToken token,
String claim) |
protected boolean |
hasClaimValue(org.keycloak.models.IdentityProviderMapperModel mapperModel,
BrokeredIdentityContext context) |
boolean |
valueEquals(String desiredValue,
Object value) |
close, create, init, postInitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCompatibleProviders, getDisplayCategory, getDisplayType, importNewUser, updateBrokeredUsergetIdgetConfigProperties, getHelpTextpublic static final String CLAIM
public static final String CLAIM_VALUE
public static Object getClaimValue(JsonWebToken token, String claim)
protected Object getClaimValue(org.keycloak.models.IdentityProviderMapperModel mapperModel, BrokeredIdentityContext context)
protected boolean hasClaimValue(org.keycloak.models.IdentityProviderMapperModel mapperModel, BrokeredIdentityContext context)
Copyright © 2015 JBoss by Red Hat. All rights reserved.