Uses of Class
org.apache.cassandra.auth.AuthCache
-
Packages that use AuthCache Package Description org.apache.cassandra.auth org.apache.cassandra.auth.jmx -
-
Uses of AuthCache in org.apache.cassandra.auth
Subclasses of AuthCache in org.apache.cassandra.auth Modifier and Type Class Description class
CIDRPermissionsCache
class
NetworkPermissionsCache
static class
PasswordAuthenticator.CredentialsCache
class
PermissionsCache
class
RolesCache
Methods in org.apache.cassandra.auth with parameters of type AuthCache Modifier and Type Method Description void
AuthCacheService. register(AuthCache<?,?> cache)
void
AuthCacheService. unregister(AuthCache<?,?> cache)
-
Uses of AuthCache in org.apache.cassandra.auth.jmx
Subclasses of AuthCache in org.apache.cassandra.auth.jmx Modifier and Type Class Description static class
AuthorizationProxy.JmxPermissionsCache
-