Class ProxyTicketRequest


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

      • 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 Detail

      • 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 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