|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |