パッケージ com.handywedge.role
クラス FWRoleManagerImpl
- java.lang.Object
-
- com.handywedge.role.FWRoleManagerImpl
-
- すべての実装されたインタフェース:
com.handywedge.role.FWRoleManager
@ApplicationScoped public class FWRoleManagerImpl extends Object implements com.handywedge.role.FWRoleManager
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 FWRoleManagerImpl()
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 com.handywedge.role.FWActioncheckAction(String preStatus, String postStatus)com.handywedge.role.FWActioncheckAction(String preStatus, String postStatus, String role)List<String>getActions(String currentStatus)List<String>getActions(String currentStatus, String role)booleanisAccessAllow()
-
-
-
メソッドの詳細
-
getActions
public List<String> getActions(String currentStatus)
- 定義:
getActionsインタフェース内com.handywedge.role.FWRoleManager
-
getActions
public List<String> getActions(String currentStatus, String role)
- 定義:
getActionsインタフェース内com.handywedge.role.FWRoleManager
-
checkAction
public com.handywedge.role.FWAction checkAction(String preStatus, String postStatus) throws com.handywedge.role.FWRoleException
- 定義:
checkActionインタフェース内com.handywedge.role.FWRoleManager- 例外:
com.handywedge.role.FWRoleException
-
checkAction
public com.handywedge.role.FWAction checkAction(String preStatus, String postStatus, String role) throws com.handywedge.role.FWRoleException
- 定義:
checkActionインタフェース内com.handywedge.role.FWRoleManager- 例外:
com.handywedge.role.FWRoleException
-
isAccessAllow
public boolean isAccessAllow()
- 定義:
isAccessAllowインタフェース内com.handywedge.role.FWRoleManager
-
-