Package net.shibboleth.idp.cas.protocol
Class ProxyTicketRequest
java.lang.Object
net.shibboleth.idp.cas.protocol.ProxyTicketRequest
Container for proxy ticket request parameters provided to
/proxy
URI.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProxyTicketRequest
(String pgt, String targetService) Creates a new proxy ticket request with given parameters. -
Method Summary
Modifier and TypeMethodDescriptiongetPgt()
Get the proxy-granting ticket ID.Get the target service to which proxy ticket will be delivered.
-
Field Details
-
proxyGrantingTicketId
Proxy-granting ticket ID. -
proxyTargetService
Target service to which proxy ticket will be delivered.
-
-
Constructor Details
-
ProxyTicketRequest
Creates a new proxy ticket request with given parameters.- Parameters:
pgt
- Non-null proxy-granting ticket ID.targetService
- Non-null
-
-
Method Details
-
getPgt
Get the proxy-granting ticket ID.- Returns:
- proxy-granting ticket ID
-
getTargetService
Get the target service to which proxy ticket will be delivered.- Returns:
- target service to which proxy ticket will be delivered
-