Uses of Class
org.apache.wss4j.common.saml.bean.AttributeBean
Packages that use AttributeBean
-
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 AttributeBeanModifier and TypeMethodDescriptionAttributeStatementBean.getSamlAttributes()Method getSamlAttributes returns the samlAttributes of this SamlAttributeStatement object.Method parameters in org.apache.wss4j.common.saml.bean with type arguments of type AttributeBeanModifier and TypeMethodDescriptionvoidAttributeStatementBean.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 AttributeBeanModifierConstructorDescriptionAttributeStatementBean(SubjectBean subject, List<AttributeBean> attributeBeans) Constructor SamlAttributeStatement creates a new SamlAttributeStatement instance.