Uses of Package
io.vertx.mutiny.ext.auth.authorization
Packages that use io.vertx.mutiny.ext.auth.authorization
Package
Description
-
Classes in io.vertx.mutiny.ext.auth.authorization used by io.vertx.mutiny.ext.authClassDescriptionInterface representing any kind of authorization such as: Role based authorization Permission based authorization Logical authorization (AND, OR, NOT) Time based authorization (ie: allow access the last 5 days of the month, from 8am till 10am, etc.)
-
Classes in io.vertx.mutiny.ext.auth.authorization used by io.vertx.mutiny.ext.auth.authorizationClassDescriptionAllows to perform a logical 'and' between several authorizationsInterface representing any kind of authorization such as: Role based authorization Permission based authorization Logical authorization (AND, OR, NOT) Time based authorization (ie: allow access the last 5 days of the month, from 8am till 10am, etc.)The AuthorizationContext contains properties that can be used to match authorizations.The role of an AuthorizationProvider is to return a set of Authorization.Allows to perform a logical 'not' of the specified authorizationAllows to perform a logical 'or' between several authorizationsRepresents a permission Note that the permission can optionally be assigned to a specific resourceRepresents a role.Represents a wildcard permission (ie: 'manage:order:*' '*:orders', '*', etc.)
-
Classes in io.vertx.mutiny.ext.auth.authorization used by io.vertx.mutiny.ext.auth.jdbcClassDescriptionThe role of an AuthorizationProvider is to return a set of Authorization.
-
Classes in io.vertx.mutiny.ext.auth.authorization used by io.vertx.mutiny.ext.auth.jwt.authorizationClassDescriptionThe role of an AuthorizationProvider is to return a set of Authorization.
-
Classes in io.vertx.mutiny.ext.auth.authorization used by io.vertx.mutiny.ext.auth.mongoClassDescriptionThe role of an AuthorizationProvider is to return a set of Authorization.
-
Classes in io.vertx.mutiny.ext.auth.authorization used by io.vertx.mutiny.ext.auth.oauth2.authorizationClassDescriptionThe role of an AuthorizationProvider is to return a set of Authorization.
-
Classes in io.vertx.mutiny.ext.auth.authorization used by io.vertx.mutiny.ext.auth.propertiesClassDescriptionThe role of an AuthorizationProvider is to return a set of Authorization.
-
Classes in io.vertx.mutiny.ext.auth.authorization used by io.vertx.mutiny.ext.auth.sqlclientClassDescriptionThe role of an AuthorizationProvider is to return a set of Authorization.
-
Classes in io.vertx.mutiny.ext.auth.authorization used by io.vertx.mutiny.ext.web.handlerClassDescriptionInterface representing any kind of authorization such as: Role based authorization Permission based authorization Logical authorization (AND, OR, NOT) Time based authorization (ie: allow access the last 5 days of the month, from 8am till 10am, etc.)The role of an AuthorizationProvider is to return a set of Authorization.
-
Classes in io.vertx.mutiny.ext.auth.authorization used by io.vertx.mutiny.ext.web.handler.sockjsClassDescriptionThe role of an AuthorizationProvider is to return a set of Authorization.