org.mortbay.http
Interface UserRealm
- All Known Implementing Classes:
- HashUserRealm
- public interface UserRealm
User Realm.
This interface should be specialized to provide specific user
lookup and authentication using arbitrary methods.
- Version:
- $Id: UserRealm.java,v 1.3 2001/10/21 00:26:11 gregwilkins Exp $
- Author:
- Greg Wilkins (gregw)
__UserRole
public static final java.lang.String __UserRole
getName
public java.lang.String getName()
getUser
public UserPrincipal getUser(java.lang.String username)
Copyright © 2000 Mortbay Consulting Pty. Ltd. All Rights Reserved.