|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.opensymphony.user.provider.hibernate.HibernateBaseProvider
| Field Summary | |
protected static org.apache.commons.logging.Log |
log
|
| Constructor Summary | |
HibernateBaseProvider()
|
|
| Method Summary | |
boolean |
create(java.lang.String name)
Create new Entity with given name. |
HibernateGroupDAO |
getGroupDAO()
|
HibernateUserDAO |
getUserDAO()
|
boolean |
init(java.util.Properties properties)
Called by UserManager before any other method. |
java.util.List |
list()
Returns List of names (Strings) of all Entities that can be accessed by this UserProvider If this UserProvider cannot retrieve a list of names, null is to be returned. |
boolean |
load(java.lang.String name,
Entity.Accessor accessor)
Load Entity. |
boolean |
remove(java.lang.String name)
Create Entity with given name. |
boolean |
store(java.lang.String name,
Entity.Accessor accessor)
Stores changes to Entity. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.opensymphony.user.provider.UserProvider |
flushCaches, handles |
| Field Detail |
protected static org.apache.commons.logging.Log log
| Constructor Detail |
public HibernateBaseProvider()
| Method Detail |
public HibernateGroupDAO getGroupDAO()
public HibernateUserDAO getUserDAO()
public boolean create(java.lang.String name)
create in interface UserProviderpublic boolean init(java.util.Properties properties)
init in interface UserProviderproperties - Extra properties passed across by UserManager.public java.util.List list()
list in interface UserProvider
public boolean load(java.lang.String name,
Entity.Accessor accessor)
load in interface UserProviderpublic boolean remove(java.lang.String name)
remove in interface UserProvider
public boolean store(java.lang.String name,
Entity.Accessor accessor)
store in interface UserProvider
|
See www.opensymphony.com for more information. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||