Uses of Class
org.apache.directory.api.ldap.model.subtree.AdministrativeRole

Packages that use AdministrativeRole
org.apache.directory.api.ldap.model.subtree   
 

Uses of AdministrativeRole in org.apache.directory.api.ldap.model.subtree
 

Methods in org.apache.directory.api.ldap.model.subtree that return AdministrativeRole
static AdministrativeRole AdministrativeRole.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AdministrativeRole[] AdministrativeRole.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.directory.api.ldap.model.subtree that return types with arguments of type AdministrativeRole
 Set<AdministrativeRole> Subentry.getAdministrativeRoles()
           
 

Method parameters in org.apache.directory.api.ldap.model.subtree with type arguments of type AdministrativeRole
 void Subentry.setAdministrativeRoles(Set<AdministrativeRole> administrativeRoles)
          TODO setAdministrativeRoles.
 



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.