Uses of Class
com.iplanet.services.ldap.ServerInstance
-
Packages that use ServerInstance 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). -
-
Uses of ServerInstance in com.iplanet.services.ldap
Methods in com.iplanet.services.ldap that return ServerInstance Modifier and Type Method Description ServerInstanceDSConfigMgr. getServerInstance(LDAPUser.Type authType)Get the instance from server group, which is defined as default.ServerInstanceDSConfigMgr. getServerInstance(String serverGroupID, LDAPUser.Type authType)Given the server group ID, this method returns the active and best available server instance.ServerInstanceDSConfigMgrBase. getServerInstance(LDAPUser.Type authType)Get the instance from server group, which is defined as default.ServerInstanceDSConfigMgrBase. getServerInstance(String serverGroupID, LDAPUser.Type authType)Given the server group ID, this method returns the active and best available server instance.ServerInstanceIDSConfigMgr. getServerInstance(LDAPUser.Type authType)Returns server instance of a given authentication type.ServerInstanceServerGroup. getServerInstance(LDAPUser.Type authType)Get the server instance that's currently active. -
Uses of ServerInstance in com.iplanet.ums
Methods in com.iplanet.ums with parameters of type ServerInstance Modifier and Type Method Description static DataLayerDataLayer. getInstance(ServerInstance serverCfg)Create the singleton DataLayer object if it doesn't exist already. -
Uses of ServerInstance in com.sun.identity.security
Fields in com.sun.identity.security declared as ServerInstance Modifier and Type Field Description protected ServerInstanceServerInstanceAction. sInstanceConstructors in com.sun.identity.security with parameters of type ServerInstance Constructor Description ServerInstanceAction(ServerInstance si)Non default constructor to be used when a doPrivileged() is performed for the decryption operations.
-