クラス PairwiseSubjectIdentifierTypeDefinition

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

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

    コンストラクタ 
    コンストラクタ 説明
    PairwiseSubjectIdentifierTypeDefinition()  
  • メソッドの概要

    修飾子とタイプ メソッド 説明
    java.lang.String getSubjectIdMappedUserProperty()  
    void setSubjectIdMappedUserProperty​(java.lang.String subjectIdMappedUserProperty)
    ハッシュ値の元となるUserエンティティのプロパティを指定します。

    クラスから継承されたメソッド java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • コンストラクタの詳細

  • メソッドの詳細

    • getSubjectIdMappedUserProperty

      public java.lang.String getSubjectIdMappedUserProperty()
    • setSubjectIdMappedUserProperty

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