Class IRODSUsers.User
java.lang.Object
org.irods.irods4j.high_level.administration.IRODSUsers.User
- All Implemented Interfaces:
Comparable<IRODSUsers.User>
- Enclosing class:
- IRODSUsers
A class designed to represent an iRODS user.
- Since:
- 0.1.0
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUser()Initializes aIRODSUsers.Userwithout a name or zone.Initializes aIRODSUsers.Userwith the given name and zone. -
Method Summary
-
Field Details
-
name
-
zone
-
-
Constructor Details
-
User
public User()Initializes aIRODSUsers.Userwithout 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
Initializes aIRODSUsers.Userwith 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
-
equals
-
compareTo
- Specified by:
compareToin interfaceComparable<IRODSUsers.User>
-