Uses of Class
io.continual.iam.access.AccessControlList
Packages that use AccessControlList
-
Uses of AccessControlList in io.continual.iam.access
Methods in io.continual.iam.access that return AccessControlListModifier and TypeMethodDescriptionAccessControlList.addAclEntry(AccessControlEntry acle) Add the given ACL entry to this ACL's list of entries.AccessControlList.Builder.build()AccessControlList.clear()Clear all entries from this ACL and notify the listener if presentClear matching entries.static AccessControlListAccessControlList.createOpenAcl()Return an ACL that allows any user to perform any operationDeny the given ID from performing the given operations by adding a new entry to the end of the ACL entry list.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()ProtectedResource.getAccessControlList()load an ACL for a resourcestatic AccessControlListAccessControlList.initialize(AclUpdateListener listener) Permit the given ID to perform the given operations by adding a new entry to the end of the ACL entry list.Set the owner ID for this ACL.Methods in io.continual.iam.access with parameters of type AccessControlListModifier and TypeMethodDescriptionAclChecker.controlledByAcl(AccessControlList acl) voidAclUpdateListener.onAclUpdate(AccessControlList accessControlList) Constructors in io.continual.iam.access with parameters of type AccessControlList -
Uses of AccessControlList in io.continual.iam.impl
Methods in io.continual.iam.impl that return AccessControlListMethods in io.continual.iam.impl with parameters of type AccessControlListModifier and TypeMethodDescriptionvoidMultiSourceDb.onAclUpdate(AccessControlList accessControlList) -
Uses of AccessControlList in io.continual.iam.impl.common
Methods in io.continual.iam.impl.common that return AccessControlListModifier and TypeMethodDescriptionCommonJsonDb.AclFactory.createDefaultAcl(AclUpdateListener acll) Methods in io.continual.iam.impl.common with parameters of type AccessControlList