You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by "Kirk Lund (JIRA)" <ji...@apache.org> on 2017/03/13 21:22:41 UTC

[jira] [Created] (GEODE-2652) IntegratedSecurityService class has state that is not thread safe

Kirk Lund created GEODE-2652:
--------------------------------

             Summary: IntegratedSecurityService class has state that is not thread safe
                 Key: GEODE-2652
                 URL: https://issues.apache.org/jira/browse/GEODE-2652
             Project: Geode
          Issue Type: Bug
          Components: security
            Reporter: Kirk Lund


The state of IntegratedSecurityService is currently not thread safe. One thread may set these values by invoking initSecurity, while another thread may invoke others methods which access these values:

*  private PostProcessor postProcessor;
*  private SecurityManager securityManager;
*  private Boolean isIntegratedSecurity;
*  private boolean isClientAuthenticator; // is there a SECURITY_CLIENT_AUTHENTICATOR
* private boolean isPeerAuthenticator; // is there a SECURITY_PEER_AUTHENTICATOR




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)