Package | Description |
---|---|
org.apache.wss4j.common.saml | |
org.apache.wss4j.common.saml.builder |
Modifier and Type | Method and Description |
---|---|
List<AttributeStatementBean> |
SAMLCallback.getAttributeStatementData()
Method getAttributeStatementData returns the attributeStatementData of this
SAMLCallback object.
|
Modifier and Type | Method and Description |
---|---|
void |
SAMLCallback.setAttributeStatementData(List<AttributeStatementBean> attributeStatementData)
Method setAttributeStatementData sets the attributeStatementData of this SAMLCallback object.
|
Modifier and Type | Method and Description |
---|---|
static List<org.opensaml.saml.saml2.core.AttributeStatement> |
SAML2ComponentBuilder.createAttributeStatement(List<AttributeStatementBean> attributeData)
Create SAML2 Attribute Statement(s)
|
static List<org.opensaml.saml.saml1.core.AttributeStatement> |
SAML1ComponentBuilder.createSamlv1AttributeStatement(List<AttributeStatementBean> attributeData)
Create SAML 1.1 attribute statement(s)
|
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.