Package | Description |
---|---|
com.sun.identity.federation.services |
Handles
ID-FF federation profiles. |
com.sun.identity.federation.services.fednsso |
Handles
ID-FF federation and single sign on. |
com.sun.identity.federation.services.util |
Utility classes
ID-FF federation services. |
com.sun.identity.saml.assertion |
Defines SAML assertion.
|
Modifier and Type | Method and Description |
---|---|
AttributeStatement |
FSSession.getAutoFedStatement()
Gets Auto Federate Statement.
|
AttributeStatement |
FSSession.getBootStrapAttributeStatement()
Gets the boot strap attribute statement.
|
AttributeStatement |
FSDiscoveryBootStrap.getBootStrapStatement()
Returns the bootstrap attribute statement.
|
Modifier and Type | Method and Description |
---|---|
void |
FSSession.setAutoFedStatement(AttributeStatement autoFedStmt)
Sets AutoFederate Statement.
|
void |
FSSession.setBootStrapAttributeStatement(AttributeStatement statement)
Sets the boot strap attribute statement.
|
Modifier and Type | Field and Description |
---|---|
protected AttributeStatement |
FSAssertionArtifactHandler._autoFedStatement |
protected AttributeStatement |
FSAssertionArtifactHandler.bootStrapStatement |
Modifier and Type | Method and Description |
---|---|
static AttributeStatement |
FSAttributeStatementHelper.getAutoFedAttributeStatement(String realm,
String entityID,
FSSubject sub,
Object ssoToken)
Gets a SAML
AttributeStatement by using an
AutoFederate attribute that is configured in Local Provider. |
Modifier and Type | Method and Description |
---|---|
protected abstract AttributeStatement |
AssertionBase.createAttributeStatement(Element attributeElement)
Creates appropriate AttributeStatement instance
|
protected AttributeStatement |
Assertion.createAttributeStatement(Element attributeElement) |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.