| 
 | Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.4) Part Number E13941-04 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.bea.security.saml2.providers.SAML2AttributeStatementInfo
public class SAML2AttributeStatementInfo
This class represents an AttributeStatement in a SAML 2.0 Assertion.
| Constructor Summary | |
|---|---|
| SAML2AttributeStatementInfo()Constructs an instance that represents a SAML 2.0 AttributeStatement with no attributes. | |
| SAML2AttributeStatementInfo(Collection<SAML2AttributeInfo> attrs)Constructs an instance that represents a SAML 2.0 AttributeStatement with multiple Attributes. | |
| Method Summary | |
|---|---|
|  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() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public SAML2AttributeStatementInfo()
public SAML2AttributeStatementInfo(Collection<SAML2AttributeInfo> attrs)
attrs - represents the attributes contained in a single AttributeStatment of a SAML assertion| Method Detail | 
|---|
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()
public String toString()
toString in class Object| 
 | Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.4) Part Number E13941-04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||