HomeSort by relevance Sort by last modified time
    Searched refs:REALM (Results 1 - 5 of 5) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/header/
Credentials.java 46 private static String REALM = ParameterNames.REALM;
114 else if (nameValue.getName().compareToIgnoreCase(REALM) == 0)
Challenge.java 49 private static String REALM = ParameterNames.REALM;
177 * get the realm value.
181 return (String) authParams.getValue(REALM);
AuthenticationHeader.java 54 public static final String REALM = ParameterNames.REALM;
110 || name.equalsIgnoreCase(ParameterNames.REALM)
184 * Sets the Realm of the WWWAuthenicateHeader to the <var>realm</var>
185 * parameter value. Realm strings MUST be globally unique. It is RECOMMENDED
186 * that a realm string contain a hostname or domain name. Realm strings
190 * @param realm
191 * the new Realm String of this WWWAuthenicateHeader
    [all...]
ParameterNames.java 77 public static final String REALM = "realm";
AuthenticationInfo.java 215 || name.equalsIgnoreCase(ParameterNames.REALM)

Completed in 139 milliseconds