jdk/src/share/classes/com/sun/security/auth/module/Krb5LoginModule.java
changeset 14199 ed2d2261dfbc
parent 14030 8dc91f5c3d67
child 14342 8435a30053c1
equal deleted inserted replaced
14198:071fd6fd257d 14199:ed2d2261dfbc
   800             }
   800             }
   801         }
   801         }
   802 
   802 
   803         if (doNotPrompt) {
   803         if (doNotPrompt) {
   804             throw new LoginException
   804             throw new LoginException
   805                 ("Unable to obtain Princpal Name for authentication ");
   805                 ("Unable to obtain Principal Name for authentication ");
   806         } else {
   806         } else {
   807             if (callbackHandler == null)
   807             if (callbackHandler == null)
   808                 throw new LoginException("No CallbackHandler "
   808                 throw new LoginException("No CallbackHandler "
   809                                          + "available "
   809                                          + "available "
   810                                          + "to garner authentication "
   810                                          + "to garner authentication "