| Package | Description |
|---|---|
| io.undertow.security.handlers | |
| io.undertow.servlet.handlers.security |
| Class and Description |
|---|
| AbstractConfidentialityHandler
Handler responsible for checking of confidentiality is required for the requested resource and if so rejecting the request
and redirecting to a secure address.
|
| AbstractSecurityContextAssociationHandler
Base class responsible for associating the
SecurityContext instance with the current request. |
| AuthenticationMechanismsHandler
Authentication handler that adds one or more authentication
mechanisms to the security context
|
| Class and Description |
|---|
| AbstractConfidentialityHandler
Handler responsible for checking of confidentiality is required for the requested resource and if so rejecting the request
and redirecting to a secure address.
|
| AuthenticationConstraintHandler
Handler responsible for checking the constraints for the current request and marking authentication as required if
applicable.
|
| SinglePortConfidentialityHandler
An extension to
AbstractConfidentialityHandler that uses the Host header from the incoming message and specifies the
confidential address by just switching the port. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.