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