Package org.bgerp.plugin.sec.auth.config
Class LDAPAttributes
java.lang.Object
org.bgerp.plugin.sec.auth.config.LDAPAttributes
Supporting class for handling LDAP attributes.
-
Method Summary
-
Method Details
-
value
Single attribute value.- Parameters:
name
- name of attribute.- Returns:
- first value of the attribute with
name
ornull
if no presented. - Throws:
NamingException
-
values
List of attribute values.- Parameters:
name
- name of attribute.- Returns:
- unmodifiable list of values, never
null
. - Throws:
NamingException
-
toString
-