Class LdapEntry
java.lang.Object
edu.internet2.middleware.grouper.ldap.LdapEntry
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAttribute
(LdapAttribute attribute) add or replace an attribute, note this will replace existing values toogetAttribute
(String attributeName) getDn()
void
toString()
-
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
-