AbstractAuthenticator.onLogout

This implementation merely calls {@link #notifyLogout(hunt.shiro.subject.PrincipalCollection) notifyLogout} to allow any registered listeners to react to the logout.

@param principals the identifying principals of the {@code Subject}/account logging out.

class AbstractAuthenticator
void
onLogout

Meta