public final class I2b2AuthMetadata extends Object
| Constructor and Description |
|---|
I2b2AuthMetadata() |
I2b2AuthMetadata(I2b2AuthMetadata 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 |
getProxyUrl() |
String |
getRedirectHost() |
String |
getUsername()
Gets the user's username.
|
void |
setDomain(String domain)
Sets the user's domain.
|
void |
setPassword(String password) |
void |
setPasswordNode(String passwordNode)
Sets the user's password XML node.
|
void |
setProjectId(String projectId)
Sets the user's project ID
|
void |
setProxyUrl(String proxyUrl) |
void |
setRedirectHost(String redirectHost) |
void |
setUsername(String username)
Sets the user's username.
|
String |
toString() |
public I2b2AuthMetadata()
public I2b2AuthMetadata(I2b2AuthMetadata i2b2AuthMetadata)
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 void setPassword(String password)
public String getProjectId()
public void setProjectId(String projectId)
projectId - the project ID as a Stringpublic String getRedirectHost()
public void setRedirectHost(String redirectHost)
public String getProxyUrl()
public void setProxyUrl(String proxyUrl)
Copyright © 2016 Emory University. All rights reserved.