| | |
| | | return impl.getPassword(); |
| | | } |
| | | |
| | | public String getPasswordAsString() { |
| | | return impl.getPasswordAsString(); |
| | | } |
| | | |
| | | public SimpleBindRequest setName(String name) |
| | | throws UnsupportedOperationException, NullPointerException { |
| | | throw new UnsupportedOperationException(); |
| | |
| | | throw new UnsupportedOperationException(); |
| | | } |
| | | |
| | | public SimpleBindRequest setPassword(String password) |
| | | public SimpleBindRequest setPassword(char[] password) |
| | | throws UnsupportedOperationException, NullPointerException { |
| | | throw new UnsupportedOperationException(); |
| | | } |