Uses of Interface
com.svenruppert.jsentinel.action.ActionAuthorizationService
Packages that use ActionAuthorizationService
-
Uses of ActionAuthorizationService in com.svenruppert.jsentinel.action
Classes in com.svenruppert.jsentinel.action that implement ActionAuthorizationServiceModifier and TypeClassDescriptionfinal classDefaultActionAuthorizationServicethat checks anActionPermissionagainst the subject's permission set obtained via the configuredAuthorizationService. -
Uses of ActionAuthorizationService in com.svenruppert.jsentinel.authorization.api
Methods in com.svenruppert.jsentinel.authorization.api that return ActionAuthorizationServiceModifier and TypeMethodDescriptionstatic <U> ActionAuthorizationService<U> JSentinelServiceResolver.actionAuthorizationService()Returns the registeredActionAuthorizationService.Methods in com.svenruppert.jsentinel.authorization.api that return types with arguments of type ActionAuthorizationServiceModifier and TypeMethodDescriptionstatic <U> Optional<ActionAuthorizationService<U>> JSentinelServiceResolver.findActionAuthorizationService()Returns the registeredActionAuthorizationService, or empty if none is configured.Methods in com.svenruppert.jsentinel.authorization.api with parameters of type ActionAuthorizationServiceModifier and TypeMethodDescriptionstatic <U> voidJSentinelServiceResolver.setActionAuthorizationService(ActionAuthorizationService<U> service) Replaces the cachedActionAuthorizationService.