public abstract class PrincipalName
extends java.lang.Object
Note that this is an abstract base class and that all instances should be of either UserName or GroupName type.
Constructor and Description |
---|
PrincipalName()
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDomainName()
Returns the domain name.
|
java.lang.String |
getName()
Returns the (user or group) name.
|
java.lang.String |
toString() |
public java.lang.String getName()
public java.lang.String getDomainName()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2013-2020 TIBCO Software Inc. All Rights Reserved.