Uses of Interface
org.eclipse.jetty.security.authentication.AuthorizationService
Packages that use AuthorizationService
Package
Description
Jetty Security : Modular Support for Security in Jetty
Jetty Security : Authenticators and Callbacks
-
Uses of AuthorizationService in org.eclipse.jetty.security
Constructors in org.eclipse.jetty.security with parameters of type AuthorizationServiceModifierConstructorDescriptionConfigurableSpnegoLoginService
(String realm, AuthorizationService authorizationService) -
Uses of AuthorizationService in org.eclipse.jetty.security.authentication
Methods in org.eclipse.jetty.security.authentication that return AuthorizationServiceModifier and TypeMethodDescriptionstatic AuthorizationService
AuthorizationService.from
(LoginService loginService, Object credentials) Wraps aLoginService
as an AuthorizationService