Package | Description |
---|---|
org.keycloak.adapters.saml |
Modifier and Type | Class and Description |
---|---|
class |
PropertiesBasedRoleMapper
A
RoleMappingsProvider implementation that uses a properties file to determine the mappings that should be applied
to the SAML principal and roles. |
Modifier and Type | Method and Description |
---|---|
static RoleMappingsProvider |
RoleMappingsProviderUtils.bootstrapRoleMappingsProvider(SamlDeployment deployment,
ResourceLoader loader,
SP.RoleMappingsProviderConfig providerConfig)
Loads the available implementations of
RoleMappingsProvider and selects the provider that matches the id
that was configured in keycloak-saml.xml . |
RoleMappingsProvider |
SamlDeployment.getRoleMappingsProvider()
Obtains the
RoleMappingsProvider that was configured for the SP. |
RoleMappingsProvider |
DefaultSamlDeployment.getRoleMappingsProvider() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultSamlDeployment.setRoleMappingsProvider(RoleMappingsProvider provider) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.