public interface LogoutAware
As it is an SPI interface, it is really intended for SPI implementors such as those implementing Realms.
All of Shiro's concrete Realm implementations implement this interface as a convenience for those wishing to subclass them.
| Modifier and Type | Method and Description |
|---|---|
void |
onLogout(PrincipalCollection
Callback triggered when a
Subject logs out of the system.
|
void onLogout(PrincipalCollectionprincipals)
Subject logs out of the system.
principals - the identifying principals of the Subject logging out.