Uses of Interface
org.apache.cassandra.auth.INetworkAuthorizer
-
Packages that use INetworkAuthorizer Package Description org.apache.cassandra.auth org.apache.cassandra.config org.apache.cassandra.utils -
-
Uses of INetworkAuthorizer in org.apache.cassandra.auth
Classes in org.apache.cassandra.auth that implement INetworkAuthorizer Modifier and Type Class Description classAllowAllNetworkAuthorizerclassCassandraNetworkAuthorizerConstructors in org.apache.cassandra.auth with parameters of type INetworkAuthorizer Constructor Description NetworkPermissionsCache(INetworkAuthorizer authorizer) -
Uses of INetworkAuthorizer in org.apache.cassandra.config
Methods in org.apache.cassandra.config that return INetworkAuthorizer Modifier and Type Method Description static INetworkAuthorizerDatabaseDescriptor. getNetworkAuthorizer()Methods in org.apache.cassandra.config with parameters of type INetworkAuthorizer Modifier and Type Method Description static voidDatabaseDescriptor. setNetworkAuthorizer(INetworkAuthorizer networkAuthorizer) -
Uses of INetworkAuthorizer in org.apache.cassandra.utils
Methods in org.apache.cassandra.utils that return INetworkAuthorizer Modifier and Type Method Description static INetworkAuthorizerFBUtilities. newNetworkAuthorizer(java.lang.String className)
-