com.sun.identity.federation.services
インタフェース FSAttributePlugin


推奨されていません。 This SPI is deprecated.

public interface FSAttributePlugin

The interface FSAttributePlugin is a plugin for adding the AttributeStatements into the Assertion by the Identity Provider during the Single Sign-on process. The implementation of this plugin must return list of SAML AttributeStatements.

関連項目:
FSRealmAttributePlugin

メソッドの概要
 List getAttributeStatements(String hostProviderID, String remoteProviderID, FSSubject subject, Object token)
          推奨されていません。 This method is deprecated.
 

メソッドの詳細

getAttributeStatements

List getAttributeStatements(String hostProviderID,
                            String remoteProviderID,
                            FSSubject subject,
                            Object token)
推奨されていません。 This method is deprecated.

Gets the list of AttributeStatements.

パラメータ:
hostProviderID - Hosted ProviderID.
remoteProviderID - Remote ProviderID.
subject - FSSubject to use in the statements
token - session object
戻り値:
List A list of SAML AttributeStatements.
関連項目:
FSRealmAttributePlugin