Package net.shibboleth.idp.cas.protocol
Class ProxyTicketRequest
- java.lang.Object
-
- net.shibboleth.idp.cas.protocol.ProxyTicketRequest
-
public class ProxyTicketRequest extends Object
Container for proxy ticket request parameters provided to/proxyURI.
-
-
Field Summary
Fields Modifier and Type Field Description private StringproxyGrantingTicketIdProxy-granting ticket ID.private StringproxyTargetServiceTarget service to which proxy ticket will be delivered.
-
Constructor Summary
Constructors Constructor Description ProxyTicketRequest(String pgt, String targetService)Creates a new proxy ticket request with given parameters.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPgt()Get the proxy-granting ticket ID.StringgetTargetService()Get the target service to which proxy ticket will be delivered.
-
-
-
Method Detail
-
getPgt
@Nonnull public String getPgt()
Get the proxy-granting ticket ID.- Returns:
- proxy-granting ticket ID
-
getTargetService
@Nonnull public String getTargetService()
Get the target service to which proxy ticket will be delivered.- Returns:
- target service to which proxy ticket will be delivered
-
-