public interface LogoutExecutionPlan
LogoutExecutionPlan
that describes how various CAS modules
must respond to the CAS logout events. A simple example of this may be OAuth
or OpenID Connect where Access Tokens and Refresh Tokens may need to be cleaned up
once the associated TGT is perhaps removed.Modifier and Type | Method and Description |
---|---|
default java.util.Collection<LogoutHandler> |
getLogoutHandlers()
Gets logout handlers.
|
default void |
registerLogoutHandler(LogoutHandler handler)
Register logout handler.
|
default void registerLogoutHandler(LogoutHandler handler)
handler
- the handlerdefault java.util.Collection<LogoutHandler> getLogoutHandlers()