com.atlassian.user.impl.ldap.properties
Interface LdapMembershipProperties
- All Known Implementing Classes:
- DefaultLdapMembershipProperties
public interface LdapMembershipProperties
isMembershipAttributeOnGroup
boolean isMembershipAttributeOnGroup()
- Returns:
true if the membership attribute specified in getMembershipAttribute() is
on the group record (the most common situation), or false if the user record lists the memberships
of the user.
getMembershipAttribute
String getMembershipAttribute()
- Returns:
- attribute name of the attribute on an LDAP group or user which represents a user's membership in that group,
for example 'member'
isMembershipAttributeUnqualified
boolean isMembershipAttributeUnqualified()
- Returns:
false if the membership attribute specified in getMembershipAttribute() is a
fully-qualified distinguished name (DN), or true if the membership attribute has an unqualified
identifier of the member or group.- See Also:
LdapSearchProperties.getUsernameAttribute(),
LdapSearchProperties.getGroupnameAttribute()
Copyright © 2005-2009 Atlassian Software Systems Pty Ltd. All Rights Reserved.