Uses of Interface
org.eclipse.jetty.security.IdentityService
Packages that use IdentityService
Package
Description
Jetty Security : Modular Support for Security in Jetty
Jetty Security : Authenticators and Callbacks
Jetty Jaas : Support for Jaas
-
Uses of IdentityService in org.eclipse.jetty.security
Classes in org.eclipse.jetty.security that implement IdentityServiceModifier and TypeClassDescriptionclassThe defaultIdentityService, which creates and usesDefaultUserIdentitys.Fields in org.eclipse.jetty.security declared as IdentityServiceMethods in org.eclipse.jetty.security that return IdentityServiceModifier and TypeMethodDescriptionprotected IdentityServiceSecurityHandler.findIdentityService()AbstractLoginService.getIdentityService()Authenticator.Configuration.getIdentityService()Authenticator.Configuration.Wrapper.getIdentityService()EmptyLoginService.getIdentityService()LoginService.getIdentityService()Get the IdentityService associated with this Login Service.SecurityHandler.getIdentityService()Get the identityService.SPNEGOLoginService.getIdentityService()Methods in org.eclipse.jetty.security with parameters of type IdentityServiceModifier and TypeMethodDescriptionvoidAbstractLoginService.setIdentityService(IdentityService identityService) Set the identityService.voidEmptyLoginService.setIdentityService(IdentityService service) voidLoginService.setIdentityService(IdentityService service) Set the IdentityService associated with this Login Service.voidSecurityHandler.setIdentityService(IdentityService identityService) Set the identityService.voidSPNEGOLoginService.setIdentityService(IdentityService identityService) Constructors in org.eclipse.jetty.security with parameters of type IdentityServiceModifierConstructorDescriptionJDBCLoginService(String name, IdentityService identityService, String config) -
Uses of IdentityService in org.eclipse.jetty.security.authentication
Fields in org.eclipse.jetty.security.authentication declared as IdentityService -
Uses of IdentityService in org.eclipse.jetty.security.jaas
Fields in org.eclipse.jetty.security.jaas declared as IdentityServiceMethods in org.eclipse.jetty.security.jaas that return IdentityServiceMethods in org.eclipse.jetty.security.jaas with parameters of type IdentityServiceModifier and TypeMethodDescriptionvoidJAASLoginService.setIdentityService(IdentityService identityService) Set the identityService.