Uses of Package
com.svenruppert.jsentinel.authorization.annotations
Packages that use com.svenruppert.jsentinel.authorization.annotations
Package
Description
-
Classes in com.svenruppert.jsentinel.authorization.annotations used by com.svenruppert.jsentinel.annotationsClassDescriptionThis annotation is to be placed on other annotations, marking them as restriction-annotations and assigning evaluator classes to them.
-
Classes in com.svenruppert.jsentinel.authorization.annotations used by com.svenruppert.jsentinel.authorization.annotationsClassDescriptionThis annotation is to be placed on other annotations, marking them as restriction-annotations and assigning evaluator classes to them.
-
-
Classes in com.svenruppert.jsentinel.authorization.annotations used by com.svenruppert.jsentinel.authorization.api.permissionsClassDescriptionRequires the current subject to hold all listed permissions (AND-semantics).Requires the current subject to hold at least one of the listed permissions (OR-semantics).Requires the current subject to have all listed permissions.
-
-
Classes in com.svenruppert.jsentinel.authorization.annotations used by com.svenruppert.jsentinel.policy.implClassDescriptionRequires the named
Policy(registered with the resolvedPolicyRegistry) toAllowthe current request.