public class OAuthAccountCreate
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
private java.lang.String | 
name
Account name (in uuOS 8-23 email is used). 
 | 
private java.lang.String | 
principal
Account principal - Id from OAuth provider. 
 | 
private java.lang.String | 
realm
Account realm. 
 | 
| Constructor and Description | 
|---|
OAuthAccountCreate()  | 
| 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 | 
getRealm()
Getter for property realm. 
 | 
void | 
setName(java.lang.String name)
Setter for property name. 
 | 
void | 
setPrincipal(java.lang.String principal)
Setter for property principal. 
 | 
void | 
setRealm(java.lang.String realm)
Setter for property realm. 
 | 
java.lang.String | 
toString() | 
toString in class java.lang.ObjectObject.toString()principal - The principal to set.name - The name to set.realm - The realm to set.