Searched defs:consent (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DRequestAbstract.java178 * @param consent new value of <code>Consent</code> attribute.
182 public void setConsent(String consent) throws SAML2Exception; argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DRequestAbstract.java174 * @param consent new value of <code>Consent</code> attribute.
178 public void setConsent(String consent) throws SAML2Exception; argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DStatusResponseImpl.java67 protected String consent = null; field in class:StatusResponseImpl
219 * Returns the value of the consent property.
221 * @return the value of the consent property
225 return consent;
229 * Sets the value of the consent property.
231 * @param value the value of the consent property to be set
237 this.consent = value;
426 if ((consent != null) && (consent.length() > 0)) {
431 .append(consent)
[all...]
H A DRequestAbstractImpl.java76 protected String consent = null; field in class:RequestAbstractImpl
277 * @param consent , value of Consent property.
280 public void setConsent(String consent) throws SAML2Exception { argument
286 this.consent = consent;
297 return consent;
396 if ((consent != null) && (consent.length() > 0)) {
398 xml.append(consent);
524 if ((consent !
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthnResponse.java344 * Returns the value of the <code>consent</code> attribute.
346 * @return value of <code>consent</code> attribute.
355 * Sets the value of the <code>consent</code> attribute.
357 * @param consent new value of <code>consent</code> attribute.
360 public void setConsentURI(String consent) { argument
361 this.consentURI = consent;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthnResponse.java347 * Returns the value of the <code>consent</code> attribute.
349 * @return value of <code>consent</code> attribute.
358 * Sets the value of the <code>consent</code> attribute.
360 * @param consent new value of <code>consent</code> attribute.
363 public void setConsentURI(String consent) { argument
364 this.consentURI = consent;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DStatusResponseImpl.java65 protected String consent = null; field in class:StatusResponseImpl
217 * Returns the value of the consent property.
219 * @return the value of the consent property
223 return consent;
227 * Sets the value of the consent property.
229 * @param value the value of the consent property to be set
235 this.consent = value;
424 if ((consent != null) && (consent.length() > 0)) {
429 .append(consent)
[all...]
H A DRequestAbstractImpl.java76 protected String consent = null; field in class:RequestAbstractImpl
277 * @param consent , value of Consent property.
280 public void setConsent(String consent) throws SAML2Exception { argument
286 this.consent = consent;
297 return consent;
396 if ((consent != null) && (consent.length() > 0)) {
398 xml.append(consent);
524 if ((consent !
[all...]

Completed in 28 milliseconds