AuthorizingRealm.doClearCache

Calls {@code super.doClearCache} to ensure any cached authentication data is removed and then calls {@link #clearCachedAuthorizationInfo(hunt.shiro.subject.PrincipalCollection)} to remove any cached authorization data. <p/> If overriding in a subclass, be sure to call {@code super.doClearCache} to ensure this behavior is maintained.

@param principals the principals of the account for which to clear any cached AuthorizationInfo

class AuthorizingRealm
protected override
void
doClearCache

Meta