Package | Description |
---|---|
javax.security.enterprise.authentication.mechanism.http |
The HTTP authentication mechanism API package.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpMessageContextWrapper
This class is an implementation of the HttpMessageContext interface that
can be subclassed by developers wishing to provide extra or different
functionality.
|
Modifier and Type | Method and Description |
---|---|
HttpMessageContext |
HttpMessageContextWrapper.getWrapped() |
HttpMessageContext |
HttpMessageContextWrapper.withRequest(javax.servlet.http.HttpServletRequest request) |
HttpMessageContext |
HttpMessageContext.withRequest(javax.servlet.http.HttpServletRequest request)
Sets the request object.
|
Modifier and Type | Method and Description |
---|---|
default void |
HttpAuthenticationMechanism.cleanSubject(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
HttpMessageContext httpMessageContext)
Remove mechanism specific principals and credentials from the subject and any other state the mechanism
might have used.
|
default AuthenticationStatus |
HttpAuthenticationMechanism.secureResponse(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
HttpMessageContext httpMessageContext)
Secure the response, optionally.
|
AuthenticationStatus |
HttpAuthenticationMechanism.validateRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
HttpMessageContext httpMessageContext)
Authenticate an HTTP request.
|
Constructor and Description |
---|
HttpMessageContextWrapper(HttpMessageContext httpMessageContext) |
Comments to: es-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.