Uses of Class
org.ldaptive.jaas.LdapRole
- 
Packages that use LdapRole Package Description org.ldaptive.jaas 
- 
- 
Uses of LdapRole in org.ldaptive.jaasFields in org.ldaptive.jaas with type parameters of type LdapRole Modifier and Type Field Description protected List<LdapRole>AbstractLoginModule. defaultRoleDefault roles.Methods in org.ldaptive.jaas that return types with arguments of type LdapRole Modifier and Type Method Description Set<LdapRole>RoleResolver. search(SearchRequest request)Executes a search request and converts any attributes to ldap roles.Set<LdapRole>SearchRoleResolver. search(SearchRequest request)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(SearchResponse result)Iterates over the supplied result and returns all attributes as a set of ldap roles.
 
-