public interface LogoutHandler
extends org.springframework.core.Ordered
LogoutHandler
that knows how to carry out specific operations upon logout events.
Example ops may include removing tickets from the registry, deleting cookies, sending events, etc.Modifier and Type | Method and Description |
---|---|
default int |
getOrder() |
void |
handle(TicketGrantingTicket ticketGrantingTicket)
Handle.
|
default int getOrder()
getOrder
in interface org.springframework.core.Ordered
void handle(TicketGrantingTicket ticketGrantingTicket)
ticketGrantingTicket
- the ticket granting ticket