|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
public interface AttributeMapper
The class AttributeMapper is an interface that is
implemented to get SSO information and map partner attributes to
OpenSSO attributes.
A different implementation of the interface may be developed for different
partner. The mapping between the partner source ID and the implementation
class are configured at the Trusted Partner Sites field
in SAML service.
| メソッドの概要 | |
|---|---|
List |
getAttributes(AttributeQuery query,
String sourceID,
Object token)
Returns Attributes for the user. |
Assertion |
getSSOAssertion(AttributeQuery query)
Returns the Assertion that contains Authentication information that can be used to obtain single sign on token. |
String |
getSSOTokenID(AttributeQuery query)
Returns the single sign on token id to OpenSSO from the query. |
| メソッドの詳細 |
|---|
String getSSOTokenID(AttributeQuery query)
query - The received AttributeQuery.
Assertion getSSOAssertion(AttributeQuery query)
query - The received AttributeQuery.
List getAttributes(AttributeQuery query,
String sourceID,
Object token)
throws SAMLException
query - The received AttributeQuery.sourceID - source ID for the site from which the query originated.token - User' session to retrieve the attributes.
SAMLException - if an error occurs
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||