248249250251252253254255
protected void authenticationCheck() throws AuthenticationRequiredException { if (!isAuthenticated()) { throw new AuthenticationRequiredException(); } }