クラス PairwiseSubjectIdentifierTypeDefinition

java.lang.Object
org.iplass.mtp.auth.oauth.definition.SubjectIdentifierTypeDefinition
org.iplass.mtp.auth.oauth.definition.subtypes.PairwiseSubjectIdentifierTypeDefinition
すべての実装されたインタフェース:
Serializable

public class PairwiseSubjectIdentifierTypeDefinition extends SubjectIdentifierTypeDefinition
client毎に異なるsubjectIdが付与されるSubjectIdentifierType定義です。 特定のユーザー単位のIDをベースにclient毎にそのハッシュ値を返却します。
関連項目:
  • コンストラクタの詳細

    • PairwiseSubjectIdentifierTypeDefinition

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

    • getSubjectIdMappedUserProperty

      public String getSubjectIdMappedUserProperty()
    • setSubjectIdMappedUserProperty

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