Class PairwiseSubjectIdentifierTypeDefinition
java.lang.Object
org.iplass.mtp.auth.oauth.definition.SubjectIdentifierTypeDefinition
org.iplass.mtp.auth.oauth.definition.subtypes.PairwiseSubjectIdentifierTypeDefinition
- All Implemented Interfaces:
Serializable
client毎に異なるsubjectIdが付与されるSubjectIdentifierType定義です。
特定のユーザー単位のIDをベースにclient毎にそのハッシュ値を返却します。
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setSubjectIdMappedUserProperty
(String subjectIdMappedUserProperty) ハッシュ値の元となるUserエンティティのプロパティを指定します。 当該プロパティの値はユーザー単位にユニークである必要があります。
-
Constructor Details
-
PairwiseSubjectIdentifierTypeDefinition
public PairwiseSubjectIdentifierTypeDefinition()
-
-
Method Details
-
getSubjectIdMappedUserProperty
-
setSubjectIdMappedUserProperty
ハッシュ値の元となるUserエンティティのプロパティを指定します。 当該プロパティの値はユーザー単位にユニークである必要があります。- Parameters:
subjectIdMappedUserProperty
-
-