Package | Description |
---|---|
org.ldaptive.jaas |
Modifier and Type | Field and Description |
---|---|
protected List<LdapRole> |
AbstractLoginModule.defaultRole
Default roles.
|
Modifier and Type | Method and Description |
---|---|
Set<LdapRole> |
AbstractSearchRoleResolver.search(SearchRequest request) |
Set<LdapRole> |
RoleResolver.search(SearchRequest request)
Executes a search request and converts any attributes to ldap roles.
|
static Set<LdapRole> |
LdapRole.toRoles(Collection<LdapAttribute> attributes)
Iterates over the supplied attributes and returns all values as a set of ldap roles.
|
static Set<LdapRole> |
LdapRole.toRoles(LdapEntry entry)
Iterates over the supplied entry and returns all attributes as a set of ldap roles.
|
static Set<LdapRole> |
LdapRole.toRoles(SearchResult result)
Iterates over the supplied result and returns all attributes as a set of ldap roles.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.