PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.saml.v1.assertion
Class SAML11AttributeStatementType

java.lang.Object
  extended by org.picketlink.identity.federation.saml.v1.assertion.SAML11StatementAbstractType
      extended by org.picketlink.identity.federation.saml.v1.assertion.SAML11SubjectStatementType
          extended by 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

Field Summary
protected  List<SAML11AttributeType> attribute
           
 
Fields inherited from class org.picketlink.identity.federation.saml.v1.assertion.SAML11SubjectStatementType
subject
 
Constructor Summary
SAML11AttributeStatementType()
           
 
Method Summary
 void add(SAML11AttributeType aAttribute)
           
 void addAllAttributes(List<SAML11AttributeType> attribList)
           
 List<SAML11AttributeType> get()
           
 boolean remove(SAML11AttributeType anAttrib)
           
 
Methods inherited from class org.picketlink.identity.federation.saml.v1.assertion.SAML11SubjectStatementType
getSubject, setSubject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attribute

protected List<SAML11AttributeType> attribute
Constructor Detail

SAML11AttributeStatementType

public SAML11AttributeStatementType()
Method Detail

add

public void add(SAML11AttributeType aAttribute)

addAllAttributes

public void addAllAttributes(List<SAML11AttributeType> attribList)

remove

public boolean remove(SAML11AttributeType anAttrib)

get

public List<SAML11AttributeType> get()

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.