Uses of Class
io.vertx.reactivex.ext.auth.authorization.Authorizations
Packages that use Authorizations
-
Uses of Authorizations in io.vertx.reactivex.ext.auth
Methods in io.vertx.reactivex.ext.auth that return AuthorizationsModifier and TypeMethodDescriptionUser.authorizations()Returns user's authorizations that have been previously loaded by the providers. -
Uses of Authorizations in io.vertx.reactivex.ext.auth.authorization
Fields in io.vertx.reactivex.ext.auth.authorization with type parameters of type AuthorizationsModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<Authorizations> Authorizations.__TYPE_ARGMethods in io.vertx.reactivex.ext.auth.authorization that return AuthorizationsModifier and TypeMethodDescriptionAuthorizations.clear()Clears the authorizations.static AuthorizationsAuthorizations.newInstance(Authorizations arg) Authorizations.put(String providerId, Set<Authorization> authorizations) Replaces the current authorizations with the given authorizations for the given provider.