Uses of Interface
org.mortbay.jetty.security.UserRealm

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

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 Request.setUserRealm(UserRealm userRealm)
           
 void Server.setUserRealms(UserRealm[] realms)
           
 void Server.addUserRealm(UserRealm realm)
           
 void Server.removeUserRealm(UserRealm realm)
           
 

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

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

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 SecurityHandler.getUserRealm()
           
 

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



Copyright © {inceptionYear}-2007 Mort Bay Consulting. All Rights Reserved.