Uses of Class
org.apache.wss4j.common.saml.bean.AttributeStatementBean

Packages that use AttributeStatementBean
org.apache.wss4j.common.saml   
org.apache.wss4j.common.saml.builder   
 

Uses of AttributeStatementBean in org.apache.wss4j.common.saml
 

Methods in org.apache.wss4j.common.saml that return types with arguments of type AttributeStatementBean
 List<AttributeStatementBean> SAMLCallback.getAttributeStatementData()
          Method getAttributeStatementData returns the attributeStatementData of this SAMLCallback object.
 

Method parameters in org.apache.wss4j.common.saml with type arguments of type AttributeStatementBean
 void SAMLCallback.setAttributeStatementData(List<AttributeStatementBean> attributeStatementData)
          Method setAttributeStatementData sets the attributeStatementData of this SAMLCallback object.
 

Uses of AttributeStatementBean in org.apache.wss4j.common.saml.builder
 

Method parameters in org.apache.wss4j.common.saml.builder with type arguments of type AttributeStatementBean
static List<org.opensaml.saml2.core.AttributeStatement> SAML2ComponentBuilder.createAttributeStatement(List<AttributeStatementBean> attributeData)
          Create SAML2 Attribute Statement(s)
static List<org.opensaml.saml1.core.AttributeStatement> SAML1ComponentBuilder.createSamlv1AttributeStatement(List<AttributeStatementBean> attributeData)
          Create SAML 1.1 attribute statement(s)
 



Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.