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(OAuth2Options 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(OAuth2Options options)
options
- public static KeycloakRBAC newInstance(KeycloakRBAC arg)
Copyright © 2021 Eclipse. All rights reserved.