Class UserCreateOptions

    • Constructor Detail

      • UserCreateOptions

        public UserCreateOptions()
    • Method Detail

      • getUser

        public String getUser()
      • getPasswd

        public String getPasswd()
      • getActive

        public Boolean getActive()
      • active

        public UserCreateOptions active​(Boolean active)
        Parameters:
        active - An optional flag that specifies whether the user is active. If not specified, this will default to true
        Returns:
        options