Searched refs:advisoryAuthnID (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/authnsvc/protocol/
H A DSASLRequest.java55 private String advisoryAuthnID = null; field in class:SASLRequest
128 advisoryAuthnID = XMLUtils.getNodeAttributeValue(element,
170 * Returns value of <code>advisoryAuthnID</code> attribute.
171 * @return value of <code>advisoryAuthnID</code> attribute
175 return advisoryAuthnID;
244 * Sets value of <code>advisoryAuthnID</code> attribute.
245 * @param advisoryAuthnID value of <code>advisoryAuthnID</code> attribute
248 public void setAdvisoryAuthnID(String advisoryAuthnID) { argument
249 this.advisoryAuthnID
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/authnsvc/protocol/
H A DSASLRequest.java55 private String advisoryAuthnID = null; field in class:SASLRequest
128 advisoryAuthnID = XMLUtils.getNodeAttributeValue(element,
170 * Returns value of <code>advisoryAuthnID</code> attribute.
171 * @return value of <code>advisoryAuthnID</code> attribute
175 return advisoryAuthnID;
244 * Sets value of <code>advisoryAuthnID</code> attribute.
245 * @param advisoryAuthnID value of <code>advisoryAuthnID</code> attribute
248 public void setAdvisoryAuthnID(String advisoryAuthnID) { argument
249 this.advisoryAuthnID
[all...]

Completed in 32 milliseconds