com.sun.identity.federation.services
Interface FSAttributePlugin


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.


Method Summary
 java.util.List getAttributeStatements(java.lang.String hostProviderID, java.lang.String remoteProviderID, com.sun.identity.federation.message.FSSubject subject, SSOToken token)
          Gets the list of AttributeStatements.
 

Method Detail

getAttributeStatements

public java.util.List getAttributeStatements(java.lang.String hostProviderID,
                                             java.lang.String remoteProviderID,
                                             com.sun.identity.federation.message.FSSubject subject,
                                             SSOToken token)
Gets the list of AttributeStatements.

Parameters:
hostProviderID - Hosted ProviderID.
remoteProviderID - Remote ProviderID.
subject - Subject
token - SSOToken
Returns:
List A list of SAML AttributeStatements.


Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.