Searched defs:POLICY (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/make/javax/crypto/
H A DMakefile160 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/
H A DModelNode.java52 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);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/sourcemodel/attach/
H A DExternalAttachmentsUnmarshaller.java83 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 DPolicyFile.java293 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 462 milliseconds