Class ServletSecurityContextImpl
java.lang.Object
io.undertow.security.impl.AbstractSecurityContext
org.wildfly.elytron.web.undertow.server.SecurityContextImpl
org.wildfly.elytron.web.undertow.server.servlet.ServletSecurityContextImpl
- All Implemented Interfaces:
io.undertow.security.api.SecurityContext
public class ServletSecurityContextImpl
extends org.wildfly.elytron.web.undertow.server.SecurityContextImpl
An extension of
SecurityContextImpl to add JASPIC / Servlet Profile Support.- Author:
- Darran Lofthouse
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class io.undertow.security.impl.AbstractSecurityContext
io.undertow.security.impl.AbstractSecurityContext.Node<T> -
Field Summary
Fields inherited from class org.wildfly.elytron.web.undertow.server.SecurityContextImpl
securityDomainFields inherited from class io.undertow.security.impl.AbstractSecurityContext
exchange -
Method Summary
Methods inherited from class org.wildfly.elytron.web.undertow.server.SecurityContextImpl
addAuthenticationMechanism, authenticationComplete, getAuthenticationMechanisms, getIdentityManager, isAuthenticationRequired, login, logout, setAuthenticationRequired, setAuthenticationRequired, setLogoutHandlerMethods inherited from class io.undertow.security.impl.AbstractSecurityContext
authenticationComplete, authenticationComplete, authenticationFailed, getAuthenticatedAccount, getMechanismName, isAuthenticated, registerNotificationReceiver, removeNotificationReceiver
-
Method Details
-
authenticate
public boolean authenticate()- Specified by:
authenticatein interfaceio.undertow.security.api.SecurityContext- Overrides:
authenticatein classorg.wildfly.elytron.web.undertow.server.SecurityContextImpl
-