TicketValidator bean

When the client application gets a ticket that has already been given to a particular user, this bean is used to validate its authenticity:

@Bean
public TicketValidator ticketValidator() {
return new Cas30ServiceTicketValidator("https://localhost:6443/cas");
}
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.15.211.34