Modifier and Type | Class and Description |
---|---|
static class |
UserRolesRetrieveStrategy.GetRolesFromUserMemberOfAttribute
Roles of user will be retrieved from "memberOf" attribute of our user
|
static class |
UserRolesRetrieveStrategy.LoadRolesByMember
Roles of user will be retrieved by sending LDAP query to retrieve all roles where "member" is our user
|
static class |
UserRolesRetrieveStrategy.LoadRolesByMemberRecursively
Extension specific to Active Directory.
|
Modifier and Type | Field and Description |
---|---|
protected static Map<String,UserRolesRetrieveStrategy> |
GroupLDAPStorageMapperFactory.userGroupsStrategies |
Modifier and Type | Method and Description |
---|---|
protected UserRolesRetrieveStrategy |
GroupLDAPStorageMapperFactory.getUserGroupsRetrieveStrategy(String strategyKey) |
Modifier and Type | Field and Description |
---|---|
protected static Map<String,UserRolesRetrieveStrategy> |
RoleLDAPStorageMapperFactory.userRolesStrategies |
Modifier and Type | Method and Description |
---|---|
protected UserRolesRetrieveStrategy |
RoleLDAPStorageMapperFactory.getUserRolesRetrieveStrategy(String strategyKey) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.