public interface UserRolesRetrieveStrategy
Modifier and Type | Interface 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 | Method and Description |
---|---|
void |
beforeUserLDAPQuery(CommonLDAPGroupMapper roleOrGroupMapper,
LDAPQuery query) |
List<LDAPObject> |
getLDAPRoleMappings(CommonLDAPGroupMapper roleOrGroupMapper,
LDAPObject ldapUser,
LDAPConfig ldapConfig) |
List<LDAPObject> getLDAPRoleMappings(CommonLDAPGroupMapper roleOrGroupMapper, LDAPObject ldapUser, LDAPConfig ldapConfig)
void beforeUserLDAPQuery(CommonLDAPGroupMapper roleOrGroupMapper, LDAPQuery query)
Copyright © 2021 JBoss by Red Hat. All rights reserved.