Class PairwiseSubjectIdentifierTypeDefinition

java.lang.Object
org.iplass.mtp.auth.oauth.definition.SubjectIdentifierTypeDefinition
org.iplass.mtp.auth.oauth.definition.subtypes.PairwiseSubjectIdentifierTypeDefinition
All Implemented Interfaces:
Serializable

public class PairwiseSubjectIdentifierTypeDefinition extends SubjectIdentifierTypeDefinition
client毎に異なるsubjectIdが付与されるSubjectIdentifierType定義です。 特定のユーザー単位のIDをベースにclient毎にそのハッシュ値を返却します。
See Also:
  • Constructor Details

    • PairwiseSubjectIdentifierTypeDefinition

      public PairwiseSubjectIdentifierTypeDefinition()
  • Method Details

    • getSubjectIdMappedUserProperty

      public String getSubjectIdMappedUserProperty()
    • setSubjectIdMappedUserProperty

      public void setSubjectIdMappedUserProperty(String subjectIdMappedUserProperty)
      ハッシュ値の元となるUserエンティティのプロパティを指定します。 当該プロパティの値はユーザー単位にユニークである必要があります。
      Parameters:
      subjectIdMappedUserProperty -