package oauth2
- Alphabetic
- Public
- All
Type Members
-
class
AccessToken extends User
AccessToken extension to the User interface
-
class
KeycloakHelper extends AnyRef
Helper class for processing Keycloak principal.
-
class
OAuth2Auth extends AuthProvider
Factory interface for creating OAuth2 based io.vertx.scala.ext.auth.AuthProvider instances.
-
class
OAuth2ClientOptions extends HttpClientOptions
Options describing how an OAuth2 will make connections.
-
class
OAuth2RBAC extends AnyRef
Functional interface that allows users to implement custom RBAC verifiers for OAuth2/OpenId Connect.
Functional interface that allows users to implement custom RBAC verifiers for OAuth2/OpenId Connect.
Users are to implement the
isAuthorized
method to verify authorities. For provides that do not export the permissions/roles in the token, this interface allows you to communicate with 3rd party services such as graph APIs to collect the required data.The contract is that once an authority is checked for a given user, it's value is cached during the execution of the request. If a user is stored to a persistent storage, or the token is introspected, the cache is cleared and a new call will be handled to the implementation.
-
class
OAuth2Response extends AnyRef
A response from a fetch request.
A response from a fetch request.
This class represents a secure response from a Oauth2 fetch call.
A fetch is a simplified HTTP response from a protected resource.
Value Members
- object AccessToken
- object KeycloakHelper
- object OAuth2Auth
- object OAuth2ClientOptions
- object OAuth2RBAC
- object OAuth2Response