Uses of Interface
org.keycloak.storage.ldap.mappers.membership.UserRolesRetrieveStrategy
Package
Description
-
Uses of UserRolesRetrieveStrategy in org.keycloak.storage.ldap.mappers.membership
Modifier and TypeClassDescriptionstatic class
Roles of user will be retrieved from "memberOf" attribute of our userstatic class
Roles of user will be retrieved by sending LDAP query to retrieve all roles where "member" is our userstatic class
Extension specific to Active Directory. -
Uses of UserRolesRetrieveStrategy in org.keycloak.storage.ldap.mappers.membership.group
Modifier and TypeFieldDescriptionprotected static final Map<String,
UserRolesRetrieveStrategy> GroupLDAPStorageMapperFactory.userGroupsStrategies
Modifier and TypeMethodDescriptionprotected UserRolesRetrieveStrategy
GroupLDAPStorageMapperFactory.getUserGroupsRetrieveStrategy
(String strategyKey) -
Uses of UserRolesRetrieveStrategy in org.keycloak.storage.ldap.mappers.membership.role
Modifier and TypeFieldDescriptionprotected static final Map<String,
UserRolesRetrieveStrategy> RoleLDAPStorageMapperFactory.userRolesStrategies
Modifier and TypeMethodDescriptionprotected UserRolesRetrieveStrategy
RoleLDAPStorageMapperFactory.getUserRolesRetrieveStrategy
(String strategyKey)