パッケージ com.handywedge.role

クラス FWRoleManagerImpl

  • すべての実装されたインタフェース:
    com.handywedge.role.FWRoleManager

    @ApplicationScoped
    public class FWRoleManagerImpl
    extends Object
    implements com.handywedge.role.FWRoleManager
    • コンストラクタの詳細

      • FWRoleManagerImpl

        public FWRoleManagerImpl()
    • メソッドの詳細

      • 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