Searched refs:getContent (Results 26 - 50 of 541) sorted by relevance

1234567891011>>

/forgerock/openam/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/xmlsig/
H A DKeyInfoType.java70 * getContent().add(newItem);
87 java.util.List getContent(); method in interface:KeyInfoType
H A DSignaturePropertyType.java82 * getContent().add(newItem);
92 java.util.List getContent(); method in interface:SignaturePropertyType
/forgerock/openidm-v4/openidm-workflow-activiti/src/main/java/org/forgerock/openidm/workflow/activiti/impl/
H A DActivitiUtil.java41 return (String) (request.getContent().isNull()
43 : request.getContent().expect(Map.class).asMap().remove("_key"));
52 return (String) (request.getContent().isNull()
54 : request.getContent().expect(Map.class).asMap().remove("_businessKey"));
63 return (String) (request.getContent().isNull()
65 : request.getContent().expect(Map.class).asMap().remove("_processDefinitionId"));
74 if (!request.getContent().isNull()) {
75 JsonValue val = request.getContent();
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/xmlenc/
H A DEncryptionPropertyType.java82 * getContent().add(newItem);
92 java.util.List getContent(); method in interface:EncryptionPropertyType
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/xmlsig/
H A DCanonicalizationMethodType.java63 * getContent().add(newItem);
73 java.util.List getContent(); method in interface:CanonicalizationMethodType
H A DDigestMethodType.java63 * getContent().add(newItem);
73 java.util.List getContent(); method in interface:DigestMethodType
H A DKeyInfoType.java70 * getContent().add(newItem);
87 java.util.List getContent(); method in interface:KeyInfoType
H A DSignaturePropertyType.java82 * getContent().add(newItem);
92 java.util.List getContent(); method in interface:SignaturePropertyType
H A DObjectType.java101 * getContent().add(newItem);
111 java.util.List getContent(); method in interface:ObjectType
H A DSignatureMethodType.java64 * getContent().add(newItem);
75 java.util.List getContent(); method in interface:SignatureMethodType
H A DTransformType.java64 * getContent().add(newItem);
75 java.util.List getContent(); method in interface:TransformType
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/xmlenc/
H A DEncryptionPropertyType.java82 * getContent().add(newItem);
92 java.util.List getContent(); method in interface:EncryptionPropertyType
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/xmlsig/
H A DSignaturePropertyType.java82 * getContent().add(newItem);
92 java.util.List getContent(); method in interface:SignaturePropertyType
H A DObjectType.java101 * getContent().add(newItem);
111 java.util.List getContent(); method in interface:ObjectType
H A DSignatureMethodType.java64 * getContent().add(newItem);
75 java.util.List getContent(); method in interface:SignatureMethodType
H A DTransformType.java64 * getContent().add(newItem);
75 java.util.List getContent(); method in interface:TransformType
/forgerock/openam-v13/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/xmlsig/
H A DSignaturePropertyType.java82 * getContent().add(newItem);
92 java.util.List getContent(); method in interface:SignaturePropertyType
H A DObjectType.java101 * getContent().add(newItem);
111 java.util.List getContent(); method in interface:ObjectType
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/xmlenc/
H A DEncryptionPropertyType.java82 * getContent().add(newItem);
92 java.util.List getContent(); method in interface:EncryptionPropertyType
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/xmlsig/
H A DCanonicalizationMethodType.java63 * getContent().add(newItem);
73 java.util.List getContent(); method in interface:CanonicalizationMethodType
H A DDigestMethodType.java63 * getContent().add(newItem);
73 java.util.List getContent(); method in interface:DigestMethodType
H A DKeyInfoType.java70 * getContent().add(newItem);
87 java.util.List getContent(); method in interface:KeyInfoType
H A DSignaturePropertyType.java82 * getContent().add(newItem);
92 java.util.List getContent(); method in interface:SignaturePropertyType
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/xmlenc/
H A DEncryptionPropertyType.java82 * getContent().add(newItem);
92 java.util.List getContent(); method in interface:EncryptionPropertyType
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/xmlsig/
H A DSignaturePropertyType.java82 * getContent().add(newItem);
92 java.util.List getContent(); method in interface:SignaturePropertyType

Completed in 59 milliseconds

1234567891011>>