Class Credential


  • public class Credential
    extends Object
    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 Detail

      • Credential

        public Credential​(ClientConnection clientConnection)
        Default Constructor.
        Parameters:
        clientConnection - The representation of this credential is a Jmx Client connection that will handle incoming requests.
    • Method Detail

      • getClientConnection

        public ClientConnection getClientConnection()
        Returns the associated Client connection.
        Returns:
        the associated ClientConnection object. Can be null