Uses of Class
org.ldaptive.jaas.LdapRole
Packages that use LdapRole
-
Uses of LdapRole in org.ldaptive.jaas
Fields in org.ldaptive.jaas with type parameters of type LdapRoleMethods in org.ldaptive.jaas that return types with arguments of type LdapRoleModifier and TypeMethodDescriptionRoleResolver.search
(SearchRequest request) Executes a search request and converts any attributes to ldap roles.SearchRoleResolver.search
(SearchRequest request) LdapRole.toRoles
(Collection<LdapAttribute> attributes) Iterates over the supplied attributes and returns all values as a set of ldap roles.Iterates over the supplied entry and returns all attributes as a set of ldap roles.LdapRole.toRoles
(SearchResponse result) Iterates over the supplied result and returns all attributes as a set of ldap roles.