jdk/src/share/classes/javax/security/sasl/Sasl.java
changeset 21278 ef8a3a2a72f2
parent 18830 90956ead732f
child 24685 215fa91e1b4c
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
   170      * this property has been supplied. That is, you cannot supply any less
   170      * this property has been supplied. That is, you cannot supply any less
   171      * information in anticipation of reuse.
   171      * information in anticipation of reuse.
   172      *
   172      *
   173      * Mechanism implementations that support reuse might allow customization
   173      * Mechanism implementations that support reuse might allow customization
   174      * of its implementation, for factors such as cache size, timeouts, and
   174      * of its implementation, for factors such as cache size, timeouts, and
   175      * criteria for reuseability. Such customizations are
   175      * criteria for reusability. Such customizations are
   176      * implementation-dependent.
   176      * implementation-dependent.
   177      */
   177      */
   178      public static final String REUSE = "javax.security.sasl.reuse";
   178      public static final String REUSE = "javax.security.sasl.reuse";
   179 
   179 
   180     /**
   180     /**