Esri Geoportal Server
1.0

com.esri.gpt.framework.security.identity.local
Class SimpleIdentityConfiguration

java.lang.Object
  extended by com.esri.gpt.framework.context.Configuration
      extended by com.esri.gpt.framework.security.identity.local.SimpleIdentityConfiguration

public class SimpleIdentityConfiguration
extends Configuration

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

SimpleIdentityConfiguration

public SimpleIdentityConfiguration(IdentityConfiguration idConfig)
Construct with a parent identity configuration

Parameters:
idConfig - the parent identity configuration
Method Detail

getIdentityConfiguration

public IdentityConfiguration getIdentityConfiguration()
Gets the identity configuration associated with this application.

Returns:
the identity configuration

getServiceAccountCredentials

public UsernamePasswordCredentials getServiceAccountCredentials()
Gets the credentials for the service account.

Returns:
the credentials

setServiceAccountCredentials

public void setServiceAccountCredentials(UsernamePasswordCredentials credentials)
Sets the credentials for the service account.

Parameters:
credentials - the credentials

toString

public String toString()
Returns the string representation of the object.

Overrides:
toString in class Object
Returns:
the string

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.