| | |
| | | public class BindRequestProtocolOp |
| | | extends ProtocolOp |
| | | { |
| | | |
| | | |
| | | |
| | | // The bind DN for this request. |
| | | private ASN1OctetString dn; |
| | | |
| | |
| | | |
| | | |
| | | /** |
| | | * Specifies the authentication type for this bind request. |
| | | * |
| | | * @param authenticationType The authentication type for this bind request. |
| | | */ |
| | | public void setAuthenticationType(AuthenticationType authenticationType) |
| | | { |
| | | this.authenticationType = authenticationType; |
| | | } |
| | | |
| | | |
| | | |
| | | /** |
| | | * Retrieves the simple authentication password for this bind request. |
| | | * |
| | | * @return The simple authentication password for this bind request, or |