Class UserAttributeNameIdMapper
- java.lang.Object
- 
- org.keycloak.protocol.saml.mappers.AbstractSAMLProtocolMapper
- 
- org.keycloak.protocol.saml.mappers.UserAttributeNameIdMapper
 
 
- 
- All Implemented Interfaces:
- ProtocolMapper,- SAMLNameIdMapper,- ConfiguredProvider,- Provider,- ProviderFactory<ProtocolMapper>
 
 public class UserAttributeNameIdMapper extends AbstractSAMLProtocolMapper implements SAMLNameIdMapper 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringPROVIDER_ID
 - 
Constructor SummaryConstructors Constructor Description UserAttributeNameIdMapper()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ProviderConfigProperty>getConfigProperties()StringgetDisplayCategory()StringgetDisplayType()StringgetHelpText()StringgetId()StringmapperNameId(String nameIdFormat, ProtocolMapperModel mappingModel, KeycloakSession session, UserSessionModel userSession, AuthenticatedClientSessionModel clientSession)- 
Methods inherited from class org.keycloak.protocol.saml.mappers.AbstractSAMLProtocolMapperclose, create, getProtocol, 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.protocol.ProtocolMappergetPriority, validateConfig
 - 
Methods inherited from interface org.keycloak.provider.ProviderFactorygetConfigMetadata, order
 
- 
 
- 
- 
- 
Field Detail- 
PROVIDER_IDpublic static final String PROVIDER_ID - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getConfigPropertiespublic List<ProviderConfigProperty> getConfigProperties() - Specified by:
- getConfigPropertiesin interface- ConfiguredProvider
 
 - 
getIdpublic String getId() - Specified by:
- getIdin interface- ProviderFactory<ProtocolMapper>
 
 - 
getDisplayTypepublic String getDisplayType() - Specified by:
- getDisplayTypein interface- ProtocolMapper
 
 - 
getDisplayCategorypublic String getDisplayCategory() - Specified by:
- getDisplayCategoryin interface- ProtocolMapper
 
 - 
getHelpTextpublic String getHelpText() - Specified by:
- getHelpTextin interface- ConfiguredProvider
 
 - 
mapperNameIdpublic String mapperNameId(String nameIdFormat, ProtocolMapperModel mappingModel, KeycloakSession session, UserSessionModel userSession, AuthenticatedClientSessionModel clientSession) - Specified by:
- mapperNameIdin interface- SAMLNameIdMapper
 
 
- 
 
-