Uses of Interface
com.svenruppert.jsentinel.authentication.AuthenticationService
Packages that use AuthenticationService
-
Uses of AuthenticationService in com.svenruppert.jsentinel.authorization.api
Methods in com.svenruppert.jsentinel.authorization.api that return AuthenticationServiceModifier and TypeMethodDescriptionstatic <T,U> AuthenticationService <T, U> JSentinelServiceResolver.authenticationService()Returns the registeredAuthenticationService.Methods in com.svenruppert.jsentinel.authorization.api that return types with arguments of type AuthenticationServiceModifier and TypeMethodDescriptionstatic <T,U> Optional <AuthenticationService<T, U>> JSentinelServiceResolver.findAuthenticationService()Returns the registeredAuthenticationService, or empty if none is registered.Methods in com.svenruppert.jsentinel.authorization.api with parameters of type AuthenticationServiceModifier and TypeMethodDescriptionstatic <T,U> void JSentinelServiceResolver.setAuthenticationService(AuthenticationService<T, U> service) Overrides the cachedAuthenticationService.