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

/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DKrbTgsReq.java98 throw new KrbException(Krb5.KRB_AP_ERR_REQ_OPTIONS);
102 throw new KrbException(Krb5.KRB_AP_ERR_REQ_OPTIONS);
106 throw new KrbException(Krb5.KRB_AP_ERR_REQ_OPTIONS);
110 throw new KrbException(Krb5.KRB_AP_ERR_REQ_OPTIONS);
114 throw new KrbException(Krb5.KRB_AP_ERR_REQ_OPTIONS);
118 throw new KrbException(Krb5.KRB_AP_ERR_REQ_OPTIONS);
123 throw new KrbException(Krb5.KRB_AP_ERR_REQ_OPTIONS);
129 throw new KrbException(Krb5.KRB_AP_ERR_REQ_OPTIONS);
135 throw new KrbException(Krb5.KRB_AP_ERR_REQ_OPTIONS);
H A DKrbAsReq.java77 throw new KrbException(Krb5.KRB_AP_ERR_REQ_OPTIONS);
81 // throw new KrbException(Krb5.KRB_AP_ERR_REQ_OPTIONS);
87 // throw new KrbException(Krb5.KRB_AP_ERR_REQ_OPTIONS);
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/
H A DKrb5.java268 public static final int KRB_AP_ERR_REQ_OPTIONS = 101; //Invalid TGS_REQ field in class:Krb5
386 errMsgList.put(KRB_AP_ERR_REQ_OPTIONS, "Invalid option setting in ticket request.");

Completed in 31 milliseconds