Uses of Class
io.vertx.rxjava3.ext.auth.authorization.AuthorizationContext
-
Packages that use AuthorizationContext Package Description io.vertx.rxjava3.ext.auth.authorization -
-
Uses of AuthorizationContext in io.vertx.rxjava3.ext.auth.authorization
Fields in io.vertx.rxjava3.ext.auth.authorization with type parameters of type AuthorizationContext Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<AuthorizationContext>
AuthorizationContext. __TYPE_ARG
Methods in io.vertx.rxjava3.ext.auth.authorization that return AuthorizationContext Modifier and Type Method Description static AuthorizationContext
AuthorizationContext. create(User user)
Factory for Authorization Contextstatic AuthorizationContext
AuthorizationContext. create(User user, MultiMap variables)
Factory for Authorization Contextstatic AuthorizationContext
AuthorizationContext. newInstance(AuthorizationContext arg)
Methods in io.vertx.rxjava3.ext.auth.authorization with parameters of type AuthorizationContext Modifier and Type Method Description boolean
AndAuthorization. match(AuthorizationContext context)
this methods verifies whether or not the authorization match the specified context.boolean
Authorization. match(AuthorizationContext context)
this methods verifies whether or not the authorization match the specified context.boolean
NotAuthorization. match(AuthorizationContext context)
this methods verifies whether or not the authorization match the specified context.boolean
OrAuthorization. match(AuthorizationContext context)
this methods verifies whether or not the authorization match the specified context.boolean
PermissionBasedAuthorization. match(AuthorizationContext context)
this methods verifies whether or not the authorization match the specified context.boolean
RoleBasedAuthorization. match(AuthorizationContext context)
this methods verifies whether or not the authorization match the specified context.boolean
WildcardPermissionBasedAuthorization. match(AuthorizationContext context)
this methods verifies whether or not the authorization match the specified context.
-