org.picketlink.identity.federation.saml.v1.assertion
Class SAML11AttributeStatementType
java.lang.Object
org.picketlink.identity.federation.saml.v1.assertion.SAML11StatementAbstractType
org.picketlink.identity.federation.saml.v1.assertion.SAML11SubjectStatementType
org.picketlink.identity.federation.saml.v1.assertion.SAML11AttributeStatementType
- All Implemented Interfaces:
- Serializable
public class SAML11AttributeStatementType
- extends SAML11SubjectStatementType
- Since:
- Jun 22, 2011
- Author:
- Anil.Saldhana@redhat.com
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attribute
protected List<SAML11AttributeType> attribute
SAML11AttributeStatementType
public SAML11AttributeStatementType()
add
public void add(SAML11AttributeType aAttribute)
addAllAttributes
public void addAllAttributes(List<SAML11AttributeType> attribList)
remove
public boolean remove(SAML11AttributeType anAttrib)
get
public List<SAML11AttributeType> get()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.