public class SAML2AttributeStatementInfo extends Object
| Modifier and Type | Method and Description | 
|---|---|
void | 
addAttributeInfo(Collection<SAML2AttributeInfo> attrs)
Adds a collection of attributes to this instance, to the end of the existing list, in the order that the
 param Collection iterates through the Collection. 
 | 
void | 
addAttributeInfo(SAML2AttributeInfo attr)
Adds a single attribute to this instance, at the end of the existing list. 
 | 
Collection<SAML2AttributeInfo> | 
getAttributeInfo()
Returns a collection of attributes contained by a single AttributeStatement of a SAML Assertion. 
 | 
String | 
toString() | 
public void addAttributeInfo(SAML2AttributeInfo attr)
attr - represents a single attribute to be addedpublic void addAttributeInfo(Collection<SAML2AttributeInfo> attrs)
attrs - represents multiple attributes to be addedpublic Collection<SAML2AttributeInfo> getAttributeInfo()