|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.protocols.jmx.Credential
public class Credential
Represents a Ldap credential used for JMX connection authentication.
In JMX Connection, one and only one instance of this class is expected
to be found in each of the publicCredentials
and
privateCredentials
sets of
Subject
. Those are the Jmx Client connection
that will handle incoming requests.
Constructor Summary | |
---|---|
Credential(ClientConnection clientConnection)
Default Constructor. |
Method Summary | |
---|---|
ClientConnection |
getClientConnection()
Returns the associated Client connection. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Credential(ClientConnection clientConnection)
clientConnection
- The representation of this credential is a Jmx Client connection
that will handle incoming requests.Method Detail |
---|
public ClientConnection getClientConnection()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |