public class MicroProfileRBAC extends Object
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static TypeArg<MicroProfileRBAC> |
__TYPE_ARG |
Constructor and Description |
---|
MicroProfileRBAC(io.vertx.ext.auth.oauth2.rbac.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) |
io.vertx.ext.auth.oauth2.rbac.MicroProfileRBAC |
getDelegate() |
int |
hashCode() |
static MicroProfileRBAC |
newInstance(io.vertx.ext.auth.oauth2.rbac.MicroProfileRBAC arg) |
String |
toString() |
public static final TypeArg<MicroProfileRBAC> __TYPE_ARG
public MicroProfileRBAC(io.vertx.ext.auth.oauth2.rbac.MicroProfileRBAC delegate)
public MicroProfileRBAC(Object delegate)
public io.vertx.ext.auth.oauth2.rbac.MicroProfileRBAC getDelegate()
public static OAuth2RBAC create()
public static MicroProfileRBAC newInstance(io.vertx.ext.auth.oauth2.rbac.MicroProfileRBAC arg)
Copyright © 2021 Eclipse. All rights reserved.