Uses of Class
org.ldaptive.jaas.LdapRole

Packages that use LdapRole
org.ldaptive.jaas   
 

Uses of LdapRole in org.ldaptive.jaas
 

Fields in org.ldaptive.jaas with type parameters of type LdapRole
protected  List<LdapRole> AbstractLoginModule.defaultRole
          Default roles.
 

Methods in org.ldaptive.jaas that return types with arguments of type LdapRole
 Set<LdapRole> RoleResolver.search(SearchRequest request)
          Executes a search request and converts any attributes to ldap roles.
 Set<LdapRole> AbstractSearchRoleResolver.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-2017 Virginia Tech. All Rights Reserved.