Package org.apache.cassandra.auth
Class Role
java.lang.Object
org.apache.cassandra.auth.Role
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
resource
Represents a user or group in the auth subsystem. Roles may be members of other roles, but circular graphs of roles are not permitted. The reason that memberOf is aSet<String>and notSet<Role>is to simplify loading for IRoleManager implementations (in particular, CassandraRoleManager) -
isSuper
public final boolean isSuper -
canLogin
public final boolean canLogin -
memberOf
-
options
-
-
Constructor Details
-
Role
-
-
Method Details