Class KeycloakAuthorization


  • public class KeycloakAuthorization
    extends AuthorizationProvider
    Implementation of the Keycloak Authorization Provider.

    NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

    • Constructor Detail

      • KeycloakAuthorization

        public KeycloakAuthorization​(io.vertx.ext.auth.oauth2.authorization.KeycloakAuthorization delegate)
      • KeycloakAuthorization

        public KeycloakAuthorization​(Object delegate)
    • Method Detail

      • create

        public static KeycloakAuthorization create()
        Factory method to create an Authorization Provider for tokens adhering to the Keycloak token format. When the user is known to not be a JWT, (e.g.: a OAuth2 response token) then the root claim is expected to be the extracted from the user under the key: accessToken.
        Returns:
        a AuthorizationProvider
      • newInstance

        public static KeycloakAuthorization newInstance​(io.vertx.ext.auth.oauth2.authorization.KeycloakAuthorization arg)