|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AttributeStatementBean | |
|---|---|
| org.apache.ws.security.saml.ext | |
| org.apache.ws.security.saml.ext.builder | |
| Uses of AttributeStatementBean in org.apache.ws.security.saml.ext |
|---|
| Methods in org.apache.ws.security.saml.ext that return types with arguments of type AttributeStatementBean | |
|---|---|
java.util.List<AttributeStatementBean> |
SAMLCallback.getAttributeStatementData()
Method getAttributeStatementData returns the attributeStatementData of this SAMLCallback object. |
| Method parameters in org.apache.ws.security.saml.ext with type arguments of type AttributeStatementBean | |
|---|---|
void |
SAMLCallback.setAttributeStatementData(java.util.List<AttributeStatementBean> attributeStatementData)
Method setAttributeStatementData sets the attributeStatementData of this SAMLCallback object. |
| Uses of AttributeStatementBean in org.apache.ws.security.saml.ext.builder |
|---|
| Method parameters in org.apache.ws.security.saml.ext.builder with type arguments of type AttributeStatementBean | |
|---|---|
static java.util.List<org.opensaml.saml2.core.AttributeStatement> |
SAML2ComponentBuilder.createAttributeStatement(java.util.List<AttributeStatementBean> attributeData)
Create SAML2 Attribute Statement(s) |
static java.util.List<org.opensaml.saml1.core.AttributeStatement> |
SAML1ComponentBuilder.createSamlv1AttributeStatement(java.util.List<AttributeStatementBean> attributeData)
Create SAML 1.1 attribute statement(s) |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||