Uses of Class
io.vertx.mutiny.ext.auth.oauth2.AccessToken
-
Packages that use AccessToken Package Description io.vertx.mutiny.ext.auth.oauth2 -
-
Uses of AccessToken in io.vertx.mutiny.ext.auth.oauth2
Fields in io.vertx.mutiny.ext.auth.oauth2 with type parameters of type AccessToken Modifier and Type Field Description static TypeArg<AccessToken>
AccessToken. __TYPE_ARG
Methods in io.vertx.mutiny.ext.auth.oauth2 that return AccessToken Modifier and Type Method Description AccessToken
OAuth2Auth. decodeTokenAndAwait(String token)
Deprecated.AccessToken
AccessToken. fetchAndForget(io.vertx.core.http.HttpMethod method, String resource, io.vertx.core.json.JsonObject headers, Buffer payload)
Variant offetch(HttpMethod,String,JsonObject,io.vertx.mutiny.core.buffer.Buffer)
that ignores the result of the operation.AccessToken
AccessToken. fetchAndForget(String resource)
Variant offetch(String)
that ignores the result of the operation.AccessToken
AccessToken. introspectAndForget()
Variant ofintrospect()
that ignores the result of the operation.AccessToken
AccessToken. introspectAndForget(String tokenType)
Variant ofintrospect(String)
that ignores the result of the operation.AccessToken
OAuth2Auth. introspectTokenAndAwait(String token)
Deprecated.AccessToken
OAuth2Auth. introspectTokenAndAwait(String token, String tokenType)
Deprecated.AccessToken
AccessToken. logoutAndForget()
Variant oflogout()
that ignores the result of the operation.static AccessToken
AccessToken. newInstance(io.vertx.ext.auth.oauth2.AccessToken arg)
AccessToken
AccessToken. refreshAndForget()
Variant ofrefresh()
that ignores the result of the operation.AccessToken
AccessToken. revokeAndForget(String token_type)
Variant ofrevoke(String)
that ignores the result of the operation.AccessToken
AccessToken. setTrustJWT(boolean trust)
AccessToken
AccessToken. userInfoAndForget()
Variant ofuserInfo()
that ignores the result of the operation.Methods in io.vertx.mutiny.ext.auth.oauth2 that return types with arguments of type AccessToken Modifier and Type Method Description io.smallrye.mutiny.Uni<AccessToken>
OAuth2Auth. decodeToken(String token)
Deprecated.io.smallrye.mutiny.Uni<AccessToken>
OAuth2Auth. introspectToken(String token)
Deprecated.io.smallrye.mutiny.Uni<AccessToken>
OAuth2Auth. introspectToken(String token, String tokenType)
Deprecated.Methods in io.vertx.mutiny.ext.auth.oauth2 with parameters of type AccessToken Modifier and Type Method Description io.smallrye.mutiny.Uni<Boolean>
OAuth2RBAC. isAuthorized(AccessToken user, String authority)
Deprecated.Boolean
OAuth2RBAC. isAuthorizedAndAwait(AccessToken user, String authority)
Deprecated.void
OAuth2RBAC. isAuthorizedAndForget(AccessToken user, String authority)
Deprecated.
-