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

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

Uses of UserRealm in org.mortbay.jetty
 

Fields in org.mortbay.jetty declared as UserRealm
private  UserRealm[] Server._realms
           
 

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

Methods in org.mortbay.jetty with parameters of type UserRealm
 void Server.setUserRealms(UserRealm[] realms)
           
 

Uses of UserRealm in org.mortbay.jetty.security
 

Classes in org.mortbay.jetty.security that implement UserRealm
 class HashUserRealm
          HashMapped User Realm.
 

Fields in org.mortbay.jetty.security declared as UserRealm
(package private)  UserRealm FormAuthenticator.FormCredential._realm
           
private  UserRealm SecurityHandler._userRealm
           
 

Methods in org.mortbay.jetty.security that return UserRealm
 UserRealm SecurityHandler.getUserRealm()
           
private  UserRealm HashUserRealm.User.getUserRealm()
           
 

Methods in org.mortbay.jetty.security with parameters of type UserRealm
(package private)  void FormAuthenticator.FormCredential.authenticate(UserRealm realm, Request request)
           
 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)
           
 Principal ClientCertAuthenticator.authenticate(UserRealm realm, String pathInContext, Request request, Response response)
           
 Principal BasicAuthenticator.authenticate(UserRealm realm, String pathInContext, Request request, Response response)
           
 Principal Authenticator.authenticate(UserRealm realm, String pathInContext, Request request, Response response)
          Authenticate.
(package private)  void FormAuthenticator.FormCredential.authenticate(UserRealm realm, String user, String password, Request request)
           
private  boolean SecurityHandler.check(Object constraints, Authenticator authenticator, UserRealm realm, String pathInContext, Request request, Response response)
          Check security contraints
 void DigestAuthenticator.sendChallenge(UserRealm realm, Request request, Response response, boolean stale)
           
 void BasicAuthenticator.sendChallenge(UserRealm realm, Response response)
           
 void SecurityHandler.setUserRealm(UserRealm userRealm)