Class HttpServerAuthenticator
java.lang.Object
com.sun.net.httpserver.Authenticator
org.apache.activemq.artemis.spi.core.security.jaas.HttpServerAuthenticator
delegate to our JAAS login modules by adapting our handlers to httpserver.httpExchange
-
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 -
Method Summary
Modifier and TypeMethodDescriptionauthenticate
(HttpExchange httpExchange) protected String
extractAuthHeader
(HttpExchange httpExchange) protected String
nameFromAuthSubject
(Subject subject)
-
Constructor Details
-
HttpServerAuthenticator
public HttpServerAuthenticator()
-
-
Method Details
-
authenticate
- Specified by:
authenticate
in classAuthenticator
-
extractAuthHeader
-
nameFromAuthSubject
-