Uses of Interface
io.continual.iam.access.AclUpdateListener
-
Packages that use AclUpdateListener Package Description io.continual.iam io.continual.iam.access io.continual.iam.impl.common io.continual.iam.impl.jsondoc -
-
Uses of AclUpdateListener in io.continual.iam
Subinterfaces of AclUpdateListener in io.continual.iam Modifier and Type Interface Description interfaceIamDb<I extends Identity,G extends Group>An IAM DB implements all facets of identity and access management. -
Uses of AclUpdateListener in io.continual.iam.access
Methods in io.continual.iam.access that return AclUpdateListener Modifier and Type Method Description AclUpdateListenerAccessControlList. getListener()Get the listener on this ACL if presentMethods in io.continual.iam.access with parameters of type AclUpdateListener Modifier and Type Method Description static AccessControlListAccessControlList. deserialize(String s, AclUpdateListener listener)Deserialize a string created by serialize()static AccessControlListAccessControlList. deserialize(org.json.JSONObject o, AclUpdateListener listener)Deserialize a JSON object created by serialize() or asJson()static AccessControlListAccessControlList. initialize(AclUpdateListener listener)AccessControlList.BuilderAccessControlList.Builder. withListener(AclUpdateListener l)Constructors in io.continual.iam.access with parameters of type AclUpdateListener Constructor Description AccessControlList(AclUpdateListener listener)Construct an ACL with the given update listener -
Uses of AclUpdateListener in io.continual.iam.impl.common
Classes in io.continual.iam.impl.common that implement AclUpdateListener Modifier and Type Class Description classCommonJsonDb<I extends CommonJsonIdentity,G extends CommonJsonGroup>CommonJsonDb manages identity related objects that are serialized in JSONMethods in io.continual.iam.impl.common with parameters of type AclUpdateListener Modifier and Type Method Description AccessControlListCommonJsonDb.AclFactory. createDefaultAcl(AclUpdateListener acll) -
Uses of AclUpdateListener in io.continual.iam.impl.jsondoc
Classes in io.continual.iam.impl.jsondoc that implement AclUpdateListener Modifier and Type Class Description classJsonDocDbThis "database" is a single JSON document.
-