Searched refs:POLICY (Results 1 - 8 of 8) sorted by relevance
/openjdk7/jdk/test/sun/net/InetAddress/nameservice/dns/ |
H A D | cname.sh | 61 POLICY=java.policy 62 echo "grant {" > ${POLICY} 63 echo " permission java.net.SocketPermission \"${HOST}\", \"resolve\";" >> ${POLICY} 64 echo "};" >> ${POLICY} 67 sm="-Djava.security.manager -Djava.security.policy=${POLICY}"
|
/openjdk7/jdk/test/java/net/URLClassLoader/getresourceasstream/ |
H A D | test.sh | 34 cat << POLICY > policy 38 POLICY
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/sourcemodel/ |
H A D | ModelNode.java | 52 POLICY(XmlToken.Policy), enum constant in enum:ModelNode.Type 78 case POLICY: 91 case POLICY: 127 * The factory method creates and initializes the POLICY model node and sets it's parent model reference to point to 132 * @return POLICY model node with the parent model reference initialized to the model supplied as an input parameter 139 return new ModelNode(ModelNode.Type.POLICY, model); 174 checkCreateChildOperationSupportForType(Type.POLICY); 176 final ModelNode node = new ModelNode(ModelNode.Type.POLICY, parentModel);
|
H A D | PolicyModelTranslator.java | 95 case POLICY: 100 if (assertionNodeChild.getType() == ModelNode.Type.POLICY) { 290 * 'ASSERTION' nodes are placed into other list. Direct 'ALL' and 'POLICY' child nodes are 'dissolved' in the process. 300 // dissolving direct 'POLICY', 'POLICY_REFERENCE' and 'ALL' child nodes 302 case POLICY : 346 case POLICY :
|
H A D | XmlPolicyModelUnmarshaller.java | 86 processCharacters(ModelNode.Type.POLICY, event.asCharacters(), null);
|
/openjdk7/jdk/make/javax/crypto/ |
H A D | Makefile | 160 POLICY = install-unlimited macro 162 POLICY = install-limited macro 164 all: build-jar install-jar build-policy $(POLICY)
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/sourcemodel/attach/ |
H A D | ExternalAttachmentsUnmarshaller.java | 83 private static final QName POLICY = new QName("http://www.w3.org/ns/ws-policy", "Policy"); field in class:ExternalAttachmentsUnmarshaller 162 if (name.equals(POLICY)) {
|
/openjdk7/jdk/src/share/classes/sun/security/provider/ |
H A D | PolicyFile.java | 293 private static final String POLICY = "java.security.policy"; field in class:PolicyFile 496 * We call initPolicyFile with POLICY , POLICY_URL and then 505 boolean loaded_one = initPolicyFile(POLICY, POLICY_URL, newInfo); 507 // we load the static policy only if POLICY load failed 655 (POLICY + ".error.parsing.policy.message")); 896 (POLICY + 904 (POLICY + 916 (POLICY
|
Completed in 158 milliseconds