Class QualifiedUsername
java.lang.Object
org.irods.irods4j.high_level.connection.QualifiedUsername
A class which enforces use of fully-qualified iRODS usernames.
Instances of this class are readonly.
- Since:
- 0.1.0
-
Constructor Summary
ConstructorsConstructorDescriptionQualifiedUsername(String name, String zone) Constructs a fully-qualified username. -
Method Summary
-
Constructor Details
-
QualifiedUsername
Constructs a fully-qualified username.- Parameters:
name- The part of the username preceding the pound sign.zone- The part of the username following the pound sign.- Throws:
IllegalArgumentException- If the name or zone is null or empty.- Since:
- 0.1.0
-
-
Method Details
-
getName
Returns the part of the username preceding the pound sign.- Since:
- 0.1.0
-
getZone
Returns the part of the username following the pound sign.- Since:
- 0.1.0
-
getQualifiedName
Returns the fully-qualified username.- Since:
- 0.1.0
-