public interface AccessControlTargetMap
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AccessControlTarget[] |
getAccessControlTarget(Area area,
java.lang.String command)
指定されたエリアとコマンドに対する権限制御対象情報を取得する
|
AccessControlTarget[] |
getAccessControlTarget(Area area,
VirtualComponent component)
指定されたエリアとコンポーネントに対する権限制御対象情報を取得する
|
AccessControlTarget[] |
getAccessControlTarget(Area area,
VirtualComponent component,
java.lang.String menuitem)
指定されたエリアとコンポーネント、メニュー項目に対する権限制御対象情報を取得する
|
AccessControlTarget[] getAccessControlTarget(Area area, VirtualComponent component)
area - 対象エリアcomponent - 対象コンポーネントAccessControlTarget[] getAccessControlTarget(Area area, VirtualComponent component, java.lang.String menuitem)
area - 対象エリアcomponent - 対象コンポーネントmenuitem - 対象メニュー項目AccessControlTarget[] getAccessControlTarget(Area area, java.lang.String command)
area - 対象エリアcommand - 対象コマンド