Package com.spotfire.ws.pub
Class UserName
java.lang.Object
com.spotfire.ws.pub.PrincipalName
com.spotfire.ws.pub.UserName
Represents the name of a user principal in the User Directory.
- Since:
- 5.5
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.spotfire.ws.pub.PrincipalName
getDomainName, getName, toString
-
Constructor Details
-
UserName
public UserName()Creates a new instance. -
UserName
Creates a new instance.- Parameters:
name- the user namedomainName- the domain name
-