org.picketlink.identity.federation.saml.v1.assertion
Class SAML11EvidenceType
java.lang.Object
org.picketlink.identity.federation.saml.v1.assertion.SAML11EvidenceType
public class SAML11EvidenceType
- extends Object
- Since:
- Jun 22, 2011
- Author:
- Anil.Saldhana@redhat.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
assertionIDReference
protected List<String> assertionIDReference
assertions
protected List<SAML11AssertionType> assertions
SAML11EvidenceType
public SAML11EvidenceType()
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()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.