Uses of Class
org.keycloak.dom.saml.v2.protocol.ResponseType.RTChoiceType
Package
Description
Package containing the classes for the protocol of SAMLv2
-
Uses of ResponseType.RTChoiceType in org.keycloak.dom.saml.v2.protocol
Modifier and TypeFieldDescriptionprotected List<ResponseType.RTChoiceType>
ResponseType.assertions
Modifier and TypeMethodDescriptionResponseType.getAssertions()
Gets a read only list of assertionsModifier and TypeMethodDescriptionvoid
ResponseType.addAssertion
(ResponseType.RTChoiceType choice) Add an assertionvoid
ResponseType.removeAssertion
(ResponseType.RTChoiceType choice) Remove an assertionvoid
ResponseType.replaceAssertion
(String id, ResponseType.RTChoiceType newAssertion) Replace the first assertion with the passed assertion