Uses of Class
org.apache.ws.security.saml.ext.bean.AttributeBean

Packages that use AttributeBean
org.apache.ws.security.saml.ext.bean   
 

Uses of AttributeBean in org.apache.ws.security.saml.ext.bean
 

Methods in org.apache.ws.security.saml.ext.bean that return types with arguments of type AttributeBean
 List<AttributeBean> AttributeStatementBean.getSamlAttributes()
          Method getSamlAttributes returns the samlAttributes of this SamlAttributeStatement object.
 

Method parameters in org.apache.ws.security.saml.ext.bean with type arguments of type AttributeBean
 void AttributeStatementBean.setSamlAttributes(List<AttributeBean> attributeBeans)
          Method setSamlAttributes sets the samlAttributes of this SamlAttributeStatement object.
 

Constructor parameters in org.apache.ws.security.saml.ext.bean with type arguments of type AttributeBean
AttributeStatementBean(SubjectBean subject, List<AttributeBean> attributeBeans)
          Constructor SamlAttributeStatement creates a new SamlAttributeStatement instance.
 



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.