| 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
|
| HttpSecurityPolicy.CheckResult |
The results of a permission check
|
| HttpSecurityRecorder | |
| HttpSecurityRecorder$$accessor | |
| 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 | |
| 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> | |
| TrustedAuthenticationRequest |
A request to authenticate from a trusted source, such as an encrypted cookie
TODO: move to quarkus-security
|
| Exception | Description |
|---|---|
| AuthenticationRedirectException |
Exception indicating that a redirect is required for the authentication flow to complete.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.