クラス DefaultSaml2AuthenticatedPrincipal
java.lang.ObjectSE
org.springframework.security.saml2.provider.service.authentication.DefaultSaml2AuthenticatedPrincipal
- 実装されているすべてのインターフェース:
SerializableSE、AuthenticatedPrincipal、Saml2AuthenticatedPrincipal
@DeprecatedSE
public class DefaultSaml2AuthenticatedPrincipal
extends ObjectSE
implements Saml2AuthenticatedPrincipal, SerializableSE
使用すべきではありません。
Saml2AuthenticatedPrincipal のデフォルトの実装。- 導入:
- 5.4
- 関連事項:
コンストラクターの概要
コンストラクターコンストラクター説明使用すべきではありません。DefaultSaml2AuthenticatedPrincipal(StringSE name, MapSE<StringSE, ListSE<ObjectSE>> attributes, ListSE<StringSE> sessionIndexes) 使用すべきではありません。DefaultSaml2AuthenticatedPrincipal(StringSE name, Saml2ResponseAssertionAccessor assertion) 使用すべきではありません。メソッドのサマリー
修飾子と型メソッド説明boolean使用すべきではありません。使用すべきではありません。Saml2 トークン属性を取得するgetName()使用すべきではありません。認証されたPrincipalの名前を返します。使用すべきではありません。RelyingPartyRegistration識別子を取得します使用すべきではありません。inthashCode()使用すべきではありません。voidsetRelyingPartyRegistrationId(StringSE registrationId) 使用すべきではありません。クラス java.lang.ObjectSE から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース org.springframework.security.saml2.provider.service.authentication.Saml2AuthenticatedPrincipal から継承されたメソッド
getAttribute, getFirstAttribute
コンストラクターの詳細
DefaultSaml2AuthenticatedPrincipal
public DefaultSaml2AuthenticatedPrincipal(StringSE name, MapSE<StringSE, ListSE<ObjectSE>> attributes) 使用すべきではありません。DefaultSaml2AuthenticatedPrincipal
public DefaultSaml2AuthenticatedPrincipal(StringSE name, MapSE<StringSE, ListSE<ObjectSE>> attributes, ListSE<StringSE> sessionIndexes) 使用すべきではありません。DefaultSaml2AuthenticatedPrincipal
使用すべきではありません。
メソッドの詳細
getName
使用すべきではありません。インターフェースからコピーされた説明:AuthenticatedPrincipal認証されたPrincipalの名前を返します。非null。- 次で指定:
- インターフェース
AuthenticatedPrincipalのgetName - 戻り値:
- 認証された
Principalの名前
getAttributes
使用すべきではありません。インターフェースからコピーされた説明:Saml2AuthenticatedPrincipalSaml2 トークン属性を取得する- 次で指定:
- インターフェース
Saml2AuthenticatedPrincipalのgetAttributes - 戻り値:
- Saml2 トークン属性
getSessionIndexes
使用すべきではありません。- 次で指定:
- インターフェース
Saml2AuthenticatedPrincipalのgetSessionIndexes
getRelyingPartyRegistrationId
使用すべきではありません。インターフェースからコピーされた説明:Saml2AuthenticatedPrincipalRelyingPartyRegistration識別子を取得します- 次で指定:
- インターフェース
Saml2AuthenticatedPrincipalのgetRelyingPartyRegistrationId - 戻り値:
RelyingPartyRegistration識別子
setRelyingPartyRegistrationId
使用すべきではありません。equals
使用すべきではありません。hashCode
public int hashCode()使用すべきではありません。
Saml2ResponseAssertionAccessorをご利用ください