@ApplicationScoped @Typed(value=DefaultAuthenticationMechanism.class) public class DefaultAuthenticationMechanism extends Object implements javax.security.enterprise.authentication.mechanism.http.HttpAuthenticationMechanism
| Constructor and Description |
|---|
DefaultAuthenticationMechanism() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanSubject(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.security.enterprise.authentication.mechanism.http.HttpMessageContext httpMessageContext) |
javax.security.enterprise.AuthenticationStatus |
secureResponse(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.security.enterprise.authentication.mechanism.http.HttpMessageContext httpMessageContext) |
javax.security.enterprise.AuthenticationStatus |
validateRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.security.enterprise.authentication.mechanism.http.HttpMessageContext httpMessageContext) |
public javax.security.enterprise.AuthenticationStatus validateRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.security.enterprise.authentication.mechanism.http.HttpMessageContext httpMessageContext)
throws javax.security.enterprise.AuthenticationException
validateRequest in interface javax.security.enterprise.authentication.mechanism.http.HttpAuthenticationMechanismjavax.security.enterprise.AuthenticationExceptionpublic javax.security.enterprise.AuthenticationStatus secureResponse(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.security.enterprise.authentication.mechanism.http.HttpMessageContext httpMessageContext)
throws javax.security.enterprise.AuthenticationException
secureResponse in interface javax.security.enterprise.authentication.mechanism.http.HttpAuthenticationMechanismjavax.security.enterprise.AuthenticationExceptionpublic void cleanSubject(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.security.enterprise.authentication.mechanism.http.HttpMessageContext httpMessageContext)
cleanSubject in interface javax.security.enterprise.authentication.mechanism.http.HttpAuthenticationMechanismCopyright © 1999–2022 The Apache Software Foundation. All rights reserved.