clearPrivileges

指定されたターゲット (ユーザーなど) の特権をクリアします。

Cloud および 統合アプライアンス に適用されます。

パラメーター:

target
指定されたターゲット。
戻り:
指定されたターゲットの特権がクリアされた場合は true。

例:

以下のコードは、ユーザーを作成するための SOAP 要求の例です。
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:sec="http://www.approuter.com/schemas/2008/1/security">
 <soapenv:Header>
  <sec:sessionId>B87CDEE24C7AE5EE4B1C00158EBC483D</sec:sessionId>
 </soapenv:Header>
 <soapenv:Body>
  <sec:clearPrivileges>
   <sec:target>pubuser</sec:target>
  </sec:clearPrivileges>
 </soapenv:Body>
</soapenv:Envelope>
以下のコードは、要求に対する SOAP 応答です。
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
 <S:Body>
  <ns2:clearPrivilegesResponse xmlns:ns2="http://www.approuter.com/
  schemas/2008/1/security" xmlns:ns3="http://www.approuter.com/schema/
  router/1000/security/03">
   <return>true</return>
  </ns2:clearPrivilegesResponse>
 </S:Body>
</S:Envelope>



フィードバック | 特記事項


タイム・スタンプ・アイコン 最終更新: 2013年11月7日 (木曜日)


http://pic.dhe.ibm.com/infocenter/wci/v7r0m0/topic/com.ibm.wci.api.doc/ci00008.html