Package | Description |
---|---|
org.apache.struts.apps.mailreader.dao | |
org.apache.struts.apps.mailreader.dao.impl | |
org.apache.struts.apps.mailreader.dao.impl.memory |
Modifier and Type | Method and Description |
---|---|
User |
UserDatabase.createUser(String username)
Create and return a new
User defined in this user database. |
User |
UserDatabase.findUser(String username)
Return the existing
User with the specified username,
if any; otherwise return null . |
User[] |
UserDatabase.findUsers()
Return the set of
User s defined in this user database. |
User |
Subscription.getUser()
Return the
User owning this Subscription. |
Modifier and Type | Method and Description |
---|---|
void |
UserDatabase.removeUser(User user)
Remove the specified
User from this database. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUser
Concrete implementation of
AbstractUser . |
Modifier and Type | Method and Description |
---|---|
User |
AbstractSubscription.getUser()
The User owning this Subscription.
|
Constructor and Description |
---|
AbstractSubscription(User user,
String host)
Construct a new Subscription associated with the specified
User . |
Modifier and Type | Class and Description |
---|---|
class |
MemoryUser
Concrete implementation of
AbstractUser used for an in-memory
database backed by an XML data file. |
Modifier and Type | Method and Description |
---|---|
User |
MemoryUserDatabase.createUser(String username) |
User |
MemoryUserDatabase.findUser(String username) |
User[] |
MemoryUserDatabase.findUsers() |
Modifier and Type | Method and Description |
---|---|
void |
MemoryUserDatabase.removeUser(User user) |
Constructor and Description |
---|
MemorySubscription(User user,
String host) |
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.