|
||||||||||
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
org.ow2.bonita.identity.impl.PlainIdentityService
public class PlainIdentityService
Field Summary |
---|
Fields inherited from class org.ow2.bonita.identity.impl.PersistentIdentityService |
---|
file |
Fields inherited from class org.ow2.bonita.identity.impl.InMemoryIdentityService |
---|
groupOps, next, ROOT_ID, users |
Constructor Summary | |
---|---|
PlainIdentityService(java.io.File file,
boolean create)
|
|
PlainIdentityService(java.lang.String fileName,
boolean create)
|
Method Summary | |
---|---|
protected void |
flush()
|
protected void |
sync()
|
Methods inherited from class org.ow2.bonita.identity.impl.PersistentIdentityService |
---|
commit |
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 |
Constructor Detail |
---|
public PlainIdentityService(java.lang.String fileName, boolean create) throws java.io.IOException
java.io.IOException
public PlainIdentityService(java.io.File file, boolean create) throws java.io.IOException
java.io.IOException
Method Detail |
---|
protected void flush()
flush
in class PersistentIdentityService
protected void sync()
sync
in class PersistentIdentityService
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |