Searched refs:actor (Results 26 - 36 of 36) sorted by relevance

12

/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/ecp/impl/
H A DECPResponseImpl.java47 private String actor; field in class:ECPResponseImpl
113 * Returns value of <code>actor</code> attribute.
115 * @return value of <code>actor</code> attribute
118 return actor;
122 * Sets the value of <code>actor</code> attribute.
124 * @param actor the value of <code>actor</code> attribute
127 public void setActor(String actor) throws SAML2Exception { argument
132 this.actor = actor;
[all...]
H A DECPRequestImpl.java55 private String actor; field in class:ECPRequestImpl
173 * Returns value of <code>actor</code> attribute.
175 * @return value of <code>actor</code> attribute
178 return actor;
182 * Sets the value of <code>actor</code> attribute.
184 * @param actor the value of <code>actor</code> attribute
187 public void setActor(String actor) throws SAML2Exception { argument
192 this.actor = actor;
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DServiceInstanceUpdateHeader.java56 private String actor = null; field in class:ServiceInstanceUpdateHeader
62 actor = SOAPBindingConstants.DEFAULT_SOAP_ACTOR;
146 actor = XMLUtils.getNodeAttributeValueNS(siuElement,
198 * Returns value of <code>actor</code> attribute.
200 * @return value of <code>actor</code> attribute.
203 return actor;
253 * Sets value of <code>actor</code> attribute.
255 * @param actor value of <code>actor</code> attribute.
257 public void setActor(String actor) { argument
[all...]
H A DUtils.java783 * Checks 'actor' and 'mustUnderstand' attribute of a header.
785 * @param actor the value of 'actor' attribute of a header.
790 * @throws SOAPBindingException if the actor and mustUnderstand violates
792 * @throws SOAPFaultException if the actor and mustUnderstand violates
795 static void checkActorAndMustUnderstand(String actor,Boolean mustUnderstand, argument
798 if (actor != null && !supportedActors.contains(actor)) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DServiceInstanceUpdateHeader.java56 private String actor = null; field in class:ServiceInstanceUpdateHeader
62 actor = SOAPBindingConstants.DEFAULT_SOAP_ACTOR;
146 actor = XMLUtils.getNodeAttributeValueNS(siuElement,
198 * Returns value of <code>actor</code> attribute.
200 * @return value of <code>actor</code> attribute.
203 return actor;
253 * Sets value of <code>actor</code> attribute.
255 * @param actor value of <code>actor</code> attribute.
257 public void setActor(String actor) { argument
[all...]
H A DUtils.java796 * Checks 'actor' and 'mustUnderstand' attribute of a header.
798 * @param actor the value of 'actor' attribute of a header.
803 * @throws SOAPBindingException if the actor and mustUnderstand violates
805 * @throws SOAPFaultException if the actor and mustUnderstand violates
808 static void checkActorAndMustUnderstand(String actor,Boolean mustUnderstand, argument
811 if (actor != null && !supportedActors.contains(actor)) {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/ecp/
H A DECPRequest.java95 * Returns value of <code>actor</code> attribute.
97 * @return value of <code>actor</code> attribute
102 * Sets the value of <code>actor</code> attribute.
104 * @param actor the value of <code>actor</code> attribute
107 public void setActor(String actor) throws SAML2Exception; argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/ecp/
H A DECPRequest.java95 * Returns value of <code>actor</code> attribute.
97 * @return value of <code>actor</code> attribute
102 * Sets the value of <code>actor</code> attribute.
104 * @param actor the value of <code>actor</code> attribute
107 public void setActor(String actor) throws SAML2Exception; argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/ecp/impl/
H A DECPRequestImpl.java55 private String actor; field in class:ECPRequestImpl
173 * Returns value of <code>actor</code> attribute.
175 * @return value of <code>actor</code> attribute
178 return actor;
182 * Sets the value of <code>actor</code> attribute.
184 * @param actor the value of <code>actor</code> attribute
187 public void setActor(String actor) throws SAML2Exception { argument
192 this.actor = actor;
[all...]
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Dsaaj-impl-1.3.jarcom/ com/sun/ com/sun/xml/ com/sun/xml/messaging/ com/sun/xml/messaging/saaj/ com/sun/xml/messaging/ ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Dsaaj-impl-1.3.jarcom/ com/sun/ com/sun/xml/ com/sun/xml/messaging/ com/sun/xml/messaging/saaj/ com/sun/xml/messaging/ ...

Completed in 394 milliseconds

12