|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LogoutAware
An SPI interface allowing cleanup logic to be executed during logout of a previously authenticated Subject/user.
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.
Method Summary | |
---|---|
void |
onLogout(PrincipalCollection principals)
Callback triggered when a Subject logs out of the system. |
Method Detail |
---|
void onLogout(PrincipalCollection principals)
Subject
logs out of the system.
principals
- the identifying principals of the Subject logging out.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |