public class FSAttributeStatementHelper extends Object
AttributeStatement
s to add
auto federation attributes as part of an assertion that is generated
through Single Sign-On.Constructor and Description |
---|
FSAttributeStatementHelper() |
Modifier and Type | Method and Description |
---|---|
static AttributeStatement |
getAutoFedAttributeStatement(String realm,
String entityID,
FSSubject sub,
Object ssoToken)
Gets a SAML
AttributeStatement by using an
AutoFederate attribute that is configured in Local Provider. |
public static AttributeStatement getAutoFedAttributeStatement(String realm, String entityID, FSSubject sub, Object ssoToken) throws FSException
AttributeStatement
by using an
AutoFederate
attribute that is configured in Local Provider.realm
- The realm under which the entity resides.entityID
- Host Provider's entity ID.sub
- Liberty Subject.ssoToken
- session of the userFSException
- if an error occurredCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.