Uses of Interface
org.mortbay.jetty.UserRealm

Packages that use UserRealm
org.mortbay.jetty   
org.mortbay.jetty.handler   
org.mortbay.jetty.plus.jaas   
org.mortbay.jetty.plus.security   
org.mortbay.jetty.security   
org.mortbay.jetty.ssl   
 

Uses of UserRealm in org.mortbay.jetty
 

Methods in org.mortbay.jetty that return UserRealm
 UserRealm Request.getUserRealm()
           
 UserRealm[] Server.getUserRealms()
           
 

Methods in org.mortbay.jetty with parameters of type UserRealm
 void Server.addUserRealm(UserRealm realm)
           
 Principal Authenticator.authenticate(UserRealm realm, String pathInContext, Request request, Response response)
          Authenticate.
 void Server.removeUserRealm(UserRealm realm)
           
 void Request.setUserRealm(UserRealm userRealm)
           
 void Server.setUserRealms(UserRealm[] realms)
           
 

Uses of UserRealm in org.mortbay.jetty.handler
 

Methods in org.mortbay.jetty.handler that return UserRealm
 UserRealm SecurityHandler.getUserRealm()
           
 

Uses of UserRealm in org.mortbay.jetty.plus.jaas
 

Classes in org.mortbay.jetty.plus.jaas that implement UserRealm
 class JAASUserRealm
          JAASUserRealm
 class SSOJAASUserRealm
          SSOJAASUserRealm
 

Uses of UserRealm in org.mortbay.jetty.plus.security
 

Classes in org.mortbay.jetty.plus.security that implement UserRealm
 class DataSourceUserRealm
          DataSourceUserRealm Obtain user/password/role information from a database via jndi DataSource.
 

Uses of UserRealm in org.mortbay.jetty.security
 

Classes in org.mortbay.jetty.security that implement UserRealm
 class HashUserRealm
          HashMapped User Realm.
 class JDBCUserRealm
          HashMapped User Realm with JDBC as data source.
 

Methods in org.mortbay.jetty.security that return UserRealm
 UserRealm ConstraintsSecurityHandler.getUserRealm()
           
 

Methods in org.mortbay.jetty.security with parameters of type UserRealm
 Principal BasicAuthenticator.authenticate(UserRealm realm, String pathInContext, Request request, Response response)
           
 Principal DigestAuthenticator.authenticate(UserRealm realm, String pathInContext, Request request, Response response)
           
 Principal FormAuthenticator.authenticate(UserRealm realm, String pathInContext, Request request, Response response)
          Perform form authentication.
 Principal HTAccessHandler.getPrincipal(String user, UserRealm realm)
          Get a Principal matching the user.
 void DigestAuthenticator.sendChallenge(UserRealm realm, Request request, Response response, boolean stale)
           
 void BasicAuthenticator.sendChallenge(UserRealm realm, Response response)
           
 void ConstraintsSecurityHandler.setUserRealm(UserRealm userRealm)
           
 

Uses of UserRealm in org.mortbay.jetty.ssl
 

Methods in org.mortbay.jetty.ssl with parameters of type UserRealm
 Principal ClientCertAuthenticator.authenticate(UserRealm realm, String pathInContext, Request request, Response response)
           
 



Copyright © 1995-2008 Mort Bay Consulting. All Rights Reserved.