Package | Description |
---|---|
com.iplanet.services.ldap |
Deprecated classes for LDAP support.
|
com.iplanet.ums |
Deprecated classes for UMS.
|
com.sun.identity.security |
Provides the classes to be used for performing privileged operations (like
getting the OpenAM administrator's DN and password).
|
Modifier and Type | Method and Description |
---|---|
ServerInstance |
ServerGroup.getServerInstance(LDAPUser.Type authType)
Get the server instance that's currently active.
|
ServerInstance |
DSConfigMgr.getServerInstance(LDAPUser.Type authType)
Get the instance from server group, which is defined as default.
|
ServerInstance |
IDSConfigMgr.getServerInstance(LDAPUser.Type authType)
Returns server instance of a given authentication type.
|
ServerInstance |
DSConfigMgrBase.getServerInstance(LDAPUser.Type authType)
Get the instance from server group, which is defined as default.
|
ServerInstance |
DSConfigMgr.getServerInstance(String serverGroupID,
LDAPUser.Type authType)
Given the server group ID, this method returns the active and best
available server instance.
|
ServerInstance |
DSConfigMgrBase.getServerInstance(String serverGroupID,
LDAPUser.Type authType)
Given the server group ID, this method returns the active and best
available server instance.
|
Modifier and Type | Method and Description |
---|---|
static DataLayer |
DataLayer.getInstance(ServerInstance serverCfg)
Create the singleton DataLayer object if it doesn't exist already.
|
Modifier and Type | Field and Description |
---|---|
protected ServerInstance |
ServerInstanceAction.sInstance |
Constructor and Description |
---|
ServerInstanceAction(ServerInstance si)
Non default constructor to be used when a doPrivileged() is performed for
the decryption operations.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.