Uses of Interface
org.opencastproject.authorization.xacml.manager.api.ManagedAcl
Packages that use ManagedAcl
Package
Description
-
Uses of ManagedAcl in org.opencastproject.adminui.endpoint
Methods in org.opencastproject.adminui.endpoint with parameters of type ManagedAclModifier and TypeMethodDescriptioncom.entwinemedia.fn.data.json.JObjectAclEndpoint.full(ManagedAcl acl) -
Uses of ManagedAcl in org.opencastproject.authorization.xacml.manager.api
Methods in org.opencastproject.authorization.xacml.manager.api that return types with arguments of type ManagedAclModifier and TypeMethodDescriptionAclService.createAcl(AccessControlList acl, String name) Create a new ACL.AclService.getAcl(long id) Return an ACL of an organization by its ID.AclService.getAcls()Return all ACLs of this organization.Methods in org.opencastproject.authorization.xacml.manager.api with parameters of type ManagedAclModifier and TypeMethodDescriptionbooleanAclService.updateAcl(ManagedAcl acl) Update an existing ACL. -
Uses of ManagedAcl in org.opencastproject.authorization.xacml.manager.endpoint
Fields in org.opencastproject.authorization.xacml.manager.endpoint with type parameters of type ManagedAclModifier and TypeFieldDescriptionstatic final Function<ManagedAcl, Jsons.Val> JsonConv.fullManagedAclMethods in org.opencastproject.authorization.xacml.manager.endpoint with parameters of type ManagedAclModifier and TypeMethodDescriptionstatic Jsons.ObjJsonConv.digest(ManagedAcl acl) static Jsons.ObjJsonConv.full(ManagedAcl acl) -
Uses of ManagedAcl in org.opencastproject.authorization.xacml.manager.impl
Classes in org.opencastproject.authorization.xacml.manager.impl that implement ManagedAclMethods in org.opencastproject.authorization.xacml.manager.impl that return types with arguments of type ManagedAclModifier and TypeMethodDescriptionAclDb.createAcl(Organization org, AccessControlList acl, String name) Create a new ACL.AclServiceImpl.createAcl(AccessControlList acl, String name) AclDb.getAcl(Organization org, long id) Return an ACL of an organization by its ID.AclServiceImpl.getAcl(long id) AclDb.getAcls(Organization org) Return all ACLs of this organization.AclServiceImpl.getAcls()Methods in org.opencastproject.authorization.xacml.manager.impl with parameters of type ManagedAclModifier and TypeMethodDescriptionbooleanAclDb.updateAcl(ManagedAcl acl) Update an existing ACL.booleanAclServiceImpl.updateAcl(ManagedAcl acl) -
Uses of ManagedAcl in org.opencastproject.authorization.xacml.manager.impl.persistence
Classes in org.opencastproject.authorization.xacml.manager.impl.persistence that implement ManagedAclMethods in org.opencastproject.authorization.xacml.manager.impl.persistence that return types with arguments of type ManagedAclModifier and TypeMethodDescriptionJpaAclDb.createAcl(Organization org, AccessControlList acl, String name) JpaAclDb.getAcl(Organization org, long id) JpaAclDb.getAcls(Organization org) Methods in org.opencastproject.authorization.xacml.manager.impl.persistence with parameters of type ManagedAcl -
Uses of ManagedAcl in org.opencastproject.authorization.xacml.manager.util
Methods in org.opencastproject.authorization.xacml.manager.util that return types with arguments of type ManagedAclModifier and TypeMethodDescriptionstatic Option<ManagedAcl> AccessInformationUtil.matchAcls(List<ManagedAcl> acls, AccessControlList acl) Matches the given ACL against the given list of managed ACLs returning the first match.static Option<ManagedAcl> AccessInformationUtil.matchAclsLenient(List<ManagedAcl> acls, AccessControlList acl, List<String> ignorePrefixes) Matches the given ACL against the given list of managed ACLs returning the first match.Methods in org.opencastproject.authorization.xacml.manager.util with parameters of type ManagedAclModifier and TypeMethodDescriptionstatic org.codehaus.jettison.json.JSONObjectAccessInformationUtil.serializeManagedAcl(ManagedAcl managedAcl) Serializes aManagedAclasJSONObject.Method parameters in org.opencastproject.authorization.xacml.manager.util with type arguments of type ManagedAclModifier and TypeMethodDescriptionstatic Option<ManagedAcl> AccessInformationUtil.matchAcls(List<ManagedAcl> acls, AccessControlList acl) Matches the given ACL against the given list of managed ACLs returning the first match.static Option<ManagedAcl> AccessInformationUtil.matchAclsLenient(List<ManagedAcl> acls, AccessControlList acl, List<String> ignorePrefixes) Matches the given ACL against the given list of managed ACLs returning the first match. -
Uses of ManagedAcl in org.opencastproject.graphql.acl
Constructors in org.opencastproject.graphql.acl with parameters of type ManagedAclConstructor parameters in org.opencastproject.graphql.acl with type arguments of type ManagedAcl