Uses of Class
org.genesys.blocks.security.model.AclEntry
-
-
Uses of AclEntry in org.genesys.blocks.oauth.model
Fields in org.genesys.blocks.oauth.model with type parameters of type AclEntry Modifier and Type Field Description com.querydsl.core.types.dsl.ListPath<AclEntry,QAclEntry>QOAuthClient. aclEntries -
Uses of AclEntry in org.genesys.blocks.security.model
Fields in org.genesys.blocks.security.model with type parameters of type AclEntry Modifier and Type Field Description com.querydsl.core.types.dsl.ListPath<AclEntry,QAclEntry>QAclObjectIdentity. aclEntriescom.querydsl.core.types.dsl.ListPath<AclEntry,QAclEntry>QAclSid. aclEntriescom.querydsl.core.types.dsl.ListPath<AclEntry,QAclEntry>QBasicUser. aclEntriesConstructor parameters in org.genesys.blocks.security.model with type arguments of type AclEntry Constructor Description QAclEntry(com.querydsl.core.types.Path<? extends AclEntry> path)QAclEntry(Class<? extends AclEntry> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) -
Uses of AclEntry in org.genesys.blocks.security.persistence
Methods in org.genesys.blocks.security.persistence that return types with arguments of type AclEntry Modifier and Type Method Description List<AclEntry>AclEntryPersistence. findByObjectIdentity(AclObjectIdentity aclObjectIdentity)Find by object identity.List<AclEntry>AclEntryPersistence. findBySidAndObjectIdentity(AclSid sid, AclObjectIdentity objectIdentity)List by SID and Object Identity. -
Uses of AclEntry in org.genesys.blocks.security.serialization
Method parameters in org.genesys.blocks.security.serialization with type arguments of type AclEntry Modifier and Type Method Description List<SidPermissions>AclEntriesToPermissions. convert(List<AclEntry> aclEntries)static List<SidPermissions>SidPermissions. fromEntries(List<AclEntry> aclEntries)Convert List ofAclEntryto List ofSidPermissions. -
Uses of AclEntry in org.genesys.blocks.security.service
Fields in org.genesys.blocks.security.service with type parameters of type AclEntry Modifier and Type Field Description List<AclEntry>CustomAclService.AclObjectIdentityExt. inheritedThe inherited.Methods in org.genesys.blocks.security.service that return types with arguments of type AclEntry Modifier and Type Method Description List<AclEntry>CustomAclService. getAclEntries(AclAwareModel entity)Gets the acl entries.List<AclEntry>CustomAclService. getAclEntries(AclObjectIdentity objectIdentity)Gets the acl entries. -
Uses of AclEntry in org.genesys.blocks.security.service.impl
Methods in org.genesys.blocks.security.service.impl that return types with arguments of type AclEntry Modifier and Type Method Description List<AclEntry>CustomAclServiceImpl. getAclEntries(AclAwareModel entity)List<AclEntry>CustomAclServiceImpl. getAclEntries(AclObjectIdentity objectIdentity)
-