| | |
| | | * |
| | | * @param authenticationID |
| | | * The authentication ID of the user. |
| | | * @return This bind request. |
| | | * @return This bind request |
| | | * @throws UnsupportedOperationException |
| | | * If this bind request does not permit the authentication ID to be |
| | | * set.. |
| | | * @throws LocalizedIllegalArgumentException |
| | | * If {@code authenticationID} was non-empty and did not contain a |
| | | * valid authorization ID type. |
| | |
| | | * If {@code authenticationID} was {@code null}. |
| | | */ |
| | | CRAMMD5SASLBindRequest setAuthenticationID(String authenticationID) |
| | | throws LocalizedIllegalArgumentException, NullPointerException; |
| | | throws UnsupportedOperationException, LocalizedIllegalArgumentException, |
| | | NullPointerException; |
| | | |
| | | |
| | | |