|
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.context.Configuration com.esri.gpt.framework.security.identity.ldap.LdapConfiguration
public class LdapConfiguration
Stores the primary configuration properties for accessing an external LDAP identity store.
Constructor Summary | |
---|---|
LdapConfiguration()
Default constructor. |
|
LdapConfiguration(IdentityConfiguration idConfig)
Construct with a parent identity configuration |
Method Summary | |
---|---|
LdapConnectionProperties |
getConnectionProperties()
Gets the configured LDAP connection properties. |
LdapGroupProperties |
getGroupProperties()
Gets the configured LDAP group properties. |
IdentityConfiguration |
getIdentityConfiguration()
Gets the identity configuration associated with this application. |
LdapUserProperties |
getUserProperties()
Gets the configured LDAP user properties. |
void |
setConnectionProperties(LdapConnectionProperties properties)
Sets the configured LDAP connection properties. |
void |
setGroupProperties(LdapGroupProperties properties)
Sets the configured LDAP group properties. |
void |
setUserProperties(LdapUserProperties properties)
Sets the configured LDAP user properties. |
String |
toString()
Returns the string representation of the object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LdapConfiguration()
public LdapConfiguration(IdentityConfiguration idConfig)
idConfig
- the parent identity configurationMethod Detail |
---|
public LdapConnectionProperties getConnectionProperties()
public void setConnectionProperties(LdapConnectionProperties properties)
properties
- the connection propertiespublic LdapGroupProperties getGroupProperties()
public void setGroupProperties(LdapGroupProperties properties)
properties
- the group propertiespublic IdentityConfiguration getIdentityConfiguration()
public LdapUserProperties getUserProperties()
public void setUserProperties(LdapUserProperties properties)
properties
- the user propertiespublic 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 |