public class MetaPublicSubjectIdentifierType extends MetaSubjectIdentifierType
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
MetaPublicSubjectIdentifierType.PublicSubjectIdentifierTypeRuntime |
MetaSubjectIdentifierType.SubjectIdentifierTypeRuntime| コンストラクタと説明 |
|---|
MetaPublicSubjectIdentifierType() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
applyConfig(SubjectIdentifierTypeDefinition subjectIdentifierType) |
MetaPublicSubjectIdentifierType.PublicSubjectIdentifierTypeRuntime |
createRuntime() |
SubjectIdentifierTypeDefinition |
currentConfig() |
java.lang.String |
getSubjectIdMappedUserProperty() |
boolean |
isHashing() |
void |
setHashing(boolean hashing) |
void |
setSubjectIdMappedUserProperty(java.lang.String subjectIdMappedUserProperty) |
copy, createInstancepublic boolean isHashing()
public void setHashing(boolean hashing)
public java.lang.String getSubjectIdMappedUserProperty()
public void setSubjectIdMappedUserProperty(java.lang.String subjectIdMappedUserProperty)
public MetaPublicSubjectIdentifierType.PublicSubjectIdentifierTypeRuntime createRuntime()
createRuntime クラス内 MetaSubjectIdentifierTypepublic void applyConfig(SubjectIdentifierTypeDefinition subjectIdentifierType)
applyConfig クラス内 MetaSubjectIdentifierTypepublic SubjectIdentifierTypeDefinition currentConfig()
currentConfig クラス内 MetaSubjectIdentifierType