Uses of Interface
it.eng.rdlab.um.ldap.LdapModelConstants

Packages that use LdapModelConstants
it.eng.rdlab.um.ldap.data.beans   
it.eng.rdlab.um.ldap.group.bean   
it.eng.rdlab.um.ldap.role.bean   
it.eng.rdlab.um.ldap.user.bean   
 

Uses of LdapModelConstants in it.eng.rdlab.um.ldap.data.beans
 

Classes in it.eng.rdlab.um.ldap.data.beans that implement LdapModelConstants
 class LdapOrganizationalUnitDataModel
           
 

Uses of LdapModelConstants in it.eng.rdlab.um.ldap.group.bean
 

Classes in it.eng.rdlab.um.ldap.group.bean that implement LdapModelConstants
 class LdapGroupModel
          An group is an Ldap leaf with the following features: ObjectClass at least "posixGroup" or "groupOfNames" or "groupOfUniqueNames" The id of the group is the DN and the common name (CN) is mandatory Specific classes are implemented for posixGroup, groupOfNames and groupOfUniqueNames
 class LdapOrganizationModel
           
 

Uses of LdapModelConstants in it.eng.rdlab.um.ldap.role.bean
 

Classes in it.eng.rdlab.um.ldap.role.bean that implement LdapModelConstants
 class LdapRoleModel
           
 

Uses of LdapModelConstants in it.eng.rdlab.um.ldap.user.bean
 

Classes in it.eng.rdlab.um.ldap.user.bean that implement LdapModelConstants
 class LdapUserModel
          An user is an Ldap leaf with the following features: ObjectClass at least "person" (probably with the extra fields provided by "inetOrgPerson" class Fields unique and in string format The fullName of an element is the DN and the id is the uuid element The other parameters are: -- cn (common name) - mandatory -- sn (surname) - mandatory
 



Copyright © 2013. All Rights Reserved.