Searched refs:getRealm (Results 1 - 22 of 22) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DAuthCacheValue.java81 abstract String getRealm(); method in class:AuthCacheValue
H A DAuthenticationInfo.java97 public String getRealm() { method in class:AuthenticationInfo
/openjdk7/jdk/src/share/classes/com/sun/net/httpserver/
H A DHttpPrincipal.java86 public String getRealm() { method in class:HttpPrincipal
92 * as <code>(getUsername()+getRealm().hashCode()</code>
H A DBasicAuthenticator.java51 public String getRealm () { method in class:BasicAuthenticator
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/ccache/
H A DCredentials.java70 if (new_cname.getRealm() != null) {
71 crealm = (Realm) new_cname.getRealm().clone();
75 if (new_sname.getRealm() != null) {
76 srealm = (Realm) new_sname.getRealm().clone();
205 if (sname.getRealm() == null) {
H A DFileCredentialsCache.java82 fcc.primaryRealm = principal.getRealm();
156 primaryRealm = principal.getRealm();
186 primaryRealm = primaryPrincipal.getRealm();
/openjdk7/jdk/src/share/classes/javax/security/auth/kerberos/
H A DKerberosPrincipal.java180 public String getRealm() { method in class:KerberosPrincipal
244 oos.writeObject(krb5Principal.getRealm().asn1Encode());
/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DKrbAsReq.java103 if (cname.getRealm() == null) {
131 cname.getRealm(),
H A DKrbCred.java97 Realm realm = princ.getRealm();
99 Realm tgsRealm = tgService.getRealm();
H A DKrbTgsReq.java151 princName.getRealm(),
277 sname.getRealm(), // TO
H A DKrbPriv.java93 creds.client.getRealm()
H A DKrbSafe.java94 creds.client.getRealm()
H A DKrbAsReqBuilder.java102 if (cname.getRealm() == null) {
H A DKrbApReq.java211 tgs_creds.client.getRealm(),
H A DPrincipalName.java482 public Realm getRealm() { method in class:PrincipalName
/openjdk7/jdk/test/com/sun/net/httpserver/
H A DTest2.java120 if (!p.getRealm().equals("foobar@test.realm")) {
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DBasicLongCredentials.java105 if (!p.getRealm().equals(REALM)) {
/openjdk7/jdk/src/windows/classes/sun/security/krb5/internal/tools/
H A DKinitOptions.java149 if (principal.getRealm() == null) {
236 if (p.getRealm() == null)
H A DKtab.java258 if (pname.getRealm() == null) {
367 if (pname.getRealm() == null) {
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DKDC.java117 * <li> <code>getRealm</code>: Returns the realm name
341 public String getRealm() { method in class:KDC
511 pn = pn + "@" + getRealm();
530 pn = pn + "@" + getRealm();
541 if (s == null) s = getRealm();
652 service.setRealm(service.getRealm());
798 new Realm(getRealm()), service,
821 service.setRealm(service.getRealm());
829 body.cname.setRealm(getRealm());
1065 asReq.reqBody.cname.setRealm(getRealm());
[all...]
/openjdk7/jdk/test/java/net/Authenticator/
H A DDeadlock.java154 if (!p.getRealm().equals("foobar@test.realm")) {
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/ktab/
H A DKeyTab.java410 service.getRealm(),

Completed in 52 milliseconds