/[classpath]/classpath/javax/security/sasl/Sasl.java
ViewVC logotype

Diff of /classpath/javax/security/sasl/Sasl.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by mkoch, Thu Oct 21 21:03:05 2004 UTC revision 1.4 by mkoch, Wed Feb 16 12:36:22 2005 UTC
# Line 1  Line 1 
1  /* Sasl.java --  /* Sasl.java --
2     Copyright (C) 2003, 2004 Free Software Foundation, Inc.     Copyright (C) 2003, 2004, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 221  public class Sasl Line 221  public class Sasl
221     * breaking into future sessions. The property contains <code>"true"</code>     * breaking into future sessions. The property contains <code>"true"</code>
222     * if mechanisms that implement forward secrecy between sessions are     * if mechanisms that implement forward secrecy between sessions are
223     * required; <code>"false"</code> if such mechanisms are not required. The     * required; <code>"false"</code> if such mechanisms are not required. The
224     * default is <code>"false"</code>.</p>     * default is <code>"false"</code>.
225     *     *
226     * <p>The value of this constant is <code>"javax.security.sasl.policy.forward"</code>.     * <p>The value of this constant is <code>"javax.security.sasl.policy.forward"</code>.
227     * </p>     * </p>
# Line 233  public class Sasl Line 233  public class Sasl
233     * credentials are required. The property contains <code>"true"</code> if     * credentials are required. The property contains <code>"true"</code> if
234     * mechanisms that pass client credentials are required; <code>"false"</code>     * mechanisms that pass client credentials are required; <code>"false"</code>
235     * if such mechanisms are not required. The default is <code>"false"</code>.     * if such mechanisms are not required. The default is <code>"false"</code>.
    * </p>  
236     *     *
237     * <p>The value of this constant is <code>"javax.security.sasl.policy.credentials"</code>.     * <p>The value of this constant is <code>"javax.security.sasl.policy.credentials"</code>.
238     * </p>     * </p>
# Line 280  public class Sasl Line 279  public class Sasl
279    // -------------------------------------------------------------------------    // -------------------------------------------------------------------------
280    
281    /**    /**
282     * <p>Creates a {@link SaslClient} for the specified mechanism.</p>     * Creates a {@link SaslClient} for the specified mechanism.
283     *     *
284     * <p>This method uses the JCA Security Provider Framework, described in the     * <p>This method uses the JCA Security Provider Framework, described in the
285     * "Java Cryptography Architecture API Specification &amp; Reference", for     * "Java Cryptography Architecture API Specification &amp; Reference", for
# Line 490  public class Sasl Line 489  public class Sasl
489    }    }
490    
491    /**    /**
492     * <p>Creates a {@link SaslServer} for the specified mechanism.</p>     * Creates a {@link SaslServer} for the specified mechanism.
493     *     *
494     * <p>This method uses the JCA Security Provider Framework, described in the     * <p>This method uses the JCA Security Provider Framework, described in the
495     * "Java Cryptography Architecture API Specification &amp; Reference", for     * "Java Cryptography Architecture API Specification &amp; Reference", for
# Line 521  public class Sasl Line 520  public class Sasl
520     *     *
521     * <pre>     * <pre>
522     *    SaslServerFactory.DIGEST-MD5     com.wiz.sasl.digest.ServerFactory     *    SaslServerFactory.DIGEST-MD5     com.wiz.sasl.digest.ServerFactory
523     * </pre></p>     * </pre>
524     *     *
525     * <p>See the "Java Cryptography Architecture API Specification &amp;     * <p>See the "Java Cryptography Architecture API Specification &amp;
526     * Reference" for information about how to install and configure security     * Reference" for information about how to install and configure security

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26