Uses of Class
org.apache.cassandra.auth.DCPermissions
Packages that use DCPermissions
-
Uses of DCPermissions in org.apache.cassandra.auth
Methods in org.apache.cassandra.auth that return DCPermissionsModifier and TypeMethodDescriptionstatic DCPermissionsDCPermissions.all()AllowAllNetworkAuthorizer.authorize(RoleResource role) CassandraNetworkAuthorizer.authorize(RoleResource role) INetworkAuthorizer.authorize(RoleResource role) Returns the dc permissions associated with the given roleDCPermissions.Builder.build()static DCPermissionsDCPermissions.none()static DCPermissionsstatic DCPermissionsMethods in org.apache.cassandra.auth that return types with arguments of type DCPermissionsMethods in org.apache.cassandra.auth with parameters of type DCPermissionsModifier and TypeMethodDescriptionvoidAllowAllNetworkAuthorizer.setRoleDatacenters(RoleResource role, DCPermissions permissions) voidCassandraNetworkAuthorizer.setRoleDatacenters(RoleResource role, DCPermissions permissions) voidINetworkAuthorizer.setRoleDatacenters(RoleResource role, DCPermissions permissions) -
Uses of DCPermissions in org.apache.cassandra.cql3.statements
Constructors in org.apache.cassandra.cql3.statements with parameters of type DCPermissionsModifierConstructorDescriptionAlterRoleStatement(RoleName name, RoleOptions opts, DCPermissions dcPermissions, CIDRPermissions cidrPermissions, boolean ifExists) CreateRoleStatement(RoleName name, RoleOptions options, DCPermissions dcPermissions, CIDRPermissions cidrPermissions, boolean ifNotExists)