|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.zphinx.spine.utils.PersistentGroups
public class PersistentGroups
A singleton used to monitor/audit Role data.It monitors the ActiveGroups object which contains details of registered Groups and logged users.
It uses a TimerTask object to remove stale users from their associated roles and cleanses the registered ActiveGroups object.
copyright ©Zphinx Software Solutions
ActiveGroups| Method Summary | |
|---|---|
boolean |
getCreatedFlag()
A boolean indicating if we have a populated ActiveGroups object |
protected static void |
getInstance()
A utility method to return an instance of this object |
static ActiveGroups |
getMap()
Get the activeGroups map |
static void |
setMap(ActiveGroups map)
Set the ActiveGroups object to associate with this object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void setMap(ActiveGroups map)
throws SpineException
map - The ActiveGroups Object to store
SpineExceptionprotected static void getInstance()
public static ActiveGroups getMap()
public boolean getCreatedFlag()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||