Uses of Class
ubic.gemma.core.security.acl.domain.AclObjectIdentity
Packages that use AclObjectIdentity
Package
Description
-
Uses of AclObjectIdentity in ubic.gemma.core.security.acl.domain
Methods in ubic.gemma.core.security.acl.domain that return AclObjectIdentityModifier and TypeMethodDescriptionAclDao.createObjectIdentity(String type, Serializable identifier, AclSid sid, boolean entriesInheriting) AclDaoImpl.createObjectIdentity(String type, Serializable identifier, AclSid sid, boolean entriesInheriting) AclDao.find(org.springframework.security.acls.model.ObjectIdentity oid) AclDaoImpl.find(org.springframework.security.acls.model.ObjectIdentity oid) AclObjectIdentity.getParentObject()Methods in ubic.gemma.core.security.acl.domain that return types with arguments of type AclObjectIdentityModifier and TypeMethodDescriptionAclDao.findChildren(AclObjectIdentity parentIdentity) AclDaoImpl.findChildren(AclObjectIdentity parentIdentity) Map<AclObjectIdentity, org.springframework.security.acls.model.Acl> AclDao.readAclsById(List<AclObjectIdentity> objects) Read ACLs for the given object identities.Map<AclObjectIdentity, org.springframework.security.acls.model.Acl> AclDao.readAclsById(List<AclObjectIdentity> objectIdentities, Session session) Read ACLs for the given object identities from the provided Hibernate session.Map<AclObjectIdentity, org.springframework.security.acls.model.Acl> AclDaoImpl.readAclsById(List<AclObjectIdentity> objects) Map<AclObjectIdentity, org.springframework.security.acls.model.Acl> AclDaoImpl.readAclsById(List<AclObjectIdentity> objectIdentities, Session session) Methods in ubic.gemma.core.security.acl.domain with parameters of type AclObjectIdentityModifier and TypeMethodDescriptionvoidAclDao.delete(AclObjectIdentity objectIdentity, boolean deleteChildren) voidAclDaoImpl.delete(AclObjectIdentity objectIdentity, boolean deleteChildren) AclDao.findChildren(AclObjectIdentity parentIdentity) AclDaoImpl.findChildren(AclObjectIdentity parentIdentity) voidAclObjectIdentity.setParentObject(AclObjectIdentity parentObject) Method parameters in ubic.gemma.core.security.acl.domain with type arguments of type AclObjectIdentityModifier and TypeMethodDescriptionMap<AclObjectIdentity, org.springframework.security.acls.model.Acl> AclDao.readAclsById(List<AclObjectIdentity> objects) Read ACLs for the given object identities.Map<AclObjectIdentity, org.springframework.security.acls.model.Acl> AclDao.readAclsById(List<AclObjectIdentity> objectIdentities, Session session) Read ACLs for the given object identities from the provided Hibernate session.Map<AclObjectIdentity, org.springframework.security.acls.model.Acl> AclDaoImpl.readAclsById(List<AclObjectIdentity> objects) Map<AclObjectIdentity, org.springframework.security.acls.model.Acl> AclDaoImpl.readAclsById(List<AclObjectIdentity> objectIdentities, Session session) Constructors in ubic.gemma.core.security.acl.domain with parameters of type AclObjectIdentityModifierConstructorDescriptionAclImpl(AclObjectIdentity objectIdentity, org.springframework.security.acls.domain.AclAuthorizationStrategy aclAuthorizationStrategy, org.springframework.security.acls.model.Acl parentAcl) Full constructor -
Uses of AclObjectIdentity in ubic.gemma.core.security.authorization.acl
Methods in ubic.gemma.core.security.authorization.acl with parameters of type AclObjectIdentityModifier and TypeMethodDescriptionvoidAclLinterHelperService.setParentAcl(Class<? extends Securable> clazz, Long identifier, AclObjectIdentity parentAoi) Attach the ACL identity ofidentifiertoparentAoi, joining the caller's transaction.voidAclLinterHelperServiceImpl.setParentAcl(Class<? extends Securable> clazz, Long identifier, AclObjectIdentity parentAoi) This MUST go throughMutableAclService.updateAcl(MutableAcl)rather thanAclObjectIdentity.setParentObject(AclObjectIdentity). -
Uses of AclObjectIdentity in ubic.gemma.model.expression.experiment
Methods in ubic.gemma.model.expression.experiment with parameters of type AclObjectIdentityModifier and TypeMethodDescriptionstatic voidExpressionExperimentValueObject.populateAclInfo(ExpressionExperimentValueObject vo, AclObjectIdentity aoi, AclSid sid) Apply ACL-derived flags (isPublic, userCanWrite, isShared, userOwned) onto an existing VO.Constructors in ubic.gemma.model.expression.experiment with parameters of type AclObjectIdentityModifierConstructorDescriptionCreates a newExpressionExperimentvalue object with additional information about ownership. -
Uses of AclObjectIdentity in ubic.gemma.persistence.util
Methods in ubic.gemma.persistence.util that return types with arguments of type AclObjectIdentityModifier and TypeMethodDescriptionstatic Map<Long, org.apache.commons.lang3.tuple.Pair<AclObjectIdentity, AclSid>> AclQueryUtils.loadAclInfoFor(Session session, Collection<Long> ids, Class<? extends Securable> aoiType) Batched post-fetch of ACL info (object identity + owner SID) for a set of entity ids of a givenSecurabletype.Methods in ubic.gemma.persistence.util with parameters of type AclObjectIdentityModifier and TypeMethodDescriptionstatic boolean[]SecurityUtils.getPermissions(AclObjectIdentity aoi) Checks ACL related properties from the AclObjectIdentity.