Uses of Class
io.vertx.rxjava3.ext.auth.authorization.AuthorizationContext
Packages that use AuthorizationContext
-
Uses of AuthorizationContext in io.vertx.rxjava3.ext.auth.authorization
Fields in io.vertx.rxjava3.ext.auth.authorization with type parameters of type AuthorizationContextModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<AuthorizationContext> AuthorizationContext.__TYPE_ARGMethods in io.vertx.rxjava3.ext.auth.authorization that return AuthorizationContextModifier and TypeMethodDescriptionstatic AuthorizationContextFactory for Authorization Contextstatic AuthorizationContextFactory for Authorization Contextstatic AuthorizationContextAuthorizationContext.newInstance(AuthorizationContext arg) Methods in io.vertx.rxjava3.ext.auth.authorization with parameters of type AuthorizationContextModifier and TypeMethodDescriptionbooleanAndAuthorization.match(AuthorizationContext context) this methods verifies whether or not the authorization match the specified context.booleanAuthorization.match(AuthorizationContext context) this methods verifies whether or not the authorization match the specified context.booleanNotAuthorization.match(AuthorizationContext context) this methods verifies whether or not the authorization match the specified context.booleanOrAuthorization.match(AuthorizationContext context) this methods verifies whether or not the authorization match the specified context.booleanPermissionBasedAuthorization.match(AuthorizationContext context) this methods verifies whether or not the authorization match the specified context.booleanRoleBasedAuthorization.match(AuthorizationContext context) this methods verifies whether or not the authorization match the specified context.booleanWildcardPermissionBasedAuthorization.match(AuthorizationContext context) this methods verifies whether or not the authorization match the specified context.