Class Role

  • All Implemented Interfaces:
    java.io.Externalizable , java.io.Serializable , java.lang.Comparable , org.apache.avro.generic.GenericContainer , org.apache.avro.generic.GenericRecord , org.apache.avro.generic.IndexedRecord , org.apache.avro.specific.SpecificRecord

    
    public class Role
    extends SpecificRecordBase implements SpecificRecord
                        
    • Constructor Detail

      • Role

        Role()
        Default constructor.
      • Role

        Role(String id, Integer version, ChangeDetails lastChangeDetails, String name, String groupVisibility, List<PermissionAssociation> permissions)
        All-args constructor.
        Parameters:
        id - The new value for id
        version - The new value for version
        lastChangeDetails - The new value for lastChangeDetails
        name - The new value for name
        groupVisibility - The new value for groupVisibility
        permissions - List of a role's permissions ids and when they were last updated.