|
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.credentials.Credentials com.esri.gpt.framework.security.credentials.DistinguishedNameCredential
public class DistinguishedNameCredential
Stores a distinguished name credential.
The distinguished name is typically used for an LDAP reference.
This credential should not be used in a challenge/response situation. It should only be used when a trusted mechanism has supplied a distinguished name.
Constructor Summary | |
---|---|
DistinguishedNameCredential()
Default constructor. |
|
DistinguishedNameCredential(String distinguishedName)
Constructs with a supplied distinguished name. |
Method Summary | |
---|---|
String |
getDistinguishedName()
Gets the distinguished name for this user. |
void |
setDistinguishedName(String name)
Sets the distinguished name for this user. |
Methods inherited from class com.esri.gpt.framework.security.credentials.Credentials |
---|
getUsernamePasswordCredentials, hasUsernamePasswordCredentials |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DistinguishedNameCredential()
public DistinguishedNameCredential(String distinguishedName)
distinguishedName
- the distinguishedNameMethod Detail |
---|
public String getDistinguishedName()
public void setDistinguishedName(String name)
name
- the distinguished name
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |