Package org.keycloak.social.github
Class GitHubUserAttributeMapper
- java.lang.Object
- 
- org.keycloak.broker.provider.AbstractIdentityProviderMapper
- 
- org.keycloak.broker.oidc.mappers.AbstractJsonUserAttributeMapper
- 
- org.keycloak.social.github.GitHubUserAttributeMapper
 
 
 
- 
- All Implemented Interfaces:
- IdentityProviderMapper,- ConfiguredProvider,- Provider,- ProviderFactory<IdentityProviderMapper>
 
 public class GitHubUserAttributeMapper extends AbstractJsonUserAttributeMapper User attribute mapper.- Author:
- Vlastimil Elias (velias at redhat dot com)
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringPROVIDER_ID- 
Fields inherited from class org.keycloak.broker.oidc.mappers.AbstractJsonUserAttributeMapperCONF_JSON_FIELD, CONF_USER_ATTRIBUTE, CONTEXT_JSON_NODE, logger, LOGGER_DUMP_USER_PROFILE
 - 
Fields inherited from interface org.keycloak.broker.provider.IdentityProviderMapperANY_PROVIDER, DEFAULT_IDENTITY_PROVIDER_MAPPER_SYNC_MODES
 
- 
 - 
Constructor SummaryConstructors Constructor Description GitHubUserAttributeMapper()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getCompatibleProviders()StringgetId()- 
Methods inherited from class org.keycloak.broker.oidc.mappers.AbstractJsonUserAttributeMappergetConfigProperties, getDisplayCategory, getDisplayType, getHelpText, getJsonValue, getJsonValue, preprocessFederatedIdentity, storeUserProfileForMapper, supportsSyncMode, updateBrokeredUser, updateBrokeredUserLegacy
 - 
Methods inherited from class org.keycloak.broker.provider.AbstractIdentityProviderMapperclose, create, importNewUser, init, postInit
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.provider.ConfiguredProvidergetConfig
 - 
Methods inherited from interface org.keycloak.provider.ProviderFactorygetConfigMetadata, order
 
- 
 
- 
- 
- 
Field Detail- 
PROVIDER_IDpublic static final String PROVIDER_ID - See Also:
- Constant Field Values
 
 
- 
 
-