public class IdentityAttributes
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
name
Identity name.
|
private java.lang.String |
principal
Identity principal.
|
private java.lang.String |
uid
Universe ID.
|
Constructor and Description |
---|
IdentityAttributes() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Getter for property name.
|
java.lang.String |
getPrincipal()
Getter for property principal.
|
java.lang.String |
getUid()
Getter for property uid.
|
void |
setName(java.lang.String name)
Setter for property name.
|
void |
setPrincipal(java.lang.String principal)
Setter for property principal.
|
void |
setUid(java.lang.String uid)
Setter for property uid.
|
java.lang.String |
toString() |
uid
- The uid to set.name
- The name to set.principal
- The principal to set.toString
in class java.lang.Object
Object.toString()