net.dpml.http
Class HashUserRealm

java.lang.Object
  extended by org.mortbay.jetty.security.HashUserRealm
      extended by net.dpml.http.HashUserRealm
All Implemented Interfaces:
SSORealm, UserRealm

public class HashUserRealm
extends HashUserRealm

Hash user realm with enhanced keystore resolution semantics.

Version:
0.0.4
Author:
Digital Product Meta Library

Nested Class Summary
static interface HashUserRealm.Context
          HTTP Context handler context defintion.
 
Field Summary
 
Fields inherited from class org.mortbay.jetty.security.HashUserRealm
__SSO, _roles
 
Constructor Summary
HashUserRealm(HashUserRealm.Context context)
          Creation of a new hash user realm.
 
Method Summary
 
Methods inherited from class org.mortbay.jetty.security.HashUserRealm
addUserToRole, authenticate, clearSingleSignOn, disassociate, dump, getConfig, getName, getPrincipal, getSingleSignOn, getSSORealm, isUserInRole, logout, popRole, pushRole, put, reauthenticate, setConfig, setName, setSingleSignOn, setSSORealm, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HashUserRealm

public HashUserRealm(HashUserRealm.Context context)
              throws Exception
Creation of a new hash user realm.

Parameters:
context - the deployment context
Throws:
Exception - if an instantiation error occurs