Package org.apache.cassandra.auth
Interface PermissionsCacheMBean
-
- All Superinterfaces:
AuthCacheMBean
- All Known Implementing Classes:
PermissionsCache
public interface PermissionsCacheMBean extends AuthCacheMBean
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CACHE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
invalidatePermissions(java.lang.String roleName, java.lang.String resourceName)
-
Methods inherited from interface org.apache.cassandra.auth.AuthCacheMBean
getActiveUpdate, getEstimatedSize, getMaxEntries, getUpdateInterval, getValidity, invalidate, setActiveUpdate, setMaxEntries, setUpdateInterval, setValidity
-
-
-
-
Field Detail
-
CACHE_NAME
static final java.lang.String CACHE_NAME
- See Also:
- Constant Field Values
-
-