public interface SecurityContext
| Modifier and Type | Method and Description |
|---|---|
boolean |
cacheOperationAllowed(String cacheName,
SecurityPermission perm)
Deprecated.
Use
IgniteSecurity.authorize(String, SecurityPermission) instead.
This method will be removed in the future releases. |
boolean |
serviceOperationAllowed(String srvcName,
SecurityPermission perm)
Deprecated.
Use
IgniteSecurity.authorize(String, SecurityPermission) instead.
This method will be removed in the future releases. |
SecuritySubject |
subject() |
boolean |
systemOperationAllowed(SecurityPermission perm)
Deprecated.
Use
IgniteSecurity.authorize(SecurityPermission) instead.
This method will be removed in the future releases. |
boolean |
taskOperationAllowed(String taskClsName,
SecurityPermission perm)
Deprecated.
Use
IgniteSecurity.authorize(String, SecurityPermission) instead.
This method will be removed in the future releases. |
SecuritySubject subject()
@Deprecated boolean taskOperationAllowed(String taskClsName, SecurityPermission perm)
IgniteSecurity.authorize(String, SecurityPermission) instead.
This method will be removed in the future releases.taskClsName - Task class name.perm - Permission to check.True if task operation is allowed.@Deprecated boolean cacheOperationAllowed(String cacheName, SecurityPermission perm)
IgniteSecurity.authorize(String, SecurityPermission) instead.
This method will be removed in the future releases.cacheName - Cache name.perm - Permission to check.True if cache operation is allowed.@Deprecated boolean serviceOperationAllowed(String srvcName, SecurityPermission perm)
IgniteSecurity.authorize(String, SecurityPermission) instead.
This method will be removed in the future releases.srvcName - Service name.perm - Permission to check.True if task operation is allowed.@Deprecated boolean systemOperationAllowed(SecurityPermission perm)
IgniteSecurity.authorize(SecurityPermission) instead.
This method will be removed in the future releases.perm - Permission to check.True if system operation is allowed.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023