修飾子とタイプ | フィールドと説明 |
---|---|
static String |
ACCOUNT_ROLE_PERMISSION_SELECTOR
非推奨です。
代替え定数はありません。
|
static String |
ATTR_MENU_DISPLAY
非推奨です。
代替え定数はありません。
|
static String |
ATTR_MENU_FOLDER_DISPLAY_METHOD
非推奨です。
代替え定数はありません。
|
static String |
ATTR_MOBILE_EASY_LOGIN
非推奨です。
代替え定数はありません。
|
static String |
ATTR_MOBILE_EASY_LOGIN_NONCE
非推奨です。
代替え定数はありません。
|
static String |
ATTR_MY_MENU_POSITION
非推奨です。
代替え定数はありません。
|
static String |
ATTR_REPORT_LIMIT_DAYS
非推奨です。
代替え定数はありません。
|
static String |
CRYPTION_CATEGORY_MOBILE_USER_AGENT
非推奨です。
代替え定数はありません。
|
コンストラクタと説明 |
---|
AccountManager(String groupId)
非推奨です。
AccountInfoManager を使用してください。 |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
addAccount(Account account)
非推奨です。
AccountInfoManager.addAccountInfo(jp.co.intra_mart.foundation.admin.account.model.AccountInfo) を使用してください。 |
void |
addAccountRole(String userId,
AccountRole accountRole)
非推奨です。
AccountInfoManager.addAccountRoleInfo(String, jp.co.intra_mart.foundation.admin.account.model.AccountRoleInfo) を使用してください。 |
static void |
clearInstance()
非推奨です。
代替メソッドはありません。
|
boolean |
contains(String userId)
非推奨です。
AccountInfoManager.contains(String) を使用してください。 |
int |
count()
非推奨です。
AccountInfoManager.getAccountInfoCount() を使用してください。 |
void |
deleteAccount(String userId)
非推奨です。
AccountInfoManager.deleteAccountInfo(String) を使用してください。 |
void |
deleteAccountRole(String userId,
String roleId)
非推奨です。
AccountInfoManager.deleteAccountRoleInfo(String, String) を使用してください。 |
void |
deleteAccountRoles(String userId)
非推奨です。
AccountInfoManager.deleteAccountRoleInfos(String) を使用してください。 |
void |
deleteAccounts()
非推奨です。
AccountInfoManager.deleteAccountInfos() を使用してください。 |
void |
deleteAttribute(String userId,
String name)
非推奨です。
AccountInfoManager.deleteAttribute(String, String) を使用してください。 |
Account |
getAccount(String userId)
非推奨です。
AccountInfoManager.getAccountInfo(String) を使用してください。 |
String[] |
getAccountRoleIds(String userId)
非推奨です。
AccountInfoManager.getAccountRoleIds(String) を使用してください。 |
AccountRole[] |
getAccountRoles(String userId)
非推奨です。
AccountInfoManager.getAccountRoleInfos(String) を使用してください。 |
AccountRole[] |
getAccountRoles(String userId,
Date date)
非推奨です。
AccountInfoManager.getAccountRoleInfos(String, Date) を使用してください。 |
Account[] |
getAccounts()
非推奨です。
AccountInfoManager.getAccountInfos() を使用してください。 |
Account[] |
getAccountsByUserIds(String[] userIds)
非推奨です。
AccountInfoManager.getAccountInfosByUserCds(String...) を使用してください。 |
String |
getAttribute(String userId,
String name)
非推奨です。
AccountInfoManager.getAttribute(String, String) を使用してください。 |
String |
getAttribute(String userId,
String name,
String def)
非推奨です。
AccountInfoManager.getAttribute(String, String, String) を使用してください。 |
String[] |
getAttributeNames(String userId)
非推奨です。
AccountInfoManager.getAttributeNames(String) を使用してください。 |
String |
getLoginGroupId()
非推奨です。
代替メソッドはありません。
|
String[] |
getRoleIds(String userId,
Date date)
非推奨です。
AccountInfoManager.getAccountRoleIdsRecursively(String, Date) を使用してください。 |
String[] |
getUserIds()
非推奨です。
AccountInfoManager.getUserCds() を使用してください。 |
String[] |
getUserIdsByAccountRole(String roleId)
非推奨です。
AccountInfoManager.getUserCdsByAccountRoleId(String) を使用してください。 |
String[] |
getUserIdsByAttribute(String key,
String value)
非推奨です。
AccountInfoManager.getUserCdsByAttribute(String, String) を使用してください。 |
String[] |
getUserIdsByRole(String roleId,
Date date)
非推奨です。
AccountInfoManager.getUserCdsByRoleId(String, Date) を使用してください。 |
boolean |
isUpdate(Date date)
非推奨です。
AccountInfoManager.isUpdate(Date) を使用してください。 |
Account[] |
searchAccounts(String userId)
非推奨です。
AccountInfoManager.searchAccountInfos(String) を使用してください。 |
void |
setAttribute(String userId,
String name,
String value)
非推奨です。
AccountInfoManager.setAttribute(String, String, String) を使用してください。 |
void |
updateAccount(Account account)
非推奨です。
AccountInfoManager.updateAccountInfo(jp.co.intra_mart.foundation.admin.account.model.AccountInfo) を使用してください。 |
void |
updateAccountRole(String userId,
AccountRole accountRole)
非推奨です。
AccountInfoManager.updateAccountRoleInfo(String, jp.co.intra_mart.foundation.admin.account.model.AccountRoleInfo) を使用してください。 |
public static final String ATTR_REPORT_LIMIT_DAYS
public static final String ATTR_MENU_DISPLAY
public static final String ATTR_MENU_FOLDER_DISPLAY_METHOD
public static final String ATTR_MY_MENU_POSITION
public static final String ATTR_MOBILE_EASY_LOGIN
public static final String ACCOUNT_ROLE_PERMISSION_SELECTOR
public static final String ATTR_MOBILE_EASY_LOGIN_NONCE
public static final String CRYPTION_CATEGORY_MOBILE_USER_AGENT
AccessSecurityManager.encrypt(String, String)
,
AccessSecurityManager.decrypt(String, String)
,
定数フィールド値public AccountManager(String groupId) throws jp.co.intra_mart.foundation.security.exception.AccessSecurityException
AccountInfoManager
を使用してください。groupId
- ログイングループIDjp.co.intra_mart.foundation.security.exception.AccessSecurityException
- ログイングループIDが不正な場合にスローされます。public static void clearInstance()
public void addAccount(Account account) throws jp.co.intra_mart.foundation.security.exception.AccessSecurityException
AccountInfoManager.addAccountInfo(jp.co.intra_mart.foundation.admin.account.model.AccountInfo)
を使用してください。account
- アカウント情報jp.co.intra_mart.foundation.security.exception.AccessSecurityException
- アカウント情報の作成に失敗した場合、または引数が不正な場合にスローされます。public void addAccountRole(String userId, AccountRole accountRole) throws jp.co.intra_mart.foundation.security.exception.AccessSecurityException
AccountInfoManager.addAccountRoleInfo(String, jp.co.intra_mart.foundation.admin.account.model.AccountRoleInfo)
を使用してください。userId
- 対象ユーザIDaccountRole
- アカウントロール情報jp.co.intra_mart.foundation.security.exception.AccessSecurityException
- アカウントロール情報の作成に失敗した場合、または引数が不正な場合にスローされます。public boolean contains(String userId) throws jp.co.intra_mart.foundation.security.exception.AccessSecurityException
AccountInfoManager.contains(String)
を使用してください。userId
- ユーザIDjp.co.intra_mart.foundation.security.exception.AccessSecurityException
- アカウント情報の取得に失敗した場合、または引数が不正な場合にスローされます。public int count() throws jp.co.intra_mart.foundation.security.exception.AccessSecurityException
AccountInfoManager.getAccountInfoCount()
を使用してください。jp.co.intra_mart.foundation.security.exception.AccessSecurityException
- アカウント情報の取得に失敗した場合に、スローされます。public void deleteAccount(String userId) throws jp.co.intra_mart.foundation.security.exception.AccessSecurityException
AccountInfoManager.deleteAccountInfo(String)
を使用してください。userId
- ユーザIDjp.co.intra_mart.foundation.security.exception.AccessSecurityException
- アカウント情報の削除に失敗した場合、または引数が不正な場合にスローされます。public void deleteAccountRole(String userId, String roleId) throws jp.co.intra_mart.foundation.security.exception.AccessSecurityException
AccountInfoManager.deleteAccountRoleInfo(String, String)
を使用してください。userId
- 対象ユーザIDroleId
- ロールIDjp.co.intra_mart.foundation.security.exception.AccessSecurityException
- アカウントロール情報の削除に失敗した場合、または引数が不正な場合にスローされます。public void deleteAccountRoles(String userId) throws jp.co.intra_mart.foundation.security.exception.AccessSecurityException
AccountInfoManager.deleteAccountRoleInfos(String)
を使用してください。userId
- 対象ユーザIDjp.co.intra_mart.foundation.security.exception.AccessSecurityException
- アカウントロール情報の削除に失敗した場合、または引数が不正な場合にスローされます。public void deleteAccounts() throws jp.co.intra_mart.foundation.security.exception.AccessSecurityException
AccountInfoManager.deleteAccountInfos()
を使用してください。jp.co.intra_mart.foundation.security.exception.AccessSecurityException
- アカウントの削除に失敗した場合にスローされます。public Account getAccount(String userId) throws jp.co.intra_mart.foundation.security.exception.AccessSecurityException
AccountInfoManager.getAccountInfo(String)
を使用してください。userId
- jp.co.intra_mart.foundation.security.exception.AccessSecurityException
- アカウントの取得に失敗した場合、または引数が不正な場合にスローされます。public String[] getAccountRoleIds(String userId) throws jp.co.intra_mart.foundation.security.exception.AccessSecurityException
AccountInfoManager.getAccountRoleIds(String)
を使用してください。userId
- 対象ユーザIDjp.co.intra_mart.foundation.security.exception.AccessSecurityException
- アカウントロール情報の取得に失敗した場合、または引数が不正な場合にスローされます。public AccountRole[] getAccountRoles(String userId) throws jp.co.intra_mart.foundation.security.exception.AccessSecurityException
AccountInfoManager.getAccountRoleInfos(String)
を使用してください。userId
- 対象ユーザIDjp.co.intra_mart.foundation.security.exception.AccessSecurityException
- アカウントロール情報の取得に失敗した場合、または引数が不正な場合にスローされます。public AccountRole[] getAccountRoles(String userId, Date date) throws jp.co.intra_mart.foundation.security.exception.AccessSecurityException
AccountInfoManager.getAccountRoleInfos(String, Date)
を使用してください。userId
- 対象ユーザIDdate
- 有効期間判定用の日付jp.co.intra_mart.foundation.security.exception.AccessSecurityException
- アカウントロール情報の取得に失敗した場合、または引数が不正な場合にスローされます。public Account[] getAccounts() throws jp.co.intra_mart.foundation.security.exception.AccessSecurityException
AccountInfoManager.getAccountInfos()
を使用してください。jp.co.intra_mart.foundation.security.exception.AccessSecurityException
- アカウント情報の取得に失敗した場合にスローされます。public Account[] getAccountsByUserIds(String[] userIds) throws jp.co.intra_mart.foundation.security.exception.AccessSecurityException
AccountInfoManager.getAccountInfosByUserCds(String...)
を使用してください。userIds
- ユーザIDの配列jp.co.intra_mart.foundation.security.exception.AccessSecurityException
- アカウント情報の取得に失敗した場合にスローされます。public String getLoginGroupId()
public String[] getRoleIds(String userId, Date date) throws jp.co.intra_mart.foundation.security.exception.AccessSecurityException
AccountInfoManager.getAccountRoleIdsRecursively(String, Date)
を使用してください。userId
- 対象ユーザIDdate
- 有効期間判定用の日付jp.co.intra_mart.foundation.security.exception.AccessSecurityException
- ロール情報の取得に失敗した場合、または引数が不正な場合にスローされます。public String[] getUserIds() throws jp.co.intra_mart.foundation.security.exception.AccessSecurityException
AccountInfoManager.getUserCds()
を使用してください。jp.co.intra_mart.foundation.security.exception.AccessSecurityException
- ユーザIDの取得に失敗した場合にスローされます。public String[] getUserIdsByAccountRole(String roleId) throws jp.co.intra_mart.foundation.security.exception.AccessSecurityException
AccountInfoManager.getUserCdsByAccountRoleId(String)
を使用してください。roleId
- String アカウントロールのロールIDjp.co.intra_mart.foundation.security.exception.AccessSecurityException
- アカウント情報の取得に失敗した場合、または引数が不正な場合にスローされます。public String[] getUserIdsByRole(String roleId, Date date) throws jp.co.intra_mart.foundation.security.exception.AccessSecurityException
AccountInfoManager.getUserCdsByRoleId(String, Date)
を使用してください。roleId
- ロールIDdate
- 有効期間判定用の日付jp.co.intra_mart.foundation.security.exception.AccessSecurityException
- アカウント情報の取得に失敗した場合、または引数が不正な場合にスローされます。public Account[] searchAccounts(String userId) throws jp.co.intra_mart.foundation.security.exception.AccessSecurityException
AccountInfoManager.searchAccountInfos(String)
を使用してください。userId
- 検索キーjp.co.intra_mart.foundation.security.exception.AccessSecurityException
- アカウントの取得に失敗した場合、または引数が不正な場合にスローされます。public void updateAccount(Account account) throws jp.co.intra_mart.foundation.security.exception.AccessSecurityException
AccountInfoManager.updateAccountInfo(jp.co.intra_mart.foundation.admin.account.model.AccountInfo)
を使用してください。account
- アカウント情報jp.co.intra_mart.foundation.security.exception.AccessSecurityException
- アカウントの更新に失敗した場合、または引数が不正な場合にスローされます。public void updateAccountRole(String userId, AccountRole accountRole) throws jp.co.intra_mart.foundation.security.exception.AccessSecurityException
AccountInfoManager.updateAccountRoleInfo(String, jp.co.intra_mart.foundation.admin.account.model.AccountRoleInfo)
を使用してください。userId
- 対象ユーザIDaccountRole
- アカウントロール情報jp.co.intra_mart.foundation.security.exception.AccessSecurityException
- アカウントロール情報の更新に失敗した場合、または引数が不正な場合にスローされます。public String getAttribute(String userId, String name) throws jp.co.intra_mart.foundation.security.exception.AccessSecurityException
AccountInfoManager.getAttribute(String, String)
を使用してください。userId
- ユーザIDname
- 属性名jp.co.intra_mart.foundation.security.exception.AccessSecurityException
- アカウント属性情報の取得に失敗した場合、または引数が不正な場合にスローされます。public String getAttribute(String userId, String name, String def) throws jp.co.intra_mart.foundation.security.exception.AccessSecurityException
AccountInfoManager.getAttribute(String, String, String)
を使用してください。userId
- ユーザIDname
- 属性名def
- デフォルト値jp.co.intra_mart.foundation.security.exception.AccessSecurityException
- アカウント属性情報の取得に失敗した場合、または引数が不正な場合にスローされます。public String[] getAttributeNames(String userId) throws jp.co.intra_mart.foundation.security.exception.AccessSecurityException
AccountInfoManager.getAttributeNames(String)
を使用してください。userId
- ユーザIDjp.co.intra_mart.foundation.security.exception.AccessSecurityException
- アカウント属性情報の取得に失敗した場合、または引数が不正な場合にスローされます。public void setAttribute(String userId, String name, String value) throws jp.co.intra_mart.foundation.security.exception.AccessSecurityException
AccountInfoManager.setAttribute(String, String, String)
を使用してください。userId
- ユーザIDname
- 属性名value
- 属性値jp.co.intra_mart.foundation.security.exception.AccessSecurityException
- アカウント情報の設定に失敗した場合、または引数が不正な場合にスローされます。public void deleteAttribute(String userId, String name) throws jp.co.intra_mart.foundation.security.exception.AccessSecurityException
AccountInfoManager.deleteAttribute(String, String)
を使用してください。userId
- ユーザIDname
- 属性名jp.co.intra_mart.foundation.security.exception.AccessSecurityException
- アカウント属性情報の削除に失敗した場合、または引数が不正な場合にスローされます。public String[] getUserIdsByAttribute(String key, String value) throws jp.co.intra_mart.foundation.security.exception.AccessSecurityException
AccountInfoManager.getUserCdsByAttribute(String, String)
を使用してください。key
- 検索対象の属性キー名value
- 検索値jp.co.intra_mart.foundation.security.exception.AccessSecurityException
- アカウント属性情報の取得に失敗した場合スローされます。public boolean isUpdate(Date date) throws jp.co.intra_mart.foundation.security.exception.AccessSecurityException
AccountInfoManager.isUpdate(Date)
を使用してください。date
- チェック日付jp.co.intra_mart.foundation.security.exception.AccessSecurityException
- 更新チェックに失敗した場合スローされます。Copyright © 2012 NTT DATA INTRAMART CORPORATION