public class TicketValidationResponse extends AbstractProtocolResponse
| Modifier and Type | Field and Description |
|---|---|
private Map<String,List<String>> |
attributes |
private String |
pgtIou |
private List<String> |
proxies |
private String |
userName |
| Constructor and Description |
|---|
TicketValidationResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(String name,
String value)
Adds an attribute to the attribute mapping.
|
void |
addProxy(String proxy)
Adds a proxy to the list of proxies traversed.
|
Map<String,List<String>> |
getAttributes() |
String |
getPgtIou() |
List<String> |
getProxies() |
String |
getUserName() |
void |
setPgtIou(String pgtIou) |
void |
setUserName(String user) |
getErrorCode, getErrorDetail, setErrorCode, setErrorDetail@Nullable public String getUserName()
@Nonnull public Map<String,List<String>> getAttributes()
public void addAttribute(String name, String value)
proxy - Name of a proxying service, typically a URI.@Nonnull public List<String> getProxies()
public void addProxy(String proxy)
proxy - Name of a proxying service, typically a URI.Copyright © 1999–2015. All rights reserved.