public static class LdapAuthorization.LdapAuthorizationResources extends Object
Constructor and Description |
---|
LdapAuthorizationResources() |
Modifier and Type | Method and Description |
---|---|
AdvancedFilterUsernameToDn |
advancedFilterUsernameToDn()
An advanced filter configuration to identify the users distinguished
name from the username.
|
GroupToPrincipalGroupSearch |
groupToPrincipalGroupSearch()
A group search where the group entry contains an attribute
referencing it's members.
|
PrincipalToGroupGroupSearch |
principalToGroupGroupSearch()
A group search where the principal entries contain an attribute
referencing the groups that they are a member of.
|
UsernameFilterUsernameToDn |
usernameFilterUsernameToDn()
A simple filter configuration to identify the users distinguished
name from their username.
|
UsernameIsDnUsernameToDn |
usernameIsDnUsernameToDn()
User search configuration where the username is already a
distinguished name.
|
public UsernameFilterUsernameToDn usernameFilterUsernameToDn()
public GroupToPrincipalGroupSearch groupToPrincipalGroupSearch()
public AdvancedFilterUsernameToDn advancedFilterUsernameToDn()
public UsernameIsDnUsernameToDn usernameIsDnUsernameToDn()
public PrincipalToGroupGroupSearch principalToGroupGroupSearch()
Copyright © 2019 JBoss by Red Hat. All rights reserved.