Package | Description |
---|---|
com.iplanet.services.ldap |
Deprecated classes for LDAP support.
|
org.forgerock.openam.sm |
Contains classes around the Service Manager layer and some of their configuration.
|
org.forgerock.openam.sm.exceptions |
Data Layer based exceptions.
|
Modifier and Type | Field and Description |
---|---|
static LDAPUser.Type |
LDAPUser.Type.AUTH_ADMIN
This user has root privilages.
|
static LDAPUser.Type |
LDAPUser.Type.AUTH_ANONYMOUS
The user has anonyomous rights.
|
static LDAPUser.Type |
LDAPUser.Type.AUTH_BASIC
The user is authenticated with a rootdn and password.
|
static LDAPUser.Type |
LDAPUser.Type.AUTH_PROXY
The user has proxy rights.
|
static LDAPUser.Type |
LDAPUser.Type.AUTH_REBIND
This user must be used only for rebind
|
Modifier and Type | Method and Description |
---|---|
LDAPUser.Type |
LDAPUser.getAuthType()
Get the type of authentication of this user.
|
LDAPUser.Type |
ServerInstance.getAuthType()
Get the authentication type of this server.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LDAPUser.Type.equals(LDAPUser.Type type) |
org.forgerock.opendj.ldap.ConnectionFactory |
DSConfigMgr.getNewConnectionFactory(String serverGroupID,
LDAPUser.Type authType)
Get a new connection from this servergroup.
|
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 |
---|---|
ServerGroupConfiguration |
ServerConfigurationFactory.getServerConfiguration(String groupName,
LDAPUser.Type authType)
Select the Server Group from the configuration.
|
Constructor and Description |
---|
ConnectionCredentialsNotFound(LDAPUser.Type authType) |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.