|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.opensymphony.user.provider.hibernate.HibernateBaseProvider
com.opensymphony.user.provider.hibernate.HibernateProfileProvider
| Field Summary |
| Fields inherited from class com.opensymphony.user.provider.hibernate.HibernateBaseProvider |
log |
| Constructor Summary | |
HibernateProfileProvider()
|
|
| Method Summary | |
boolean |
create(java.lang.String name)
Create new Entity with given name. |
void |
flushCaches()
Flush the providers caches - if it is caching. |
com.opensymphony.module.propertyset.PropertySet |
getPropertySet(java.lang.String name)
Retrieve profile for User with given name. |
boolean |
handles(java.lang.String name)
Determine whether this UserProvider implementation is responsible for handling this Entity. |
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 |
remove(java.lang.String name)
Create Entity with given name. |
| Methods inherited from class com.opensymphony.user.provider.hibernate.HibernateBaseProvider |
getGroupDAO, getUserDAO, load, store |
| 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 |
load, store |
| Constructor Detail |
public HibernateProfileProvider()
| Method Detail |
public com.opensymphony.module.propertyset.PropertySet getPropertySet(java.lang.String name)
getPropertySet in interface ProfileProviderpublic boolean create(java.lang.String name)
create in interface UserProvidercreate in class HibernateBaseProviderpublic void flushCaches()
flushCaches in interface UserProviderpublic boolean handles(java.lang.String name)
handles in interface UserProviderpublic boolean init(java.util.Properties properties)
init in interface UserProviderinit in class HibernateBaseProviderproperties - Extra properties passed across by UserManager.public java.util.List list()
list in interface UserProviderlist in class HibernateBaseProviderpublic boolean remove(java.lang.String name)
remove in interface UserProviderremove in class HibernateBaseProvider
|
See www.opensymphony.com for more information. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||