()
| 47 | public String getName() { return name_; } |
| 48 | |
| 49 | public String getShortName() throws InternalException { |
| 50 | try { |
| 51 | return kerberosName_.getShortName(); |
| 52 | } catch (IOException e) { |
| 53 | throw new InternalException( |
| 54 | "Error calling getShortName() for user: " + getName(), e); |
| 55 | } |
| 56 | } |
| 57 | |
| 58 | /* |
| 59 | * Returns the shortname for the user after applying auth_to_local |