4344454647484950
*/ @Override public void afterPropertiesSet() throws NotConfiguredException { super.afterPropertiesSet(); if (this.xsrfTokenService == null) { throw new NotConfiguredException("XsrfTokenRpc is not properly configured."); } }