Interface PublicAccessJob
-
- All Known Implementing Classes:
CacheConfigurationCollectorJob,CacheGroupEncryptionTask.ReencryptionBaseJob,NoOpClosure,SnapshotJob,TxTask.TxJob,VisorJob
public interface PublicAccessJobRepresents an interface that must be implemented by any internalComputeJobthat should be accessible for a user to be executed through the Ignite public API.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SecurityPermissionSetrequiredPermissions()
-
-
-
Method Detail
-
requiredPermissions
SecurityPermissionSet requiredPermissions()
- Returns:
- Set of permissions to be authorized before job execution.
-
-