|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.framework.security.identity.ldap.LdapProperties com.esri.gpt.framework.security.identity.ldap.LdapGroupProperties
public class LdapGroupProperties
Defines the configured properties for LDAP group access.
Constructor Summary | |
---|---|
LdapGroupProperties()
Default constructor. |
Method Summary | |
---|---|
void |
addGroupObjectClass(String className)
Adds group objects that will be used for creating groups. |
String |
getGroupDisplayNameAttribute()
Get the display name attribute for a group. |
String |
getGroupDynamicMemberAttribute()
Gets the attribute used to dynamically determine the groups for a user. |
String |
getGroupDynamicMembersAttribute()
Gets the attribute to dynamically determine the members of a group. |
String |
getGroupMemberAttribute()
Gets the attribute name for a member within a group. |
String |
getGroupMemberSearchPattern()
Gets the group member search pattern. |
String |
getGroupNameSearchPattern()
Gets the group name search pattern. |
Attribute |
getGroupObjectClasses()
Gets the required group object classes. |
String |
getGroupSearchDIT()
Gets the root directory where searching of groups will take place. |
String |
returnGroupMemberSearchFilter(String memberDN)
Returns the search filter for finding a member within a group. |
String |
returnGroupNameSearchFilter(String name)
Returns the search filter for finding a group based upon a name. |
void |
setGroupDisplayNameAttribute(String attributeName)
Set the display name attribute for a group. |
void |
setGroupDynamicMemberAttribute(String attribute)
Sets the attribute used to dynamically determine the groups for a user. |
void |
setGroupDynamicMembersAttribute(String attribute)
Sets the attribute used to dynamically determine the members of a group. |
void |
setGroupMemberAttribute(String attributeName)
Sets the attribute name for a member within a group. |
void |
setGroupMemberSearchPattern(String pattern)
Sets the group member search pattern. |
void |
setGroupNameSearchPattern(String pattern)
Sets the group name search pattern. |
void |
setGroupSearchDIT(String dit)
Sets the root directory where searching of groups will take place. |
String |
toString()
Returns the string representation of the object. |
Methods inherited from class com.esri.gpt.framework.security.identity.ldap.LdapProperties |
---|
hasSpecialDNCharacter, replace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LdapGroupProperties()
Method Detail |
---|
public String getGroupDisplayNameAttribute()
public void setGroupDisplayNameAttribute(String attributeName)
attributeName
- the attribute namepublic String getGroupDynamicMemberAttribute()
public void setGroupDynamicMemberAttribute(String attribute)
attribute
- the attribute used for dynamic group searchespublic String getGroupDynamicMembersAttribute()
public void setGroupDynamicMembersAttribute(String attribute)
attribute
- the attribute used for dynamic group searchespublic String getGroupMemberAttribute()
public void setGroupMemberAttribute(String attributeName)
attributeName
- the attribute namepublic String getGroupMemberSearchPattern()
public void setGroupMemberSearchPattern(String pattern)
pattern
- the group member search patternpublic String getGroupNameSearchPattern()
public void setGroupNameSearchPattern(String pattern)
pattern
- the group name search patternpublic Attribute getGroupObjectClasses()
public String getGroupSearchDIT()
public void setGroupSearchDIT(String dit)
dit
- directory root under which all groups residepublic void addGroupObjectClass(String className)
className
- Class to add to group object to be createdpublic String returnGroupMemberSearchFilter(String memberDN)
memberDN
- the distinguished name of the member
public String returnGroupNameSearchFilter(String name)
name
- the group name
public String toString()
toString
in class Object
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |