public final class I2b2AuthMetadata extends Object
| Constructor and Description |
|---|
I2b2AuthMetadata() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDomain()
Gets the user's domain.
|
String |
getPasswordNode()
Gets the user's password node.
|
String |
getProjectId()
Gets the user's project ID.
|
String |
getUsername()
Gets the user's username.
|
void |
setDomain(String domain)
Sets the user's domain.
|
void |
setPasswordNode(String passwordNode)
Sets the user's password XML node.
|
void |
setProjectId(String projectId)
Sets the user's project ID
|
void |
setUsername(String username)
Sets the user's username.
|
String |
toString() |
public String getDomain()
public void setDomain(String domain)
domain - the domain as a Stringpublic String getUsername()
public void setUsername(String username)
username - the username as a Stringpublic String getPasswordNode()
public void setPasswordNode(String passwordNode)
passwordNode - the password node as a Stringpublic String getProjectId()
public void setProjectId(String projectId)
projectId - the project ID as a StringCopyright © 2015 Emory University. All rights reserved.