Searched refs:conf (Results 1 - 22 of 22) sorted by relevance

/openjdk7/jdk/test/com/sun/security/sasl/gsskerb/
H A Drun-conf-wjaas.csh20 # 4. Set up a JAAS login module configuration file like gsseg_jaas.conf, updating
29 $JAVA_HOME/bin/java -Djava.security.krb5.realm=IMC.ORG -Djava.security.krb5.kdc=machineX.imc.org -Djava.security.auth.login.config=gsseg_jaas.conf ConfSecurityLayer
H A Drun-nosec-wjaas.csh16 # 4. Set up a JAAS login module configuration file like gsseg_jaas.conf, updating
24 java -Djava.security.krb5.realm=IMC.ORG -Djava.security.krb5.kdc=machineX.imc.org -Djava.security.auth.login.config=gsseg_jaas.conf NoSecurityLayer
H A Drunwjaas.csh16 # 4. Set up a JAAS login module configuration file like gsseg_jaas.conf, updating
24 java -Djava.security.krb5.realm=IMC.ORG -Djava.security.krb5.kdc=machineX.imc.org -Djava.security.auth.login.config=gsseg_jaas.conf AuthOnly
/openjdk7/jdk/src/share/classes/sun/print/
H A DPrinterGraphicsDevice.java38 protected PrinterGraphicsDevice(GraphicsConfiguration conf, String id) { argument
40 graphicsConf = conf;
/openjdk7/hotspot/src/share/tools/ProjectCreator/
H A DFileTreeCreator.java47 public void setIgnore(BuildConfig conf) { argument
48 ignores.add(conf);
59 public void setDisablePch(BuildConfig conf) { argument
60 disablePch.add(conf);
/openjdk7/jdk/test/sun/net/sdp/
H A Dsanity.sh62 # Create sdp.conf
63 SDPCONF=sdp.conf
73 $JAVA -Djava.net.preferIPv4Stack=true -Dcom.sun.sdp.conf=${SDPCONF} -Dcom.sun.sdp.debug Sanity
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DBasicKrb5Test.java70 private static boolean conf = true; field in class:BasicKrb5Test
80 else if(arg.equals("-C")) conf = false;
85 // since the check needs a krb5.conf.
106 c.x().requestConf(conf);
126 s2.x().requestConf(conf);
/openjdk7/jdk/test/sun/management/jmxremote/bootstrap/
H A DRmiBootstrapTest.java475 final File conf = new File(confname);
476 if (conf.exists()) {
477 FileInputStream fin = new FileInputStream(conf);
543 final File conf = new File(confname);
544 if (conf.exists()) {
545 FileInputStream fin = new FileInputStream(conf);
715 private String testConfigurationKo(File conf,int port) { argument
716 final String errStr = testConfiguration(conf,port+testPort++);
719 conf + " should have failed!";
722 conf
[all...]
H A DRmiSslNoKeyStoreTest.java214 final File conf = new File(confname);
215 if (conf.exists()) {
216 FileInputStream fin = new FileInputStream(conf);
/openjdk7/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_SolarisOS_Utils.h37 #include <sys/conf.h>
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/crypto/
H A DDesMacCksumType.java84 byte[] conf = Confounder.bytes(confounderSize());
85 System.arraycopy(conf, 0, new_data, 0, confounderSize());
99 System.arraycopy(conf, 0, cksum, 0, confounderSize());
H A DRsaMd5DesCksumType.java86 byte[] conf = Confounder.bytes(confounderSize());
87 System.arraycopy(conf, 0, new_data, 0, confounderSize());
93 System.arraycopy(conf, 0, cksum, 0, confounderSize());
H A DDesCbcEType.java114 byte[] conf = Confounder.bytes(confounderSize());
115 System.arraycopy(conf, 0, new_data, 0, confounderSize());
/openjdk7/jdk/src/share/classes/sun/security/jgss/krb5/
H A DMessageToken.java602 * @param conf true if confidentiality will be resuested with this
607 public MessageTokenHeader(int tokenId, boolean conf, int qop) argument
614 sealAlg = MessageToken.this.getSealAlg(conf, qop);
H A DWrapToken.java515 protected int getSealAlg(boolean conf, int qop) throws GSSException { argument
516 if (!conf) {
H A DMessageToken_v2.java506 public MessageTokenHeader(int tokenId, boolean conf) throws GSSException { argument
516 ((conf && tokenId != MIC_ID_v2) ?
/openjdk7/jdk/make/java/net/
H A DMakefile129 SDP_PATH = sdp/sdp.conf.template
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DBasicDiagnosticFormatter.java137 BasicConfiguration conf = getConfiguration();
138 int indentSource = conf.getIndentation(DiagnosticPart.SOURCE);
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DScanManager.java1048 final String conf = System.getProperty("scandir.config.file",defconf);
1049 final String confname = ScanDirConfig.guessConfigName(conf,defconf);
1053 mbeanServer.registerMBean(new ScanDirConfig(conf),
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DspnegoTest42 -Djava.security.auth.login.config=spnegoLogin.conf \
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/FilterWindow/src/com/sun/hotspot/igv/filterwindow/
H A DFilterTopComponent.java187 NotifyDescriptor.Confirmation conf = new NotifyDescriptor.Confirmation("Filter \"" + name + "\" already exists, to you want to overwrite?", "Filter");
188 if (DialogDisplayer.getDefault().notify(conf) == NotifyDescriptor.YES_OPTION) {
/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.cpp300 jfloat conf = nodef->getf(); local
302 if( ((int)conf) != coni ) { return false; }

Completed in 114 milliseconds