|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILuteceUserProviderService
Interface for service that provide LuteceUser. There should be an implementation of this interface for each implementation of user management. Implementations are retrieved by Spring and thus must be declared as beans.
Method Summary | |
---|---|
boolean |
canUsersBeCached()
Check if this service allow users it provide to be stored in cache |
LuteceUser |
getLuteceUserFromName(String strName)
Get the instance of a lutece user from its name |
Method Detail |
---|
LuteceUser getLuteceUserFromName(String strName)
strName
- The name of the user to get
boolean canUsersBeCached()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |