|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.bonita.identity.impl.InMemoryIdentityService
org.ow2.bonita.identity.impl.PersistentIdentityService
public abstract class PersistentIdentityService
Field Summary | |
---|---|
protected java.io.File |
file
|
Fields inherited from class org.ow2.bonita.identity.impl.InMemoryIdentityService |
---|
groupOps, next, ROOT_ID, users |
Constructor Summary | |
---|---|
PersistentIdentityService(java.io.File file,
boolean create)
|
Method Summary | |
---|---|
void |
commit()
Commit all modifications to the backing store. |
protected abstract void |
flush()
|
protected abstract void |
sync()
|
Methods inherited from class org.ow2.bonita.identity.impl.InMemoryIdentityService |
---|
authenticateUser, createGroup, createGroup, createUser, deleteGroup, deleteUser, freshGroup, freshUser, getAllGroups, getAllUsers, getGroup, getUser, init, modifyGroup, modifyUser, setMembership, setMembership |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final java.io.File file
Constructor Detail |
---|
public PersistentIdentityService(java.io.File file, boolean create) throws java.io.FileNotFoundException
java.io.FileNotFoundException
Method Detail |
---|
protected abstract void flush()
protected abstract void sync()
public void commit() throws CommitException
IdentityServiceOp
commit
in interface IdentityServiceOp
commit
in class InMemoryIdentityService
CommitException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |