Package org.apache.cassandra.auth
Interface PasswordAuthenticator.CredentialsCacheMBean
-
- All Superinterfaces:
AuthCacheMBean
- All Known Implementing Classes:
PasswordAuthenticator.CredentialsCache
- Enclosing class:
- PasswordAuthenticator
public static interface PasswordAuthenticator.CredentialsCacheMBean 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
invalidateCredentials(java.lang.String roleName)
-
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
-
-