| 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(java.lang.String username)
Create and return a new
User defined in this user database. |
User |
UserDatabase.findUser(java.lang.String username)
Return the existing
User with the specified username,
if any; otherwise return null. |
User[] |
UserDatabase.findUsers()
Return the set of
Users 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,
java.lang.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(java.lang.String username) |
User |
MemoryUserDatabase.findUser(java.lang.String username) |
User[] |
MemoryUserDatabase.findUsers() |
| Modifier and Type | Method and Description |
|---|---|
void |
MemoryUserDatabase.removeUser(User user) |
| Constructor and Description |
|---|
MemorySubscription(User user,
java.lang.String host) |
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.