Class TicketValidationRequest

    • Field Detail

      • renew

        private boolean renew
        CAS protocol renew flag.
      • pgtUrl

        @Nonnull
        private String pgtUrl
        Proxy-granting ticket validation URL.
    • Constructor Detail

      • TicketValidationRequest

        public TicketValidationRequest​(@Nonnull
                                       String service,
                                       @Nonnull
                                       String ticket)
        Creates a CAS ticket validation request message.
        Parameters:
        service - Service to which ticket was issued.
        ticket - Ticket to validate.
    • Method Detail

      • isRenew

        public boolean isRenew()
        Get whether to require fresh subject interaction to succeed.
        Returns:
        whether subject interaction must occur
      • setRenew

        public void setRenew​(boolean force)
        Set whether to require fresh subject interaction to succeed.
        Parameters:
        force - whether subject interaction must occur
      • getPgtUrl

        @Nonnull
        public String getPgtUrl()
        Get the proxy-granting ticket validation URL.
        Returns:
        proxy-granting ticket validation URL
      • setPgtUrl

        public void setPgtUrl​(@Nonnull
                              String url)
        Set the proxy-granting ticket validation URL.
        Parameters:
        url - proxy-granting ticket validation URL