Searched refs:REALM_NULL (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DKrbAsReq.java104 throw new RealmException(Krb5.REALM_NULL,
H A DRealm.java110 throw new RealmException(Krb5.REALM_NULL);
140 throw new RealmException(Krb5.REALM_NULL);
173 throw new RealmException(Krb5.REALM_NULL);
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/
H A DKrb5.java276 public static final int REALM_NULL = 601; //Null realm name field in class:Krb5
368 errMsgList.put(REALM_NULL, "Null realm name");

Completed in 35 milliseconds