Searched refs:RealmException (Results 1 - 25 of 28) sorted by relevance

12

/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DRealmException.java34 public class RealmException extends KrbException { class in inherits:KrbException
38 public RealmException(int i) { method in class:RealmException
42 public RealmException(String s) { method in class:RealmException
46 public RealmException(int i, String s) { method in class:RealmException
H A DServiceName.java38 public ServiceName(String name, int type) throws RealmException {
42 public ServiceName(String name) throws RealmException {
46 public ServiceName(String name, String realm) throws RealmException {
H A DRealm.java57 public Realm(String name) throws RealmException {
101 * @exception RealmException if an error occurs while parsing a Realm object.
104 throws Asn1Exception, RealmException, IOException {
110 throw new RealmException(Krb5.REALM_NULL);
112 throw new RealmException(Krb5.REALM_ILLCHAR);
120 throws RealmException {
140 throw new RealmException(Krb5.REALM_NULL);
142 throw new RealmException(Krb5.REALM_ILLCHAR);
168 protected static String parseRealm(String name) throws RealmException {
173 throw new RealmException(Krb
[all...]
H A DPrincipalName.java354 throws RealmException {
367 RealmException re =
368 new RealmException(e.getMessage());
431 public PrincipalName(String name) throws RealmException {
435 public PrincipalName(String name, String realm) throws RealmException {
486 public void setRealm(Realm new_nameRealm) throws RealmException {
490 public void setRealm(String realmsString) throws RealmException {
H A DKrbAsReq.java104 throw new RealmException(Krb5.REALM_NULL,
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/
H A DASRep.java37 import sun.security.krb5.RealmException;
54 RealmException, KrbApErrException, IOException {
59 RealmException, KrbApErrException, IOException {
64 RealmException, KrbApErrException, IOException {
H A DTGSRep.java35 import sun.security.krb5.RealmException;
55 RealmException, KrbApErrException, IOException {
60 RealmException, KrbApErrException, IOException {
65 RealmException, KrbApErrException, IOException {
H A DTicket.java37 import sun.security.krb5.RealmException;
91 RealmException, KrbApErrException, IOException {
96 RealmException, KrbApErrException, IOException {
106 * @exception RealmException if an error occurs while parsing a Realm object.
110 RealmException, KrbApErrException, IOException {
166 public static Ticket parse(DerInputStream data, byte explicitTag, boolean optional) throws Asn1Exception, IOException, RealmException, KrbApErrException {
H A DKRBCred.java35 import sun.security.krb5.RealmException;
83 RealmException, KrbApErrException, IOException {
88 RealmException, KrbApErrException, IOException {
99 * @exception RealmException if an error occurs while parsing a Realm object.
102 RealmException, KrbApErrException, IOException {
H A DKRBSafe.java35 import sun.security.krb5.RealmException;
73 RealmException, KrbApErrException, IOException {
78 RealmException, KrbApErrException, IOException {
87 * @exception RealmException if an error occurs while parsing a Realm object.
92 RealmException, KrbApErrException, IOException {
H A DAPReq.java76 public APReq(byte[] data) throws Asn1Exception, IOException, KrbApErrException, RealmException {
80 public APReq(DerValue encoding) throws Asn1Exception, IOException, KrbApErrException, RealmException {
90 * @exception RealmException if an error occurs while parsing a Realm object.
93 IOException, KrbApErrException, RealmException {
H A DEncKrbCredPart.java35 import sun.security.krb5.RealmException;
94 IOException, RealmException {
99 IOException, RealmException {
108 * @exception RealmException if an error occurs while parsing a Realm object.
111 IOException, RealmException {
H A DAuthenticator.java94 throws Asn1Exception, IOException, KrbApErrException, RealmException {
99 throws Asn1Exception, IOException, KrbApErrException, RealmException {
110 * @exception RealmException if an error occurs while parsing a Realm object.
113 throws Asn1Exception, IOException, KrbApErrException, RealmException {
H A DEncKDCRepPart.java115 throws Asn1Exception, IOException, RealmException {
120 throws Asn1Exception, IOException, RealmException {
131 * @exception RealmException if an error occurs while decoding an Realm object.
134 throws Asn1Exception, IOException, RealmException {
H A DKDCRep.java103 KrbApErrException, RealmException, IOException {
108 RealmException, KrbApErrException, IOException {
115 IOException, KrbException, RealmException {
126 * @exception RealmException if an error occurs while constructing
133 throws Asn1Exception, RealmException, IOException,
H A DKRBError.java39 import sun.security.krb5.RealmException;
189 RealmException, KrbApErrException, IOException {
195 RealmException, KrbApErrException, IOException {
311 * @exception RealmException if an error occurs while parsing a Realm object.
314 RealmException, KrbApErrException, IOException {
H A DEncTicketPart.java118 * @exception RealmException if an error occurs while parsing a Realm object.
137 throws Asn1Exception, IOException, RealmException {
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/ktab/
H A DKeyTabInputStream.java37 import sun.security.krb5.RealmException;
65 KeyTabEntry readEntry(int entryLen, int ktVersion) throws IOException, RealmException {
111 throw new RealmException("Keytab is corrupted");
H A DKeyTab.java248 throws IOException, RealmException {
433 throws IOException, RealmException {
442 throws IOException, RealmException {
/openjdk7/jdk/src/share/classes/javax/security/auth/kerberos/
H A DKeyTab.java33 import sun.security.krb5.RealmException;
173 } catch (RealmException re) {
/openjdk7/jdk/src/windows/classes/sun/security/krb5/internal/tools/
H A DKinitOptions.java74 public KinitOptions() throws RuntimeException, RealmException {
84 public void setKDCRealm(String r) throws RealmException {
222 } catch (RealmException e) {
239 } catch (RealmException e) {
H A DKinit.java139 * @exception RealmException if the Realm could not be instantiated.
143 throws IOException, RealmException, KrbException {
H A DKlist.java284 } catch (RealmException e) {
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/ccache/
H A DCredentials.java144 } catch (RealmException e) {
150 } catch (RealmException e) {
204 public PrincipalName getServicePrincipal() throws RealmException {
H A DCCacheInputStream.java115 public PrincipalName readPrincipal(int version) throws IOException, RealmException {
342 Credentials readCred(int version) throws IOException,RealmException, KrbApErrException, Asn1Exception {

Completed in 78 milliseconds

12