ページの先頭行へ戻る
Interstage Application Server シングル・サインオン運用ガイド
Interstage

B.3 ユーザ情報をSSOリポジトリから削除する

  本記述例では、次の環境を想定しています。ご使用の環境にあわせて変更してください。

ユーザプログラムの記述

          【前理】
String dn = "cn=" + user + ",ou=User,ou=interstage,o=fujitsu,dc=com";
ctx.destroySubcontext(dn);
【後処理】