CAS4, how to use ServiceValidateController.onSuccessfulValidation()

3 views
Skip to first unread message

Yan Zhou

unread,
Sep 5, 2019, 1:00:48 PM9/5/19
to CAS Community
Hello,

CAS 4.1.x, I wish to implement onSuccessfulValidation() when /serviceValidate is successful.

How do I do this? see the documentation below.

    /**
     * Triggered on successful validation events. Extensions are to
     * use this as hook to plug in behvior.
     *
     * @param serviceTicketId the service ticket id
     * @param assertion the assertion
     */
    protected void onSuccessfulValidation(final String serviceTicketId, final Assertion assertion) {
        // template method with nothing to do.
    }

Thx!
Reply all
Reply to author
Forward
0 new messages