| | |
| | | super(newHashSet(OID_PROXIED_AUTH_V1, OID_PROXIED_AUTH_V2)); |
| | | } |
| | | |
| | | /** {@inheritDoc} */ |
| | | @Override |
| | | public void initializeExtendedOperationHandler( |
| | | WhoAmIExtendedOperationHandlerCfg config) |
| | |
| | | super.initializeExtendedOperationHandler(config); |
| | | } |
| | | |
| | | /** {@inheritDoc} */ |
| | | @Override |
| | | public void processExtendedOperation(ExtendedOperation operation) |
| | | { |
| | |
| | | return; |
| | | } |
| | | |
| | | |
| | | // Get the authorization DN for the operation and add it to the response |
| | | // value. |
| | | String authzID; |
| | |
| | | operation.setResultCode(ResultCode.SUCCESS); |
| | | } |
| | | |
| | | /** {@inheritDoc} */ |
| | | @Override |
| | | public String getExtendedOperationOID() |
| | | { |
| | | return OID_WHO_AM_I_REQUEST; |
| | | } |
| | | |
| | | /** {@inheritDoc} */ |
| | | @Override |
| | | public String getExtendedOperationName() |
| | | { |