| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<KeycloakRBAC> | 
__TYPE_ARG  | 
| Constructor and Description | 
|---|
KeycloakRBAC(KeycloakRBAC delegate)  | 
KeycloakRBAC(Object delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
static OAuth2RBAC | 
create(OAuth2ClientOptions options)
Factory method to create a RBAC handler for tokens adhering to the Keycloak token format. 
 | 
boolean | 
equals(Object o)  | 
KeycloakRBAC | 
getDelegate()  | 
int | 
hashCode()  | 
static KeycloakRBAC | 
newInstance(KeycloakRBAC arg)  | 
String | 
toString()  | 
public static final io.vertx.lang.rx.TypeArg<KeycloakRBAC> __TYPE_ARG
public KeycloakRBAC(KeycloakRBAC delegate)
public KeycloakRBAC(Object delegate)
public KeycloakRBAC getDelegate()
public static OAuth2RBAC create(OAuth2ClientOptions options)
options - public static KeycloakRBAC newInstance(KeycloakRBAC arg)
Copyright © 2020 Eclipse. All rights reserved.