Class KeycloakRBAC


  • public class KeycloakRBAC
    extends Object
    Implementation of the Keycloak RBAC handler.

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

    • Constructor Detail

      • KeycloakRBAC

        public KeycloakRBAC​(io.vertx.ext.auth.oauth2.rbac.KeycloakRBAC delegate)
      • KeycloakRBAC

        public KeycloakRBAC​(Object delegate)
    • Method Detail

      • getDelegate

        public io.vertx.ext.auth.oauth2.rbac.KeycloakRBAC getDelegate()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • create

        public static OAuth2RBAC create​(io.vertx.ext.auth.oauth2.OAuth2Options options)
        Parameters:
        options -
        Returns:
        a RBAC validator
      • newInstance

        public static KeycloakRBAC newInstance​(io.vertx.ext.auth.oauth2.rbac.KeycloakRBAC arg)