Class IRODSUsers.User

java.lang.Object
org.irods.irods4j.high_level.administration.IRODSUsers.User
All Implemented Interfaces:
Comparable<IRODSUsers.User>
Enclosing class:
IRODSUsers

public static final class IRODSUsers.User extends Object implements Comparable<IRODSUsers.User>
A class designed to represent an iRODS user.
Since:
0.1.0
  • Field Details

  • Constructor Details

    • User

      public User()
      Initializes a IRODSUsers.User without a name or zone. It is the developer's responsibility to make sure objects constructed via this constructor are updated with non-null values before use.
      Since:
      0.1.0
    • User

      public User(String name, Optional<String> zone)
      Initializes a IRODSUsers.User with the given name and zone.
      Parameters:
      name - The unqualified name component of the username.
      zone - The zone component of the username.
      Since:
      0.1.0
  • Method Details