|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
PartnerSiteAttributeMapper instead.
public interface SiteAttributeMapper
This interface needs to be implemented by partner site to return a
list of Attribute objects which they want returned
as AttributeStatements elements, as part of the
Authentication Assertion returned to the partner during the
SSO scenario of Browser Artifact and POST profile.
Different partner would need to have a different implementation
of the interface. The mappings between the partner source ID and
the implementation class are configured at the Partner URLs
field in SAML service.
PartnerSiteAttributeMapper| メソッドの概要 | |
|---|---|
List |
getAttributes(Object token)
推奨されていません。 Returns List of Attribute objects |
| メソッドの詳細 |
|---|
List getAttributes(Object token)
throws SAMLException
List of Attribute objects
token - User's session.
List if Attribute objects.
Attribute is defined in the SAML SDK as part of
com.sun.identity.saml.assertion package.
SAMLException - if attributes cannot be obtained.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||