Class RoleListMapper
- java.lang.Object
- 
- org.keycloak.protocol.saml.mappers.AbstractSAMLProtocolMapper
- 
- org.keycloak.protocol.saml.mappers.RoleListMapper
 
 
- 
- All Implemented Interfaces:
- ProtocolMapper,- SAMLRoleListMapper,- ConfiguredProvider,- Provider,- ProviderFactory<ProtocolMapper>
 
 public class RoleListMapper extends AbstractSAMLProtocolMapper implements SAMLRoleListMapper - Version:
- $Revision: 1 $
- Author:
- Bill Burke
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringPROVIDER_IDstatic StringSINGLE_ROLE_ATTRIBUTE
 - 
Constructor SummaryConstructors Constructor Description RoleListMapper()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProtocolMapperModelcreate(String name, String samlAttributeName, String nameFormat, String friendlyName, boolean singleAttribute)List<ProviderConfigProperty>getConfigProperties()StringgetDisplayCategory()StringgetDisplayType()StringgetHelpText()StringgetId()voidmapRoles(AttributeStatementType roleAttributeStatement, ProtocolMapperModel mappingModel, KeycloakSession session, UserSessionModel userSession, ClientSessionContext clientSessionCtx)- 
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
 
 - 
SINGLE_ROLE_ATTRIBUTEpublic static final String SINGLE_ROLE_ATTRIBUTE - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getDisplayCategorypublic String getDisplayCategory() - Specified by:
- getDisplayCategoryin interface- ProtocolMapper
 
 - 
getDisplayTypepublic String getDisplayType() - Specified by:
- getDisplayTypein interface- ProtocolMapper
 
 - 
getHelpTextpublic String getHelpText() - Specified by:
- getHelpTextin interface- ConfiguredProvider
 
 - 
getConfigPropertiespublic List<ProviderConfigProperty> getConfigProperties() - Specified by:
- getConfigPropertiesin interface- ConfiguredProvider
 
 - 
getIdpublic String getId() - Specified by:
- getIdin interface- ProviderFactory<ProtocolMapper>
 
 - 
mapRolespublic void mapRoles(AttributeStatementType roleAttributeStatement, ProtocolMapperModel mappingModel, KeycloakSession session, UserSessionModel userSession, ClientSessionContext clientSessionCtx) - Specified by:
- mapRolesin interface- SAMLRoleListMapper
 
 - 
createpublic static ProtocolMapperModel create(String name, String samlAttributeName, String nameFormat, String friendlyName, boolean singleAttribute) 
 
- 
 
-