public class KeycloakRBAC extends Object
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static TypeArg<KeycloakRBAC> |
__TYPE_ARG |
Constructor and Description |
---|
KeycloakRBAC(io.vertx.ext.auth.oauth2.rbac.KeycloakRBAC delegate) |
KeycloakRBAC(Object delegate) |
Modifier and Type | Method and Description |
---|---|
static OAuth2RBAC |
create(io.vertx.ext.auth.oauth2.OAuth2Options options)
Factory method to create a RBAC handler for tokens adhering to the Keycloak token format.
|
boolean |
equals(Object o) |
io.vertx.ext.auth.oauth2.rbac.KeycloakRBAC |
getDelegate() |
int |
hashCode() |
static KeycloakRBAC |
newInstance(io.vertx.ext.auth.oauth2.rbac.KeycloakRBAC arg) |
String |
toString() |
public static final TypeArg<KeycloakRBAC> __TYPE_ARG
public KeycloakRBAC(io.vertx.ext.auth.oauth2.rbac.KeycloakRBAC delegate)
public KeycloakRBAC(Object delegate)
public io.vertx.ext.auth.oauth2.rbac.KeycloakRBAC getDelegate()
public static OAuth2RBAC create(io.vertx.ext.auth.oauth2.OAuth2Options options)
options
- public static KeycloakRBAC newInstance(io.vertx.ext.auth.oauth2.rbac.KeycloakRBAC arg)
Copyright © 2021 Eclipse. All rights reserved.