Home | History | Annotate | Download | only in header

Lines Matching refs:stale

62     public static final String STALE = ParameterNames.STALE;
395 * Sets the value of the stale parameter of the WWWAuthenicateHeader to the
396 * <var>stale</var> parameter value.
398 * @param stale -
399 * the Boolean.valueOf value of the stale parameter.
402 public void setStale(boolean stale) {
403 setParameter(new NameValue(ParameterNames.STALE, Boolean.valueOf(stale)));
410 * @return the boolean representing if the challenge is stale.
414 return this.getParameterAsBoolean(ParameterNames.STALE);