クラス MetaPublicSubjectIdentifierType
java.lang.Object
org.iplass.mtp.impl.auth.oauth.MetaSubjectIdentifierType
org.iplass.mtp.impl.auth.oauth.subtypes.MetaPublicSubjectIdentifierType
- すべての実装されたインタフェース:
Serializable,org.iplass.mtp.impl.metadata.MetaData
clientに共通のsubjectIdを返すMetaSubjectIdentifierType。
subjectIdとしてoidやaccountIdなどを利用するが、
外部に生にその値を公開したくない場合はその値をハッシュするように設定することも可能。
- 関連項目:
-
ネストされたクラスの概要
ネストされたクラスクラスから継承されたネストされたクラス/インタフェース org.iplass.mtp.impl.auth.oauth.MetaSubjectIdentifierType
MetaSubjectIdentifierType.SubjectIdentifierTypeRuntime -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voidapplyConfig(SubjectIdentifierTypeDefinition subjectIdentifierType) booleanvoidsetHashing(boolean hashing) voidsetSubjectIdMappedUserProperty(String subjectIdMappedUserProperty) クラスから継承されたメソッド org.iplass.mtp.impl.auth.oauth.MetaSubjectIdentifierType
copy, createInstanceクラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitインタフェースから継承されたメソッド org.iplass.mtp.impl.metadata.MetaData
equals, hashCode
-
コンストラクタの詳細
-
MetaPublicSubjectIdentifierType
public MetaPublicSubjectIdentifierType()
-
-
メソッドの詳細
-
isHashing
public boolean isHashing() -
setHashing
public void setHashing(boolean hashing) -
getSubjectIdMappedUserProperty
-
setSubjectIdMappedUserProperty
-
createRuntime
- 定義:
createRuntimeクラス内MetaSubjectIdentifierType
-
applyConfig
- 定義:
applyConfigクラス内MetaSubjectIdentifierType
-
currentConfig
- 定義:
currentConfigクラス内MetaSubjectIdentifierType
-