src/java.base/share/conf/security/java.security
changeset 55039 4947a097db60
parent 54802 b0a1572ec64a
child 55258 d65d3c37232c
child 58678 9cf78a70fa4f
equal deleted inserted replaced
55038:4ccc8d8bc02b 55039:4947a097db60
  1020 #    java.rmi.server.UID;\
  1020 #    java.rmi.server.UID;\
  1021 #    java.rmi.dgc.VMID;\
  1021 #    java.rmi.dgc.VMID;\
  1022 #    java.rmi.dgc.Lease;\
  1022 #    java.rmi.dgc.Lease;\
  1023 #    maxdepth=5;maxarray=10000
  1023 #    maxdepth=5;maxarray=10000
  1024 
  1024 
  1025 # CORBA ORBIorTypeCheckRegistryFilter
       
  1026 # Type check enhancement for ORB::string_to_object processing
       
  1027 #
       
  1028 # An IOR type check filter, if configured, is used by an ORB during
       
  1029 # an ORB::string_to_object invocation to check the veracity of the type encoded
       
  1030 # in the ior string.
       
  1031 #
       
  1032 # The filter pattern consists of a semi-colon separated list of class names.
       
  1033 # The configured list contains the binary class names of the IDL interface types
       
  1034 # corresponding to the IDL stub class to be instantiated.
       
  1035 # As such, a filter specifies a list of IDL stub classes that will be
       
  1036 # allowed by an ORB when an ORB::string_to_object is invoked.
       
  1037 # It is used to specify a white list configuration of acceptable
       
  1038 # IDL stub types which may be contained in a stringified IOR
       
  1039 # parameter passed as input to an ORB::string_to_object method.
       
  1040 #
       
  1041 # Note: This property is currently used by the JDK Reference implementation.
       
  1042 # It is not guaranteed to be examined and used by other implementations.
       
  1043 #
       
  1044 #com.sun.CORBA.ORBIorTypeCheckRegistryFilter=binary_class_name;binary_class_name
       
  1045 
       
  1046 #
  1025 #
  1047 # JCEKS Encrypted Key Serial Filter
  1026 # JCEKS Encrypted Key Serial Filter
  1048 #
  1027 #
  1049 # This filter, if configured, is used by the JCEKS KeyStore during the
  1028 # This filter, if configured, is used by the JCEKS KeyStore during the
  1050 # deserialization of the encrypted Key object stored inside a key entry.
  1029 # deserialization of the encrypted Key object stored inside a key entry.