Uses of Interface
org.keycloak.protocol.saml.mappers.SAMLRoleListMapper
-
Packages that use SAMLRoleListMapper Package Description org.keycloak.protocol.saml org.keycloak.protocol.saml.mappers -
-
Uses of SAMLRoleListMapper in org.keycloak.protocol.saml
Method parameters in org.keycloak.protocol.saml with type arguments of type SAMLRoleListMapper Modifier and Type Method Description void
SamlProtocol. populateRoles(SamlProtocol.ProtocolMapperProcessor<SAMLRoleListMapper> roleListMapper, KeycloakSession session, UserSessionModel userSession, ClientSessionContext clientSessionCtx, AttributeStatementType existingAttributeStatement)
-
Uses of SAMLRoleListMapper in org.keycloak.protocol.saml.mappers
Classes in org.keycloak.protocol.saml.mappers that implement SAMLRoleListMapper Modifier and Type Class Description class
RoleListMapper
-