Package org.jolokia.jvmagent.security
Class DelegatingAuthenticator
- java.lang.Object
-
- com.sun.net.httpserver.Authenticator
-
- org.jolokia.jvmagent.security.DelegatingAuthenticator
-
public class DelegatingAuthenticator extends Authenticator
Authenticator using JAAS for logging in with user and password for the given realm.- Since:
- 26.05.14
- Author:
- roland
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.sun.net.httpserver.Authenticator
Authenticator.Failure, Authenticator.Result, Authenticator.Retry, Authenticator.Success
-
-
Constructor Summary
Constructors Constructor Description DelegatingAuthenticator(String pRealm, String pUrl, String pPrincipalSpec, boolean pDisableCertCheck)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Authenticator.Result
authenticate(HttpExchange pHttpExchange)
-
-
-
Method Detail
-
authenticate
public Authenticator.Result authenticate(HttpExchange pHttpExchange)
- Specified by:
authenticate
in classAuthenticator
-
-