| AbstractHttpAuthorizer |
Class that is responsible for running the HTTP based permission checks
|
| AbstractPathMatchingHttpSecurityPolicy |
A security policy that allows for matching of other security policies based on paths.
|
| AbstractPathMatchingHttpSecurityPolicy.HttpMatcher |
|
| 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 |
|
| HttpSecurityRecorder.AbstractAuthenticationHandler |
|
| HttpSecurityRecorder.DefaultAuthFailureHandler |
|
| HttpSecurityRecorder.HttpAuthenticationHandler |
|
| HttpSecurityUtils |
|
| ManagementInterfaceHttpAuthorizer |
Class that is responsible for running the Management HTTP based permission checks
|
| ManagementPathMatchingHttpSecurityPolicy |
A security policy that allows for matching of other security policies based on paths.
|
| 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.
|
| 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> |
|