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.
}