Class CreateUserRequest

  • 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 CreateUserRequest
    extends SpecificRecordBase implements SpecificRecord
                        
    • Constructor Detail

      • CreateUserRequest

        CreateUserRequest()
        Default constructor.
      • CreateUserRequest

        CreateUserRequest(String fullName, String loginName, Boolean enabled, String initialHashedPassword, String saltValue, Instant passwordExpiry, String parentGroupId)
        All-args constructor.
        Parameters:
        fullName - The new value for fullName
        loginName - The new value for loginName
        enabled - The new value for enabled
        initialHashedPassword - The new value for initialHashedPassword
        saltValue - The new value for saltValue
        passwordExpiry - Time ([Instant]) in milliseconds when the user's password expires.
        parentGroupId - The new value for parentGroupId