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 Authenticator
Authenticator.Failure, Authenticator.Result, Authenticator.Retry, Authenticator.Success -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthenticate(HttpExchange httpExchange) protected StringextractAuthHeader(HttpExchange httpExchange) protected StringnameFromAuthSubject(Subject subject)
-
Constructor Details
-
HttpServerAuthenticator
public HttpServerAuthenticator()
-
-
Method Details
-
authenticate
- Specified by:
authenticatein classAuthenticator
-
extractAuthHeader
-
nameFromAuthSubject
-