Uses of Class
org.apache.archiva.redback.common.ldap.role.LdapGroup
-
Packages that use LdapGroup Package Description org.apache.archiva.redback.common.ldap.role -
-
Uses of LdapGroup in org.apache.archiva.redback.common.ldap.role
Methods in org.apache.archiva.redback.common.ldap.role that return LdapGroup Modifier and Type Method Description LdapGroupDefaultLdapRoleMapper. getGroupForName(DirContext context, String groupName)LdapGroupLdapRoleMapper. getGroupForName(DirContext context, String groupName)Methods in org.apache.archiva.redback.common.ldap.role that return types with arguments of type LdapGroup Modifier and Type Method Description List<LdapGroup>DefaultLdapRoleMapper. getAllGroupObjects(DirContext context)List<LdapGroup>LdapRoleMapper. getAllGroupObjects(DirContext context)Read all groups from LDAP and return the list of group objects.List<LdapGroup>DefaultLdapRoleMapper. getGroupObjects(String username, DirContext context)List<LdapGroup>LdapRoleMapper. getGroupObjects(String username, DirContext context)
-