src/java.base/share/conf/security/java.security
changeset 54802 b0a1572ec64a
parent 53430 ccfd4e614bb8
child 55039 4947a097db60
equal deleted inserted replaced
54801:ac8493c4a747 54802:b0a1572ec64a
  1159 # the same name, with the same syntax and possible values.
  1159 # the same name, with the same syntax and possible values.
  1160 #
  1160 #
  1161 #jdk.includeInExceptions=hostInfo,jar
  1161 #jdk.includeInExceptions=hostInfo,jar
  1162 
  1162 
  1163 #
  1163 #
       
  1164 # Disabled mechanisms for the Simple Authentication and Security Layer (SASL)
       
  1165 #
       
  1166 # Disabled mechanisms will not be negotiated by both SASL clients and servers.
       
  1167 # These mechanisms will be ignored if they are specified in the mechanisms argument
       
  1168 # of `Sasl.createClient` or the mechanism argument of `Sasl.createServer`.
       
  1169 #
       
  1170 # The value of this property is a comma-separated list of SASL mechanisms.
       
  1171 # The mechanisms are case-sensitive. Whitespaces around the commas are ignored.
       
  1172 #
       
  1173 # Note: This property is currently used by the JDK Reference implementation.
       
  1174 # It is not guaranteed to be examined and used by other implementations.
       
  1175 #
       
  1176 # Example:
       
  1177 #   jdk.sasl.disabledMechanisms=PLAIN, CRAM-MD5, DIGEST-MD5
       
  1178 jdk.sasl.disabledMechanisms=
       
  1179 
       
  1180 #
  1164 # Policies for distrusting Certificate Authorities (CAs).
  1181 # Policies for distrusting Certificate Authorities (CAs).
  1165 #
  1182 #
  1166 # This is a comma separated value of one or more case-sensitive strings, each
  1183 # This is a comma separated value of one or more case-sensitive strings, each
  1167 # of which represents a policy for determining if a CA should be distrusted.
  1184 # of which represents a policy for determining if a CA should be distrusted.
  1168 # The supported values are:
  1185 # The supported values are: