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 |
---|---|
UserDatabase |
User.getDatabase()
Return the
UserDatabase with which we are associated. |
Modifier and Type | Method and Description |
---|---|
UserDatabase |
AbstractUser.getDatabase()
The
UserDatabase with which we are associated. |
Constructor and Description |
---|
AbstractUser(UserDatabase database,
String username)
Construct a new User associated with the specified
UserDatabase . |
Modifier and Type | Class and Description |
---|---|
class |
MemoryUserDatabase
Concrete implementation of
UserDatabase for an in-memory
database backed by an XML data file. |
Constructor and Description |
---|
MemoryUser(UserDatabase database,
String username) |
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.