Uses of Class
org.genesys.blocks.security.model.AclObjectIdentity
-
-
Uses of AclObjectIdentity in org.genesys.blocks.oauth.model
Fields in org.genesys.blocks.oauth.model with type parameters of type AclObjectIdentity Modifier and Type Field Description com.querydsl.core.types.dsl.ListPath<AclObjectIdentity,QAclObjectIdentity>QOAuthClient. objectIdentities -
Uses of AclObjectIdentity in org.genesys.blocks.security.model
Fields in org.genesys.blocks.security.model with type parameters of type AclObjectIdentity Modifier and Type Field Description com.querydsl.core.types.dsl.ListPath<AclObjectIdentity,QAclObjectIdentity>QAclSid. objectIdentitiescom.querydsl.core.types.dsl.ListPath<AclObjectIdentity,QAclObjectIdentity>QBasicUser. objectIdentitiesMethods in org.genesys.blocks.security.model that return AclObjectIdentity Modifier and Type Method Description default AclObjectIdentityAclAwareModel. aclParentObjectIdentity()A custom, persisted parent AclObjectIdentity reference.Constructor parameters in org.genesys.blocks.security.model with type arguments of type AclObjectIdentity Constructor Description QAclObjectIdentity(com.querydsl.core.types.Path<? extends AclObjectIdentity> path)QAclObjectIdentity(Class<? extends AclObjectIdentity> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) -
Uses of AclObjectIdentity in org.genesys.blocks.security.persistence
Methods in org.genesys.blocks.security.persistence that return AclObjectIdentity Modifier and Type Method Description AclObjectIdentityAclObjectIdentityPersistence. findByObjectIdAndClassname(long objectIdIdentity, String aclClass)Find by object id identity and class name.Methods in org.genesys.blocks.security.persistence that return types with arguments of type AclObjectIdentity Modifier and Type Method Description List<AclObjectIdentity>AclObjectIdentityPersistence. findByParentObject(AclObjectIdentity parentObject)Methods in org.genesys.blocks.security.persistence with parameters of type AclObjectIdentity Modifier and Type Method Description List<AclEntry>AclEntryPersistence. findByObjectIdentity(AclObjectIdentity aclObjectIdentity)Find by object identity.List<AclObjectIdentity>AclObjectIdentityPersistence. findByParentObject(AclObjectIdentity parentObject)List<AclEntry>AclEntryPersistence. findBySidAndObjectIdentity(AclSid sid, AclObjectIdentity objectIdentity)List by SID and Object Identity.List<AclSid>AclEntryPersistence. getSids(AclObjectIdentity objectIdentity)Gets the sids.voidAclObjectIdentityPersistence. resetChildrenOfOID(AclObjectIdentity oID)Clear the parentObject of child OID that use this oID as parentObject. -
Uses of AclObjectIdentity in org.genesys.blocks.security.service
Fields in org.genesys.blocks.security.service declared as AclObjectIdentity Modifier and Type Field Description AclObjectIdentityCustomAclService.AclObjectIdentityExt. originalThe original.Methods in org.genesys.blocks.security.service that return AclObjectIdentity Modifier and Type Method Description AclObjectIdentityCustomAclService. createOrUpdatePermissions(AclAwareModel entity)Adds the creator permissions or updates permission inheritance.AclObjectIdentityCustomAclService. createOrUpdatePermissions(AclAwareModel target, AclSid ownerSid)Adds the creator permissions or updates permission inheritance.AclObjectIdentityCustomAclService. ensureObjectIdentity(long id, String className)Ensure object identity.AclObjectIdentityCustomAclService. getObjectIdentity(long id)Get object identity by internal id.AclObjectIdentityCustomAclService. getObjectIdentity(long id, String className)Gets the object identity for object of type className with specified id.AclObjectIdentityCustomAclService. getObjectIdentity(AclAwareModel entity)Gets the object identity of the entity.AclObjectIdentityCustomAclService. removePermissions(AclObjectIdentity objectIdentity, AclSid aclSid)Removes the permissions for SID on ACL OID.AclObjectIdentityCustomAclService. setAclParent(AclAwareModel target, AclAwareModel parent)Set ACL parent object for inherited permissions.AclObjectIdentityCustomAclService. setPermissions(AclAwareModel entity, AclSid sid, Permissions permissions)Update permissions.AclObjectIdentityCustomAclService. setPermissions(AclObjectIdentity objectIdentity, AclSid sid, Permissions permissions)Update permissions.AclObjectIdentityCustomAclService. updateInheriting(long objectIdIdentity, boolean entriesInheriting)Updates inheriting status of object identity.AclObjectIdentityCustomAclService. updateParentObject(long objectIdIdentity, long parentObjectId)Updates parent object of object identity.Methods in org.genesys.blocks.security.service with parameters of type AclObjectIdentity Modifier and Type Method Description List<AclEntry>CustomAclService. getAclEntries(AclObjectIdentity objectIdentity)Gets the acl entries.CustomAclService.AclObjectIdentityExtCustomAclService. loadObjectIdentityExt(AclObjectIdentity objectIdentity)Load object identity extended information.AclObjectIdentityCustomAclService. removePermissions(AclObjectIdentity objectIdentity, AclSid aclSid)Removes the permissions for SID on ACL OID.AclObjectIdentityCustomAclService. setPermissions(AclObjectIdentity objectIdentity, AclSid sid, Permissions permissions)Update permissions.Constructors in org.genesys.blocks.security.service with parameters of type AclObjectIdentity Constructor Description AclObjectIdentityExt(AclObjectIdentity source)Instantiates a new acl object identity ext. -
Uses of AclObjectIdentity in org.genesys.blocks.security.service.impl
Methods in org.genesys.blocks.security.service.impl that return AclObjectIdentity Modifier and Type Method Description AclObjectIdentityCustomAclServiceImpl. createOrUpdatePermissions(AclAwareModel target)AclObjectIdentityCustomAclServiceImpl. createOrUpdatePermissions(AclAwareModel target, AclSid ownerSid)AclObjectIdentityCustomAclServiceImpl. ensureObjectIdentity(long objectIdIdentity, String className)AclObjectIdentityCustomAclServiceImpl. getObjectIdentity(long id)AclObjectIdentityCustomAclServiceImpl. getObjectIdentity(long id, String className)AclObjectIdentityCustomAclServiceImpl. getObjectIdentity(AclAwareModel entity)AclObjectIdentityCustomAclServiceImpl. removePermissions(AclObjectIdentity objectIdentity, AclSid sid)AclObjectIdentityCustomAclServiceImpl. setAclParent(AclAwareModel target, AclAwareModel parent)AclObjectIdentityCustomAclServiceImpl. setPermissions(AclAwareModel entity, AclSid sid, Permissions permissions)AclObjectIdentityCustomAclServiceImpl. setPermissions(AclObjectIdentity objectIdentity, AclSid sid, Permissions permissions)AclObjectIdentityCustomAclServiceImpl. updateInheriting(long objectIdIdentity, boolean entriesInheriting)AclObjectIdentityCustomAclServiceImpl. updateParentObject(long objectIdIdentity, long parentObjectId)Methods in org.genesys.blocks.security.service.impl with parameters of type AclObjectIdentity Modifier and Type Method Description List<AclEntry>CustomAclServiceImpl. getAclEntries(AclObjectIdentity objectIdentity)CustomAclService.AclObjectIdentityExtCustomAclServiceImpl. loadObjectIdentityExt(AclObjectIdentity objectIdentity)AclObjectIdentityCustomAclServiceImpl. removePermissions(AclObjectIdentity objectIdentity, AclSid sid)AclObjectIdentityCustomAclServiceImpl. setPermissions(AclObjectIdentity objectIdentity, AclSid sid, Permissions permissions)
-