|
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.local.SimpleIdentityConfiguration
public class SimpleIdentityConfiguration
Configuration information adapter for a simple installation of one known user (the administrator).
Constructor Summary | |
---|---|
SimpleIdentityConfiguration(IdentityConfiguration idConfig)
Construct with a parent identity configuration |
Method Summary | |
---|---|
IdentityConfiguration |
getIdentityConfiguration()
Gets the identity configuration associated with this application. |
UsernamePasswordCredentials |
getServiceAccountCredentials()
Gets the credentials for the service account. |
void |
setServiceAccountCredentials(UsernamePasswordCredentials 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 SimpleIdentityConfiguration(IdentityConfiguration idConfig)
idConfig
- the parent identity configurationMethod Detail |
---|
public IdentityConfiguration getIdentityConfiguration()
public UsernamePasswordCredentials getServiceAccountCredentials()
public void setServiceAccountCredentials(UsernamePasswordCredentials credentials)
credentials
- the credentialspublic 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 |