| org.apache.cocoon.auth.ApplicationStore
loadApplicationData | Object loadApplicationData(User user, Application app)(Code) | | Load data for the given user and application.
For session replication to work this data should be
java.io.Serializable .
Parameters: user - The current user. Parameters: app - The current application. The loaded data or null. |
saveApplicationData | void saveApplicationData(User user, Application app, Object data)(Code) | | Save the data for the given user and application.
Parameters: user - The current user. Parameters: app - The current application. Parameters: data - The user data. |
|
|