| Interface | Description |
|---|---|
| HttpAuthenticationMechanism |
An interface that performs HTTP based authentication
|
| HttpSecurityPolicy |
| Class | Description |
|---|---|
| AuthenticatedHttpSecurityPolicy |
permission checker that checks if the user is authenticated
|
| BasicAuthenticationMechanism |
The authentication handler responsible for BASIC authentication as described by RFC2617
|
| DenySecurityPolicy | |
| HttpAuthenticator |
Class that is responsible for running the HTTP based authentication
|
| HttpAuthenticator.NoopCloseTask | |
| HttpAuthorizer |
Class that is responsible for running the HTTP based permission checks
|
| HttpAuthorizer.HttpMatcher | |
| HttpSecurityRecorder | |
| HttpSecurityRecorder$$accessor | |
| PathMatcher<T> |
Handler that dispatches to a given handler based of a prefix match of the path.
|
| PathMatcher.PathMatch<T> | |
| PermitSecurityPolicy | |
| QuarkusHttpUser |
Basic vert.x user representation
|
| RolesAllowedHttpSecurityPolicy |
permission checker that handles role based permissions
|
| SubstringMap<V> |
A string keyed map that can be accessed as a substring, eliminating the need to allocate a new string
to do a key comparison against.
|
| SubstringMap.SubstringMatch<V> | |
| SupplierImpl<T> |
| Enum | Description |
|---|---|
| HttpSecurityPolicy.CheckResult |
The results of a permission check
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.