All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods
| Modifier and Type |
Method and Description |
String |
authorizeURL(JsonObject params)
Generate a redirect URL to the authN/Z backend.
|
static OAuth2Auth |
create(Vertx vertx)
Create a OAuth2 auth provider
|
static OAuth2Auth |
create(Vertx vertx,
OAuth2ClientOptions config)
Create a OAuth2 auth provider
|
static OAuth2Auth |
create(Vertx vertx,
OAuth2FlowType flow)
Deprecated.
|
static OAuth2Auth |
create(Vertx vertx,
OAuth2FlowType flow,
OAuth2ClientOptions config)
Deprecated.
|
static OAuth2Auth |
createKeycloak(Vertx vertx,
OAuth2FlowType flow,
JsonObject config)
Deprecated.
|
OAuth2Auth |
decodeToken(String token,
Handler<AsyncResult<AccessToken>> handler)
Deprecated.
|
boolean |
equals(Object o) |
OAuth2Auth |
getDelegate() |
OAuth2FlowType |
getFlowType()
Deprecated.
|
String |
getScopeSeparator()
Deprecated.
|
void |
getToken(JsonObject params,
Handler<AsyncResult<AccessToken>> handler)
Deprecated.
|
int |
hashCode() |
OAuth2Auth |
introspectToken(String token,
Handler<AsyncResult<AccessToken>> handler)
Deprecated.
|
OAuth2Auth |
introspectToken(String token,
String tokenType,
Handler<AsyncResult<AccessToken>> handler)
Deprecated.
|
OAuth2Auth |
loadJWK(Handler<AsyncResult<Void>> handler)
Deprecated.
|
static OAuth2Auth |
newInstance(OAuth2Auth arg) |
OAuth2Auth |
rbacHandler(OAuth2RBAC rbac)
Deprecated.
|
io.reactivex.Single<AccessToken> |
rxDecodeToken(String token)
Deprecated.
|
io.reactivex.Single<AccessToken> |
rxGetToken(JsonObject params)
Deprecated.
|
io.reactivex.Single<AccessToken> |
rxIntrospectToken(String token)
Deprecated.
|
io.reactivex.Single<AccessToken> |
rxIntrospectToken(String token,
String tokenType)
Deprecated.
|
io.reactivex.Completable |
rxLoadJWK()
Deprecated.
|
String |
toString() |