Class Role

java.lang.Object
org.apache.cassandra.auth.Role

public class Role extends Object
  • Field Details

    • resource

      public final RoleResource 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 a Set<String> and not Set<Role> is to simplify loading for IRoleManager implementations (in particular, CassandraRoleManager)
    • isSuper

      public final boolean isSuper
    • canLogin

      public final boolean canLogin
    • memberOf

      public final Set<String> memberOf
    • options

      public final Map<String,String> options
  • Constructor Details

  • Method Details