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 class
AllowAllNetworkAuthorizer
class
CassandraNetworkAuthorizer
Constructors in org.apache.cassandra.auth with parameters of type INetworkAuthorizer Constructor Description NetworkAuthCache(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 INetworkAuthorizer
DatabaseDescriptor. getNetworkAuthorizer()
Methods in org.apache.cassandra.config with parameters of type INetworkAuthorizer Modifier and Type Method Description static void
DatabaseDescriptor. 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 INetworkAuthorizer
FBUtilities. newNetworkAuthorizer(java.lang.String className)
-