| Interface | Description |
|---|---|
| HttpAuthenticationMechanism |
An interface that performs HTTP based authentication
|
| HttpSecurityPolicy |
A HTTP Security policy, that controls which requests are allowed to proceeed.
|
| HttpSecurityPolicy.AuthorizationRequestContext |
A context object that can be used to run blocking tasks
|
| Class | Description |
|---|---|
| AuthenticatedHttpSecurityPolicy |
permission checker that checks if the user is authenticated
|
| BasicAuthenticationMechanism |
The authentication handler responsible for BASIC authentication as described by RFC2617
|
| ChallengeData | |
| DenySecurityPolicy | |
| FormAuthenticationMechanism | |
| HttpAuthenticationMechanism.ChallengeSender | |
| HttpAuthenticator |
Class that is responsible for running the HTTP based authentication
|
| HttpAuthenticator.NoAuthenticationMechanism | |
| HttpAuthenticator.NoopCloseTask | |
| HttpAuthorizer |
Class that is responsible for running the HTTP based permission checks
|
| HttpCredentialTransport |
A representation of HTTP credential transport.
|
| HttpSecurityPolicy.CheckResult |
The results of a permission check
|
| HttpSecurityRecorder | |
| MtlsAuthenticationMechanism |
The authentication handler responsible for mTLS client authentication
|
| PathMatcher<T> |
Handler that dispatches to a given handler based of a prefix match of the path.
|
| PathMatcher.PathMatch<T> | |
| PathMatchingHttpSecurityPolicy |
A security policy that allows for matching of other security policies based on paths.
|
| PathMatchingHttpSecurityPolicy.HttpMatcher | |
| PermitSecurityPolicy | |
| PersistentLoginManager |
A class that manages persistent logins.
|
| PersistentLoginManager.RestoreResult | |
| QuarkusHttpSecurityContext |
Security context that is attached to the request.
|
| 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 |
|---|---|
| HttpCredentialTransport.Type |
Copyright © 2021 JBoss by Red Hat. All rights reserved.