Package | Description |
---|---|
org.forgerock.opendj.server.core |
Classes implementing a Grizzly based
ConnectionHandler using reactive api. |
org.opends.server.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
org.opends.server.authorization.dseecompat |
Contains the Directory Server Sun Java System Directory Server Enterprise Edition (dseecompat) compatability access
control handler implementation.
|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server codebase.
|
org.opends.server.protocols.jmx |
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using JMX.
|
org.opends.server.types |
Contains implementations for a number of Directory Server data types.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationInfo |
ConnectionContext.getAuthenticationInfo()
Returns the authentication info to use for this connection context.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionContext.setAuthenticationInfo(AuthenticationInfo authenticationInfo)
Sets the authentication info to use for this connection context.
|
Modifier and Type | Field and Description |
---|---|
protected AuthenticationInfo |
ClientConnection.authenticationInfo
The set of authentication information for this client connection.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationInfo |
ClientConnection.getAuthenticationInfo()
Retrieves information about the authentication that has been performed for this connection.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientConnection.setAuthenticationInfo(AuthenticationInfo authenticationInfo)
Specifies information about the authentication that has been performed for this connection.
|
Constructor and Description |
---|
AciLDAPOperationContainer(Operation operation,
Entry e,
AuthenticationInfo authInfo,
int rights)
Constructor interface for evaluation general purpose Operation, entry and rights..
|
Modifier and Type | Method and Description |
---|---|
AuthenticationInfo |
BindOperation.getAuthenticationInfo()
Retrieves the authentication info that resulted from processing this bind operation.
|
Modifier and Type | Method and Description |
---|---|
void |
BindOperation.setAuthenticationInfo(AuthenticationInfo authInfo)
Specifies the authentication info that resulted from processing this bind operation.
|
Constructor and Description |
---|
JmxClientConnection(JmxConnectionHandler jmxConnectionHandler,
AuthenticationInfo authInfo)
Creates a new Jmx client connection that will be authenticated as as the specified user.
|
Modifier and Type | Method and Description |
---|---|
static AuthenticationInfo |
AuthenticationInfo.anonymous()
Creates a new set of authentication information to be used for unauthenticated clients.
|
AuthenticationInfo |
AuthenticationInfo.duplicate(Entry newAuthenticationEntry,
Entry newAuthorizationEntry)
Creates a duplicate of this
AuthenticationInfo object with the new authentication and authorization
entries. |
static AuthenticationInfo |
AuthenticationInfo.internal(Entry authenticationEntry)
Creates a new set of authentication information to be used for clients that are authenticated internally.
|
static AuthenticationInfo |
AuthenticationInfo.sasl(Entry authenticationEntry,
Entry authorizationEntry,
String saslMechanism)
Creates a new set of authentication information to be used for clients that have authenticated using a SASL
mechanism.
|
static AuthenticationInfo |
AuthenticationInfo.sasl(Entry authenticationEntry,
String saslMechanism)
Creates a new set of authentication information to be used for clients that have authenticated using a SASL
mechanism.
|
static AuthenticationInfo |
AuthenticationInfo.simple(Entry authenticationEntry)
Creates a new set of authentication information to be used for clients that have successfully performed simple
authentication.
|
Copyright 2010-2018 ForgeRock AS.