public class Credential extends Object
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 and Description |
---|
Credential(ClientConnection clientConnection)
Default Constructor.
|
Modifier and Type | Method and Description |
---|---|
ClientConnection |
getClientConnection()
Returns the associated Client connection.
|
public Credential(ClientConnection clientConnection)
clientConnection
- The representation of this credential is a Jmx Client connection that will handle incoming requests.public ClientConnection getClientConnection()
Copyright © 2010–2017 ForgeRock AS. All rights reserved.