|
Esri Geoportal Server 1.2.9
|
||||||||
| 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.LdapProperties
public class LdapProperties
Super-class for a configured set of LDAP properties.
| Constructor Summary | |
|---|---|
LdapProperties()
Default constructor. |
|
| Method Summary | |
|---|---|
boolean |
hasSpecialDNCharacter(String objectDN)
Determines if an objectDN contains a special character. |
String |
replace(String pattern,
String value)
Replaces all occurences of {0} within a pattern with the supplied value. |
String |
replaceParam(String pattern,
String value,
String param)
Replaces all occurrences of param within a pattern with the supplied value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LdapProperties()
| Method Detail |
|---|
public boolean hasSpecialDNCharacter(String objectDN)
objectDN - the DN to check
public String replace(String pattern,
String value)
pattern - the replacement patternvalue - the replacement value
public String replaceParam(String pattern,
String value,
String param)
pattern - the replacement patternvalue - the replacement value
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||