Class LdapEntry
java.lang.Object
edu.internet2.middleware.grouper.ldap.LdapEntry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAttribute(LdapAttribute attribute) add or replace an attribute, note this will replace existing values toogetAttribute(String attributeName) getDn()voidtoString()
-
Constructor Details
-
LdapEntry
- Parameters:
dn-
-
-
Method Details
-
getDn
- Returns:
- the dn
-
setDn
- Parameters:
dn- the dn to set
-
getAttribute
- Parameters:
attributeName-- Returns:
- attribute
-
addAttribute
add or replace an attribute, note this will replace existing values too- Parameters:
attribute-
-
toString
-
getAttributes
- Returns:
- the attributes
-