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

dugan
01.16.2008 d048be119faafbb9d83bb2f0f8995d6070b16d52
opends/src/server/org/opends/server/extensions/SASLSecurityProvider.java
@@ -454,4 +454,14 @@
    public boolean isActive() {
        return saslContext.isBindComplete();
    }
    /**
     * Return the cipher Security Strength Function of the cipher used in the
     * SSAL context.
     *
     * @return The cipher SSF of the cipher used in the SASL context.
     */
    public int getSSF() {
        return saslContext.getSSF();
    }
}