Searched refs:serverMechanism (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 DSASLResponse.java84 private String serverMechanism = null; field in class:SASLResponse
219 serverMechanism = XMLUtils.getNodeAttributeValue(
277 * Returns value of <code>serverMechanism</code> attribute.
278 * @return value of <code>serverMechanism</code> attribute
282 return serverMechanism;
362 * @param serverMechanism value of <code>mechanism</code> attribute
365 public void setServerMechanism(String serverMechanism) { argument
366 this.serverMechanism = serverMechanism;
465 if (serverMechanism !
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/authnsvc/protocol/
H A DSASLResponse.java84 private String serverMechanism = null; field in class:SASLResponse
219 serverMechanism = XMLUtils.getNodeAttributeValue(
277 * Returns value of <code>serverMechanism</code> attribute.
278 * @return value of <code>serverMechanism</code> attribute
282 return serverMechanism;
362 * @param serverMechanism value of <code>mechanism</code> attribute
365 public void setServerMechanism(String serverMechanism) { argument
366 this.serverMechanism = serverMechanism;
465 if (serverMechanism !
[all...]

Completed in 46 milliseconds