org.mortbay.jetty.security
Class HashUserRealm.User

java.lang.Object
  extended by org.mortbay.jetty.security.HashUserRealm.User
All Implemented Interfaces:
Principal
Direct Known Subclasses:
HashUserRealm.KnownUser, HashUserRealm.WrappedUser
Enclosing class:
HashUserRealm

private class HashUserRealm.User
extends Object
implements Principal


Field Summary
(package private)  List roles
           
 
Constructor Summary
private HashUserRealm.User()
           
 
Method Summary
 String getName()
           
private  UserRealm getUserRealm()
           
 boolean isAuthenticated()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.security.Principal
equals, hashCode
 

Field Detail

roles

List roles
Constructor Detail

HashUserRealm.User

private HashUserRealm.User()
Method Detail

getUserRealm

private UserRealm getUserRealm()

getName

public String getName()
Specified by:
getName in interface Principal

isAuthenticated

public boolean isAuthenticated()

toString

public String toString()
Specified by:
toString in interface Principal
Overrides:
toString in class Object