Uses of Interface
org.eclipse.jetty.security.authentication.AuthorizationService
-
Packages that use AuthorizationService Package Description org.eclipse.jetty.security Jetty Security : Modular Support for Security in Jettyorg.eclipse.jetty.security.authentication Jetty Security : Authenticators and Callbacks -
-
Uses of AuthorizationService in org.eclipse.jetty.security
Constructors in org.eclipse.jetty.security with parameters of type AuthorizationService Constructor Description ConfigurableSpnegoLoginService(java.lang.String realm, AuthorizationService authorizationService)
-
Uses of AuthorizationService in org.eclipse.jetty.security.authentication
Methods in org.eclipse.jetty.security.authentication that return AuthorizationService Modifier and Type Method Description static AuthorizationService
AuthorizationService. from(LoginService loginService, java.lang.Object credentials)
Wraps aLoginService
as an AuthorizationService
-