Uses of Class
org.genesys.blocks.security.model.AclSid
-
-
Uses of AclSid in org.genesys.blocks.oauth.model
Subclasses of AclSid in org.genesys.blocks.oauth.model Modifier and Type Class Description classOAuthClientOAuth Client information. -
Uses of AclSid in org.genesys.blocks.security
Methods in org.genesys.blocks.security with type parameters of type AclSid Modifier and Type Method Description static <T extends AclSid>
TSecurityContextUtil. getCurrentUser()Gets the current principal (User or OAuthClient). -
Uses of AclSid in org.genesys.blocks.security.model
Subclasses of AclSid in org.genesys.blocks.security.model Modifier and Type Class Description classBasicUser<R extends org.springframework.security.core.GrantedAuthority>The Class BasicUser.Constructor parameters in org.genesys.blocks.security.model with type arguments of type AclSid Constructor Description QAclSid(com.querydsl.core.types.Path<? extends AclSid> path) -
Uses of AclSid in org.genesys.blocks.security.persistence
Methods in org.genesys.blocks.security.persistence with type parameters of type AclSid Modifier and Type Method Description <T extends AclSid>
intAclEntryPersistence. deleteForSid(T sid)Delete AclEntries for a SID.Methods in org.genesys.blocks.security.persistence that return AclSid Modifier and Type Method Description AclSidAclSidPersistence. findBySidAndPrincipal(String sid, boolean principal)Find by sid and principal.Methods in org.genesys.blocks.security.persistence that return types with arguments of type AclSid Modifier and Type Method Description List<AclSid>AclEntryPersistence. getSids(AclObjectIdentity objectIdentity)Gets the sids.List<AclSid>AclSidPersistence. listAuthoritySids()List SIDs of authorities (roles).List<AclSid>AclSidPersistence. listById(Iterable<Long> ids)List ACL SIDs with internal identifiers.Methods in org.genesys.blocks.security.persistence with parameters of type AclSid Modifier and Type Method Description List<AclEntry>AclEntryPersistence. findBySidAndObjectIdentity(AclSid sid, AclObjectIdentity objectIdentity)List by SID and Object Identity.List<Long>AclEntryPersistence. findObjectIdentitiesForSidAndAclClassAndMask(AclSid sid, String aclClass, int mask)/** Find IDs of object of aclClass for sid with specified permissions. -
Uses of AclSid in org.genesys.blocks.security.serialization
Fields in org.genesys.blocks.security.serialization declared as AclSid Modifier and Type Field Description AclSidSidPermissions. sidSID having these permisions.Methods in org.genesys.blocks.security.serialization that return AclSid Modifier and Type Method Description AclSidSidPermissions. getSid()Get SID.Methods in org.genesys.blocks.security.serialization with parameters of type AclSid Modifier and Type Method Description SidPermissionsSidPermissions. aclSid(AclSid aclSid)Set ACL SID. -
Uses of AclSid in org.genesys.blocks.security.service
Methods in org.genesys.blocks.security.service that return AclSid Modifier and Type Method Description AclSidCustomAclService. ensureAuthoritySid(String authority)Gets (and creates if missing) the sid for the specified authority.AclSidCustomAclService. getAuthoritySid(String authority)Gets the sid for the specified authority.AclSidCustomAclService. getSid(Long id)Get SID by ID.AclSidCustomAclService. removeAuthoritySid(String authorityName)Removes the sid of the specified authority.Methods in org.genesys.blocks.security.service that return types with arguments of type AclSid Modifier and Type Method Description List<AclSid>CustomAclService. getSids(long id, String className)Gets the sids.List<AclSid>CustomAclService. getSids(AclAwareModel entity)Gets the sids.List<AclSid>CustomAclService. listAuthoritySids()List authority sids.Methods in org.genesys.blocks.security.service with parameters of type AclSid Modifier and Type Method Description AclObjectIdentityCustomAclService. createOrUpdatePermissions(AclAwareModel target, AclSid ownerSid)Adds the creator permissions or updates permission inheritance.List<Long>CustomAclService. listObjectIdentityIdsForSid(Class<? extends AclAwareModel> clazz, AclSid sid, org.springframework.security.acls.model.Permission permission)List IDs of the specified class for the SID with specified permissions.AclObjectIdentityCustomAclService. removePermissions(AclObjectIdentity objectIdentity, AclSid aclSid)Removes the permissions for SID on ACL OID.voidCustomAclService. removePermissionsFor(AclSid sid)Removes the all permissions of SID.AclObjectIdentityCustomAclService. setPermissions(AclAwareModel entity, AclSid sid, Permissions permissions)Update permissions.AclObjectIdentityCustomAclService. setPermissions(AclObjectIdentity objectIdentity, AclSid sid, Permissions permissions)Update permissions. -
Uses of AclSid in org.genesys.blocks.security.service.impl
Methods in org.genesys.blocks.security.service.impl that return AclSid Modifier and Type Method Description AclSidCustomAclServiceImpl. ensureAuthoritySid(String authority)AclSidCustomAclServiceImpl. getAuthoritySid(String authority)AclSidCustomAclServiceImpl. getSid(Long id)AclSidCustomAclServiceImpl. removeAuthoritySid(String authority)Methods in org.genesys.blocks.security.service.impl that return types with arguments of type AclSid Modifier and Type Method Description List<AclSid>CustomAclServiceImpl. getSids(long id, String className)List<AclSid>CustomAclServiceImpl. getSids(AclAwareModel entity)List<AclSid>CustomAclServiceImpl. listAuthoritySids()Methods in org.genesys.blocks.security.service.impl with parameters of type AclSid Modifier and Type Method Description AclObjectIdentityCustomAclServiceImpl. createOrUpdatePermissions(AclAwareModel target, AclSid ownerSid)List<Long>CustomAclServiceImpl. listObjectIdentityIdsForSid(Class<? extends AclAwareModel> clazz, AclSid sid, org.springframework.security.acls.model.Permission permission)AclObjectIdentityCustomAclServiceImpl. removePermissions(AclObjectIdentity objectIdentity, AclSid sid)voidCustomAclServiceImpl. removePermissionsFor(AclSid sid)AclObjectIdentityCustomAclServiceImpl. setPermissions(AclAwareModel entity, AclSid sid, Permissions permissions)AclObjectIdentityCustomAclServiceImpl. setPermissions(AclObjectIdentity objectIdentity, AclSid sid, Permissions permissions)
-