public class SAML11EvidenceType extends Object
Modifier and Type | Field and Description |
---|---|
protected List<String> |
assertionIDReference |
protected List<SAML11AssertionType> |
assertions |
Constructor and Description |
---|
SAML11EvidenceType() |
Modifier and Type | Method and Description |
---|---|
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) |
protected List<SAML11AssertionType> assertions
public void add(String condition)
public void addAllAssertionIDReference(List<String> theassertionIDReference)
public boolean remove(String assertionIDReference)
public void add(SAML11AssertionType condition)
public void addAllAssertionType(List<SAML11AssertionType> theassertions)
public boolean remove(SAML11AssertionType assertion)
public List<SAML11AssertionType> getAssertions()
Copyright © 2021 JBoss by Red Hat. All rights reserved.