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


public interface FSRealmAttributePlugin

The interface FSRealmAttributePlugin 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.


メソッドの概要
 List getAttributeStatements(String realm, String hostProviderID, String remoteProviderID, FSSubject subject, Object token)
          Gets the list of AttributeStatements.
 

メソッドの詳細

getAttributeStatements

List getAttributeStatements(String realm,
                            String hostProviderID,
                            String remoteProviderID,
                            FSSubject subject,
                            Object token)
Gets the list of AttributeStatements.

パラメータ:
realm - The realm under which the entity resides
hostProviderID - Hosted ProviderID.
remoteProviderID - Remote ProviderID.
subject - FSSubject to use in the statements
token - session object
戻り値:
List A list of SAML AttributeStatements.