OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REALM
(Results
1 - 6
of
6
) 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
)
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwContentsClientCallbackHelperTest.java
69
static final String
REALM
= "www.example.com";
189
mClientHelper.postOnReceivedLoginRequest(
REALM
, ACCOUNT, ARGS);
191
assertEquals(
REALM
, receivedLoginRequestHelper.getRealm());
Completed in 111 milliseconds