クラス AccountBaseUserEntityResolver
java.lang.Object
org.iplass.mtp.impl.auth.authenticate.AccountBaseUserEntityResolver
- すべての実装されたインタフェース:
UserEntityResolver
AccountHandleを元にUserEntityを作成するEntityResolver。
マッピング定義にしたがい、AccountHandleの属性をUserEntityにマップする。
デフォルト設定では、AccountHandleのCredentialのidをUser.accountIdおよびnameに、
unmodifiableUniqueKeyをUser.oidにセットする。
-
ネストされたクラスの概要
ネストされたクラス -
フィールドの概要
フィールド -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voidinited(AuthService service, AuthenticationProvider provider) searchUser(AccountHandle account) voidsetAttributeMapping(AccountBaseUserEntityResolver.AttributeMapping[] attributeMapping)
-
フィールド詳細
-
UNMODIFIABLE_UNIQUE_KEY_NAME
- 関連項目:
-
ID_NAME
- 関連項目:
-
-
コンストラクタの詳細
-
AccountBaseUserEntityResolver
public AccountBaseUserEntityResolver()
-
-
メソッドの詳細
-
getAttributeMapping
-
setAttributeMapping
-
inited
- 定義:
initedインタフェース内UserEntityResolver
-
searchUser
- 定義:
searchUserインタフェース内UserEntityResolver
-
getUnmodifiableUniqueKeyProperty
- 定義:
getUnmodifiableUniqueKeyPropertyインタフェース内UserEntityResolver
-