Searched refs:codeBase (Results 26 - 50 of 60) sorted by relevance

123

/openjdk7/jdk/test/java/rmi/server/RMIClassLoader/delegateToContextLoader/
H A Dsecurity.policy5 grant codeBase "file:${java.home}/lib/ext/*" {
/openjdk7/jdk/test/java/rmi/server/RMIClassLoader/loadProxyClasses/
H A Dsecurity.policy5 grant codeBase "file:${java.home}/lib/ext/*" {
/openjdk7/jdk/test/java/rmi/server/RMIClassLoader/useCodebaseOnly/
H A Dsecurity.policy5 grant codeBase "file:${java.home}/lib/ext/*" {
/openjdk7/jdk/test/java/rmi/server/RMISocketFactory/useSocketFactory/registry/
H A Dsecurity.policy5 grant codeBase "file:${java.home}/lib/ext/*" {
/openjdk7/jdk/test/java/rmi/server/useCustomRef/
H A Dsecurity.policy5 grant codeBase "file:${java.home}/lib/ext/*" {
/openjdk7/jdk/test/java/rmi/transport/checkLeaseInfoLeak/
H A Dsecurity.policy5 grant codeBase "file:${java.home}/lib/ext/*" {
/openjdk7/jdk/test/java/rmi/transport/dgcDeadLock/
H A Dsecurity.policy5 grant codeBase "file:${java.home}/lib/ext/*" {
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DEncapsInputStream.java134 CodeBase codeBase) {
145 this.codeBase = codeBase;
181 return codeBase;
184 private CodeBase codeBase; field in class:EncapsInputStream
130 EncapsInputStream(org.omg.CORBA.ORB orb, byte[] data, int size, GIOPVersion version, CodeBase codeBase) argument
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DPolicyParser.java419 if (e.codeBase != null)
424 e.codeBase = match("quoted string");
530 "expected.codeBase.or.SignedBy.or.Principal"));
561 if (e.codeBase != null) {
564 if (e.codeBase.equals(OLD_EXTDIRS_EXPANSION)) {
565 e.codeBase = EXTDIRS_EXPANSION;
568 if ((es=e.codeBase.indexOf(EXTDIRS_EXPANSION)) < 0) {
569 e.codeBase = expand(e.codeBase, true).replace
575 String[] extDirs = parseExtDirs(e.codeBase, e
853 public String codeBase; field in class:PolicyParser.GrantEntry
862 GrantEntry(String signedBy, String codeBase) argument
[all...]
/openjdk7/jdk/src/share/classes/java/beans/
H A DBeans.java270 URL codeBase = null;
301 codeBase = new URL(s.substring(0,ix));
302 docBase = codeBase;
315 stub = (AppletStub)new BeansAppletStub(applet, context, codeBase, docBase);
593 transient URL codeBase; field in class:BeansAppletStub
597 AppletContext context, URL codeBase,
601 this.codeBase = codeBase;
616 return codeBase;
596 BeansAppletStub(Applet target, AppletContext context, URL codeBase, URL docBase) argument
/openjdk7/jaxp/src/org/w3c/dom/html/
H A DHTMLAppletElement.java85 public void setCodeBase(String codeBase); argument
H A DHTMLObjectElement.java95 public void setCodeBase(String codeBase); argument
/openjdk7/jdk/test/java/rmi/activation/Activatable/checkActivateRef/
H A Dsecurity.policy5 grant codeBase "file:${java.home}/lib/ext/*" {
/openjdk7/jdk/test/java/rmi/activation/Activatable/checkImplClassLoader/
H A Dsecurity.policy5 grant codeBase "file:${java.home}/lib/ext/*" {
/openjdk7/jdk/test/java/rmi/activation/Activatable/downloadParameterClass/
H A Dsecurity.policy5 grant codeBase "file:${java.home}/lib/ext/*" {
/openjdk7/jdk/test/java/rmi/activation/Activatable/elucidateNoSuchMethod/
H A Dsecurity.policy5 grant codeBase "file:${java.home}/lib/ext/*" {
/openjdk7/jdk/test/java/rmi/activation/Activatable/restartLatecomer/
H A Dsecurity.policy5 grant codeBase "file:${java.home}/lib/ext/*" {
/openjdk7/jdk/test/java/rmi/activation/Activatable/restartService/
H A Dsecurity.policy5 grant codeBase "file:${java.home}/lib/ext/*" {
/openjdk7/jdk/test/java/rmi/activation/ActivationSystem/stubClassesPermitted/
H A Dsecurity.policy5 grant codeBase "file:${java.home}/lib/ext/*" {
/openjdk7/jdk/test/java/rmi/activation/ActivationSystem/unregisterGroup/
H A Dsecurity.policy5 grant codeBase "file:${java.home}/lib/ext/*" {
/openjdk7/jdk/test/java/rmi/server/RMISocketFactory/useSocketFactory/activatable/
H A Dsecurity.policy5 grant codeBase "file:${java.home}/lib/ext/*" {
/openjdk7/jdk/test/java/rmi/server/RMISocketFactory/useSocketFactory/unicast/
H A Dsecurity.policy5 grant codeBase "file:${java.home}/lib/ext/*" {
/openjdk7/jdk/src/share/classes/com/sun/security/auth/
H A DPolicyParser.java336 e.codeBase = match("quoted string");
393 rb.getString("expected.codeBase.or.SignedBy"));
426 if (e.codeBase != null)
427 e.codeBase = expand(e.codeBase).replace(File.separatorChar, '/');
652 public String codeBase; field in class:PolicyParser.GrantEntry
660 public GrantEntry(String signedBy, String codeBase) { argument
661 this.codeBase = codeBase;
695 if (codeBase !
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/servicecontext/
H A DServiceContexts.java140 codeBase = null ;
154 codeBase = ((CDRInputStream)s).getCodeBase();
205 codeBase);
409 private CodeBase codeBase; field in class:ServiceContexts
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DJceSecurity.java141 * Verify if the JAR at URL codeBase is a signed exempt application
146 static CryptoPermissions verifyExemptJar(URL codeBase) throws Exception { argument
147 JarVerifier jv = new JarVerifier(codeBase, true);
153 * Verify if the JAR at URL codeBase is a signed provider JAR file.
157 static void verifyProviderJar(URL codeBase) throws Exception { argument
160 JarVerifier jv = new JarVerifier(codeBase, false);

Completed in 85 milliseconds

123