pt.digitalis.utils.ldap
Class LDAPGroup

java.lang.Object
  extended by pt.digitalis.utils.ldap.LDAPEntity
      extended by pt.digitalis.utils.ldap.LDAPGroup

public class LDAPGroup
extends LDAPEntity

Wrapper type for an LDAP group.
TODO: Viegas: Must try to create a common interface that this implementation and the IIdentityManager from DIF use. This would prevent the need for the DIF IdentityManagerImpl to convert a list of LDAPGroup objects to a list of IDIFGroup objects.

Author:
Rodrigo Gonçalves rgoncalves@digitalis.pt
, Luis Pinto lpinto@digitalis.pt

Field Summary
static String DESCRIPTION_NAME
          The 'member' attribute.
static String MEMBER_NAME
          The 'member' attribute.
 
Fields inherited from class pt.digitalis.utils.ldap.LDAPEntity
COMMON_NAME, DESCRIPTION, DISTINGUISHED_NAME, NAME
 
Constructor Summary
LDAPGroup()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class pt.digitalis.utils.ldap.LDAPEntity
getCommonName, getDescription, getDistinguishedName, getName, getParentGroupDN, setCommonName, setDescription, setDistinguishedName, setName, setParentGroupDN
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DESCRIPTION_NAME

public static final String DESCRIPTION_NAME
The 'member' attribute.

See Also:
Constant Field Values

MEMBER_NAME

public static final String MEMBER_NAME
The 'member' attribute.

See Also:
Constant Field Values
Constructor Detail

LDAPGroup

public LDAPGroup()
Method Detail

toString

public String toString()
Overrides:
toString in class LDAPEntity
See Also:
Object.toString()


Copyright © 2012 Digitalis Informática Lda. All Rights Reserved.