CachingRealm.onLogout

If caching is enabled, this will clear any cached data associated with the specified account identity. Subclasses are free to override for additional behavior, but be sure to call {@code super.onLogout} first. <p/> This default implementation merely calls {@link #clearCache(hunt.shiro.subject.PrincipalCollection)}.

@param principals the application-specific Subject/user identifier that is logging out. @see #clearCache(hunt.shiro.subject.PrincipalCollection) @see #getAvailablePrincipal(hunt.shiro.subject.PrincipalCollection)

class CachingRealm
void
onLogout

Meta