mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
17.26.2015 88f16d892d54fd8c3e190cc1f6363638b11ae1a3
opendj-server-legacy/src/main/java/org/opends/server/extensions/SASLContext.java
@@ -97,7 +97,7 @@
  // The SASL server to use in the authentication.
  private SaslServer saslServer = null;
  private SaslServer saslServer;
  // The identity mapper to use when mapping identities.
  private final IdentityMapper<?> identityMapper;
@@ -112,10 +112,10 @@
  private final String mechanism;
  // The authorization entry used in the authentication.
  private Entry authEntry = null;
  private Entry authEntry;
  // The authorization entry used in the authentication.
  private Entry authzEntry = null;
  private Entry authzEntry;
  // The user name used in the authentication taken from the name callback.
  private String userName;