|
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.IdentityConfiguration
public class IdentityConfiguration
Identity management configuration information.
Constructor Summary | |
---|---|
IdentityConfiguration()
Default constructor. |
Method Summary | |
---|---|
String |
getAdapterClassName()
Gets the adapter class name. |
String |
getCatalogAdminDN()
Gets the distinguished name for the catalog administration account. |
Roles |
getConfiguredRoles()
Gets the configured roles for the application. |
String |
getEncKey()
Gets encryption key. |
LdapConfiguration |
getLdapConfiguration()
Gets the LDAP configuration. |
Groups |
getMetadataManagementGroups()
Gets the configured metadata management groups for the application. |
String |
getName()
Gets the name associated with this configuration. |
OpenProviders |
getOpenProviders()
Gets the configured Openid or oAuth providers. |
String |
getRealm()
Gets the realm (used as an identifier during HTTP 401 credential challenge/response). |
SimpleIdentityConfiguration |
getSimpleConfiguration()
Gets the simple identity configuration. |
SingleSignOnMechanism |
getSingleSignOnMechanism()
Gets the single sign-on mechanism. |
IdentitySupport |
getSupportedFunctions()
Gets the supported functions. |
UserAttributeMap |
getUserAttributeMap()
Gets the configured user attribute map. |
void |
setAdapterClassName(String adapterClassName)
Sets the adapter class name. |
void |
setCatalogAdminDN(String dn)
Sets the distinguished name for the catalog administration account. |
protected void |
setConfiguredRoles(Roles roles)
Sets the LDAP configuration. |
void |
setEncKey(String encKey)
Sets encryption key. |
protected void |
setMetadataManagementGroups(Groups groups)
Sets the configured metadata management groups for the application. |
void |
setName(String name)
Sets the name associated with this configuration. |
void |
setOpenProviders(OpenProviders providers)
Sets the configured Openid or oAuth providers. |
void |
setRealm(String realm)
Sets the realm (used as an identifier during HTTP 401 credential challenge/response). |
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 IdentityConfiguration()
Method Detail |
---|
public String getAdapterClassName()
public void setAdapterClassName(String adapterClassName)
adapterClassName
- the adapter class namepublic String getCatalogAdminDN()
public void setCatalogAdminDN(String dn)
dn
- the distinguished namepublic Roles getConfiguredRoles()
protected void setConfiguredRoles(Roles roles)
roles
- the configured rolespublic String getEncKey()
public void setEncKey(String encKey)
encKey
- encryption keypublic LdapConfiguration getLdapConfiguration()
public Groups getMetadataManagementGroups()
protected void setMetadataManagementGroups(Groups groups)
groups
- the configured metadata management groupspublic String getName()
public void setName(String name)
name
- the namepublic OpenProviders getOpenProviders()
public void setOpenProviders(OpenProviders providers)
providers
- the open providerspublic String getRealm()
public void setRealm(String realm)
realm
- the realmpublic SimpleIdentityConfiguration getSimpleConfiguration()
public SingleSignOnMechanism getSingleSignOnMechanism()
public IdentitySupport getSupportedFunctions()
public UserAttributeMap getUserAttributeMap()
public 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 |