Class ProxyTicketRequest

java.lang.Object
net.shibboleth.idp.cas.protocol.ProxyTicketRequest

public class ProxyTicketRequest extends Object
Container for proxy ticket request parameters provided to /proxy URI.
  • Field Details

    • proxyGrantingTicketId

      @Nonnull private final String proxyGrantingTicketId
      Proxy-granting ticket ID.
    • proxyTargetService

      @Nonnull private final String proxyTargetService
      Target service to which proxy ticket will be delivered.
  • Constructor Details

    • ProxyTicketRequest

      public ProxyTicketRequest(@Nonnull String pgt, @Nonnull String targetService)
      Creates a new proxy ticket request with given parameters.
      Parameters:
      pgt - Non-null proxy-granting ticket ID.
      targetService - Non-null
  • Method Details

    • 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