54555657585960
/** thread local holding the current authentication */ private ThreadLocal<Authentication> currentAuthentication = new ThreadLocal<Authentication>(); public boolean isReadOnly() { return commandExecutor.execute(new IsIdentityServiceReadOnlyCmd()); }