|
Esri Geoportal Server 1.0
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.framework.security.identity.ldap.LdapConnectionProperties
public class LdapConnectionProperties
Defines the configured properties for an LDAP connection.
| Constructor Summary | |
|---|---|
LdapConnectionProperties()
Default constructor. |
|
| Method Summary | |
|---|---|
String |
getInitialContextFactoryName()
Gets the initial context factory name. |
String |
getProviderUrl()
Gets the LDAP provider url. |
String |
getSecurityAuthenticationLevel()
Gets the LDAP security authentication level. |
String |
getSecurityProtocol()
Gets the LDAP security protocol. |
Credentials |
getServiceAccountCredentials()
Gets the credentials for the service account. |
String |
replace(String pattern,
String value)
Replaces all occurences of {0} within a pattern with the supplied value. |
void |
setInitialContextFactoryName(String name)
Sets the initial context factory name. |
void |
setProviderUrl(String providerUrl)
Sets the LDAP provider url. |
void |
setSecurityAuthenticationLevel(String level)
Sets the LDAP security authentication level. |
void |
setSecurityProtocol(String protocol)
Sets the LDAP security protocol. |
void |
setServiceAccountCredentials(Credentials credentials)
Sets the credentials for the service account. |
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 LdapConnectionProperties()
| Method Detail |
|---|
public String getInitialContextFactoryName()
public void setInitialContextFactoryName(String name)
name - the initial context factory namepublic String getProviderUrl()
public void setProviderUrl(String providerUrl)
providerUrl - the LDAP provider urlpublic Credentials getServiceAccountCredentials()
public void setServiceAccountCredentials(Credentials credentials)
credentials - the credentialspublic String getSecurityAuthenticationLevel()
public void setSecurityAuthenticationLevel(String level)
level - the LDAP security authentication levelpublic String getSecurityProtocol()
public void setSecurityProtocol(String protocol)
protocol - the LDAP security protocol
public String replace(String pattern,
String value)
pattern - the replacement patternvalue - the replacement valuepublic 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 | ||||||||