Class FileUserEntity
UserEntityImpl
|
+----FileUserEntity
- public class FileUserEntity
- extends UserEntityImpl
-
FileUserEntity(CustomRealm)
-
-
authenticate(String, String)
-
-
getUser(String)
-
-
getUserNames()
-
FileUserEntity
public FileUserEntity(CustomRealm aRealm) throws IOException
getUserNames
public Enumeration getUserNames()
- Overrides:
- getUserNames in class UserEntityImpl
authenticate
public boolean authenticate(String userName,
String plainTextPassword) throws NoSuchUserException
- Overrides:
- authenticate in class UserEntityImpl
getUser
public User getUser(String name) throws NoSuchUserException, BadRealmException
- Overrides:
- getUser in class UserEntityImpl
JavaServer Products
Brewed by JavaSoft
A unit of Sun Microsystems, Inc.
|