Package org.jolokia.jvmagent.security
package org.jolokia.jvmagent.security
-
ClassDescriptionAuthenticator using JAAS for logging in with user and password for the given realm.Authenticator using JAAS for logging in with user and password for the given realm.Utility class for handling keystoresAuthenticator encapsulating multiple other authenticators whose results are combined to a single one, depending on the given mode Mode.ALL : All authenticators must succeed for this authenticator to succeed Mode.ANY : A single successful authenticator is sufficient for this authenticator to succeedHow to combine multiple authenticatorsSimple authenticator using user and password for basic authentication.