Package net.shibboleth.idp.cas.proxy
Class ProxyIdentifiers
- java.lang.Object
-
- net.shibboleth.idp.cas.proxy.ProxyIdentifiers
-
public class ProxyIdentifiers extends Object
Container for identifiers used in authenticating a proxy callback endpoint.
-
-
Field Summary
Fields Modifier and Type Field Description private StringpgTicketIDProxy-granting ticket ID.private StringpgTicketIOUProxy-granting ticket IOU.
-
Constructor Summary
Constructors Constructor Description ProxyIdentifiers(String pgtId, String pgtIou)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPgtId()Get the proxy-granting ticket ID.StringgetPgtIou()Get the proxy-granting ticket IOU.
-