Class PermissionServiceImpl

    • Constructor Detail

      • PermissionServiceImpl

        public PermissionServiceImpl​(org.springframework.security.acls.model.MutableAclService mutableAclService)
    • Method Detail

      • grant

        public void grant​(Map<org.springframework.security.acls.model.ObjectIdentity,​PermissionSet> objectPermissionMap,
                          org.springframework.security.acls.model.Sid sid)
        Specified by:
        grant in interface PermissionService
      • grant

        public void grant​(org.springframework.security.acls.model.ObjectIdentity objectIdentity,
                          PermissionSet permissionSet,
                          org.springframework.security.acls.model.Sid sid)
        Specified by:
        grant in interface PermissionService
      • exists

        public boolean exists​(org.springframework.security.acls.model.ObjectIdentity objectIdentity,
                              org.springframework.security.acls.model.Sid sid)
        Specified by:
        exists in interface PermissionService
        Returns:
        whether permissions are granted to a Sid for an ObjectIdentity.