Package | Description |
---|---|
org.picketlink.identity.federation.saml.v2.protocol |
Package containing the classes for the protocol of SAMLv2
|
Modifier and Type | Field and Description |
---|---|
protected List<ResponseType.RTChoiceType> |
ResponseType.assertions |
Modifier and Type | Method and Description |
---|---|
List<ResponseType.RTChoiceType> |
ResponseType.getAssertions()
Gets a read only list of assertions
|
Modifier and Type | Method and Description |
---|---|
void |
ResponseType.addAssertion(int index,
ResponseType.RTChoiceType choice) |
void |
ResponseType.addAssertion(ResponseType.RTChoiceType choice)
Add an assertion
|
void |
ResponseType.removeAssertion(ResponseType.RTChoiceType choice)
Remove an assertion
|
void |
ResponseType.replaceAssertion(String id,
ResponseType.RTChoiceType newAssertion)
Replace the first assertion with the passed assertion
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.