Uses of Class
org.eclipse.jetty.security.AbstractLoginService
-
Packages that use AbstractLoginService Package Description org.eclipse.jetty.security Jetty Security : Modular Support for Security in Jetty -
-
Uses of AbstractLoginService in org.eclipse.jetty.security
Subclasses of AbstractLoginService in org.eclipse.jetty.security Modifier and Type Class Description classHashLoginServiceAn implementation of a LoginService that stores users and roles in-memory in HashMaps.classJDBCLoginServiceJDBC as a source of user authentication and authorization information.
-