Uses of Class
org.apache.wss4j.common.saml.bean.AttributeBean
-
Packages that use AttributeBean Package Description org.apache.wss4j.common.saml.bean -
-
Uses of AttributeBean in org.apache.wss4j.common.saml.bean
Methods in org.apache.wss4j.common.saml.bean that return types with arguments of type AttributeBean Modifier and Type Method Description List<AttributeBean>AttributeStatementBean. getSamlAttributes()Method getSamlAttributes returns the samlAttributes of this SamlAttributeStatement object.Method parameters in org.apache.wss4j.common.saml.bean with type arguments of type AttributeBean Modifier and Type Method Description voidAttributeStatementBean. setSamlAttributes(List<AttributeBean> attributeBeans)Method setSamlAttributes sets the samlAttributes of this SamlAttributeStatement object.Constructor parameters in org.apache.wss4j.common.saml.bean with type arguments of type AttributeBean Constructor Description AttributeStatementBean(SubjectBean subject, List<AttributeBean> attributeBeans)Constructor SamlAttributeStatement creates a new SamlAttributeStatement instance.
-