public class AuthenticationSuccessType extends Object
Java class for AuthenticationSuccessType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuthenticationSuccessType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="user" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="proxyGrantingTicket" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="proxies" type="{http://www.yale.edu/tp/cas}ProxiesType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ProxiesType |
proxies |
protected String |
proxyGrantingTicket |
protected String |
user |
Constructor and Description |
---|
AuthenticationSuccessType() |
Modifier and Type | Method and Description |
---|---|
ProxiesType |
getProxies()
Gets the value of the proxies property.
|
String |
getProxyGrantingTicket()
Gets the value of the proxyGrantingTicket property.
|
String |
getUser()
Gets the value of the user property.
|
void |
setProxies(ProxiesType value)
Sets the value of the proxies property.
|
void |
setProxyGrantingTicket(String value)
Sets the value of the proxyGrantingTicket property.
|
void |
setUser(String value)
Sets the value of the user property.
|
protected String user
protected String proxyGrantingTicket
protected ProxiesType proxies
public String getUser()
String
public void setUser(String value)
value
- allowed object is
String
public String getProxyGrantingTicket()
String
public void setProxyGrantingTicket(String value)
value
- allowed object is
String
public ProxiesType getProxies()
ProxiesType
public void setProxies(ProxiesType value)
value
- allowed object is
ProxiesType
This work is licensed under a Creative Commons Attribution 4.0 International License.