Interface | Description |
---|---|
IAuthToken |
Class | Description |
---|---|
AccessManagerHandler | |
AuthenticationCallHandler |
This is the PipedHttpHandler version of io.undertow.security.handlers.AuthenticationCallHandler
that is the final
HttpHandler in the security chain, it's purpose is to act as a barrier at the end of the chain to
ensure authenticate is called after the mechanisms have been associated with the context and the constraint checked. |
AuthenticationConstraintHandler | |
AuthenticationMechanismsHandler |
This is the PipedHttpHandler version of
io.undertow.security.handlers.AuthenticationMechanismsHandler that adds one
or more authentication mechanisms to the security context
|
AuthTokenHandler | |
AuthTokenInjecterHandler | |
CORSHandler | |
HeadersManager | |
SecurityHandler | |
SecurityHandlerDispacher | |
SecurityInitialHandler |
This is the PipedHttpHandler version of
io.undertow.security.handlers.SecurityInitialHandler the security handler
responsible for attaching the SecurityContext to the current
HttpServerExchange . |
Copyright © 2014–2019 SoftInstigate. All rights reserved.