PicketLink Federation Core 2.1.6.Final-redhat-2

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

java.lang.Object
  extended by org.picketlink.identity.federation.saml.v1.assertion.SAML11EvidenceType

public class SAML11EvidenceType
extends Object

Since:
Jun 22, 2011
Author:
Anil.Saldhana@redhat.com

Field Summary
protected  List<String> assertionIDReference
           
protected  List<SAML11AssertionType> assertions
           
 
Constructor Summary
SAML11EvidenceType()
           
 
Method Summary
 void add(SAML11AssertionType condition)
           
 void add(String condition)
           
 void addAllAssertionIDReference(List<String> theassertionIDReference)
           
 void addAllAssertionType(List<SAML11AssertionType> theassertions)
           
 List<String> getAssertionIDReference()
           
 List<SAML11AssertionType> getAssertions()
           
 boolean remove(SAML11AssertionType assertion)
           
 boolean remove(String assertionIDReference)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

assertionIDReference

protected List<String> assertionIDReference

assertions

protected List<SAML11AssertionType> assertions
Constructor Detail

SAML11EvidenceType

public SAML11EvidenceType()
Method Detail

add

public void add(String condition)

addAllAssertionIDReference

public void addAllAssertionIDReference(List<String> theassertionIDReference)

remove

public boolean remove(String assertionIDReference)

getAssertionIDReference

public List<String> getAssertionIDReference()

add

public void add(SAML11AssertionType condition)

addAllAssertionType

public void addAllAssertionType(List<SAML11AssertionType> theassertions)

remove

public boolean remove(SAML11AssertionType assertion)

getAssertions

public List<SAML11AssertionType> getAssertions()

PicketLink Federation Core 2.1.6.Final-redhat-2

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