Searched defs:negoValue (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DHttpCallback.java47 private String negoValue = null; field in class:HttpCallback
70 this.negoValue = negotiationHeader.substring(index+1);
80 * <code>negoName:negoValue</code>.
84 * @param negoValue Negotiation value in the negotiation header.
90 String negoValue,
94 this.negoValue = negoValue;
122 return negoValue;
154 return (negoValue != null)
155 ? negoValue
87 HttpCallback( String authRHeader, String negoName, String negoValue, int errorCode) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DHttpCallback.java47 private String negoValue = null; field in class:HttpCallback
70 this.negoValue = negotiationHeader.substring(index+1);
80 * <code>negoName:negoValue</code>.
84 * @param negoValue Negotiation value in the negotiation header.
90 String negoValue,
94 this.negoValue = negoValue;
122 return negoValue;
154 return (negoValue != null)
155 ? negoValue
87 HttpCallback( String authRHeader, String negoName, String negoValue, int errorCode) argument
[all...]

Completed in 87 milliseconds