| | |
| | | * |
| | | * |
| | | * Copyright 2006-2009 Sun Microsystems, Inc. |
| | | * Portions Copyright 2011 ForgeRock AS |
| | | */ |
| | | package org.opends.server.extensions; |
| | | |
| | |
| | | import java.util.HashSet; |
| | | import java.util.Set; |
| | | |
| | | import org.opends.messages.Message; |
| | | import org.opends.server.admin.std.server.WhoAmIExtendedOperationHandlerCfg; |
| | | import org.opends.server.api.ClientConnection; |
| | | import org.opends.server.api.ExtendedOperationHandler; |
| | |
| | | } |
| | | |
| | | operation.setResponseValue(ByteString.valueOf(authzID)); |
| | | operation.appendAdditionalLogMessage( |
| | | Message.raw("authzID=\"" + authzID + "\"")); |
| | | operation.addAdditionalLogItem(AdditionalLogItem.quotedKeyValue( |
| | | getClass(), "authzID", authzID)); |
| | | operation.setResultCode(ResultCode.SUCCESS); |
| | | } |
| | | |