Uses of Interface
com.svenruppert.jsentinel.logout.LogoutService
Packages that use LogoutService
-
Uses of LogoutService in com.svenruppert.jsentinel.authorization.api
Methods in com.svenruppert.jsentinel.authorization.api that return LogoutServiceModifier and TypeMethodDescriptionstatic LogoutServiceJSentinelServiceResolver.logoutService()Returns the registeredLogoutService, orNoopLogoutService.INSTANCEwhen none is configured.Methods in com.svenruppert.jsentinel.authorization.api that return types with arguments of type LogoutServiceModifier and TypeMethodDescriptionstatic Optional<LogoutService> JSentinelServiceResolver.findLogoutService()Returns the SPI-registeredLogoutService, or empty when only the noop fallback is cached.Methods in com.svenruppert.jsentinel.authorization.api with parameters of type LogoutServiceModifier and TypeMethodDescriptionstatic voidJSentinelServiceResolver.setLogoutService(LogoutService service) Replaces the cachedLogoutService. -
Uses of LogoutService in com.svenruppert.jsentinel.logout
Classes in com.svenruppert.jsentinel.logout that implement LogoutServiceModifier and TypeClassDescriptionfinal classDefaultLogoutService— discards every call.final classAdapter-neutral defaultLogoutServiceimplementation.