|
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
public class Credentials
Super-class for security credentials.
This class contains no default properties or methods, and serves as a base for multiple credential types. Typically credentials are supplied as a username and password, but other types are possible.
Constructor Summary | |
---|---|
Credentials()
Default constructor. |
Method Summary | |
---|---|
UsernamePasswordCredentials |
getUsernamePasswordCredentials()
Convenience method to cast these credentials to UsernamePasswordCredentials if applicable. |
boolean |
hasUsernamePasswordCredentials()
Determines if these credentials are UsernamePasswordCredentials. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Credentials()
Method Detail |
---|
public boolean hasUsernamePasswordCredentials()
public UsernamePasswordCredentials getUsernamePasswordCredentials()
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |