public class ServiceTicketRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
private boolean |
gateway
CAS protocol gateway flag.
|
private boolean |
renew
CAS protocol renew flag.
|
private boolean |
saml
Flag indicating whether ticket request is via SAML 1.1 protocol.
|
private String |
service
Service URL
|
| Constructor and Description |
|---|
ServiceTicketRequest(String service) |
| Modifier and Type | Method and Description |
|---|---|
String |
getService() |
boolean |
isGateway() |
boolean |
isRenew() |
boolean |
isSAML() |
void |
setGateway(boolean gateway) |
void |
setRenew(boolean renew) |
void |
setSAML(boolean saml) |
Copyright © 1999–2015. All rights reserved.