Uses of Interface
com.svenruppert.jsentinel.policy.spi.PolicyRegistry
Packages that use PolicyRegistry
Package
Description
-
Uses of PolicyRegistry in com.svenruppert.jsentinel.authorization.api
Methods in com.svenruppert.jsentinel.authorization.api that return PolicyRegistryModifier and TypeMethodDescriptionstatic PolicyRegistryJSentinelServiceResolver.policyRegistry()Returns the registeredPolicyRegistry, or a freshInMemoryPolicyRegistrywhen none is configured.Methods in com.svenruppert.jsentinel.authorization.api that return types with arguments of type PolicyRegistryModifier and TypeMethodDescriptionstatic Optional<PolicyRegistry> JSentinelServiceResolver.findPolicyRegistry()Returns the SPI-registeredPolicyRegistry, or empty when only the defaultInMemoryPolicyRegistryfallback is in use.Methods in com.svenruppert.jsentinel.authorization.api with parameters of type PolicyRegistryModifier and TypeMethodDescriptionstatic voidJSentinelServiceResolver.setPolicyRegistry(PolicyRegistry registry) Replaces the cachedPolicyRegistry. -
Uses of PolicyRegistry in com.svenruppert.jsentinel.policy.impl
Classes in com.svenruppert.jsentinel.policy.impl that implement PolicyRegistry