| | |
| | | return impl.getNewPassword(); |
| | | } |
| | | |
| | | public String getNewPasswordAsString() { |
| | | return impl.getNewPasswordAsString(); |
| | | } |
| | | |
| | | public ByteString getOldPassword() { |
| | | return impl.getOldPassword(); |
| | | } |
| | | |
| | | public String getOldPasswordAsString() { |
| | | return impl.getOldPasswordAsString(); |
| | | } |
| | | |
| | | public ByteString getUserIdentity() { |
| | | return impl.getUserIdentity(); |
| | | } |
| | |
| | | throw new UnsupportedOperationException(); |
| | | } |
| | | |
| | | public PasswordModifyExtendedRequest setNewPassword(String newPassword) { |
| | | public PasswordModifyExtendedRequest setNewPassword(char[] newPassword) { |
| | | throw new UnsupportedOperationException(); |
| | | } |
| | | |
| | |
| | | throw new UnsupportedOperationException(); |
| | | } |
| | | |
| | | public PasswordModifyExtendedRequest setOldPassword(String oldPassword) { |
| | | public PasswordModifyExtendedRequest setOldPassword(char[] oldPassword) { |
| | | throw new UnsupportedOperationException(); |
| | | } |
| | | |