Class ValidateTicketActionTest

    • Constructor Detail

      • ValidateTicketActionTest

        public ValidateTicketActionTest()
    • Method Detail

      • testInvalidTicketFormat

        public void testInvalidTicketFormat()
                                     throws Exception
        Throws:
        Exception
      • testServiceMismatch

        public void testServiceMismatch()
                                 throws Exception
        Throws:
        Exception
      • testTicketRetrievalError

        public void testTicketRetrievalError()
                                      throws Exception
        Throws:
        Exception
      • testServiceTicketValidateSuccess

        public void testServiceTicketValidateSuccess()
                                              throws Exception
        Throws:
        Exception
      • testServiceTicketValidateSuccessWithJSessionID

        public void testServiceTicketValidateSuccessWithJSessionID()
                                                            throws Exception
        Throws:
        Exception
      • testProxyTicketValidateSuccess

        public void testProxyTicketValidateSuccess()
                                            throws Exception
        Throws:
        Exception
      • newAction

        private static net.shibboleth.idp.cas.flow.impl.ValidateTicketAction newAction​(TicketService service)