Uses of Class
org.keycloak.dom.saml.v2.protocol.ResponseType.RTChoiceType
Packages that use ResponseType.RTChoiceType
Package
Description
Package containing the classes for the protocol of SAMLv2
-
Uses of ResponseType.RTChoiceType in org.keycloak.dom.saml.v2.protocol
Fields in org.keycloak.dom.saml.v2.protocol with type parameters of type ResponseType.RTChoiceTypeModifier and TypeFieldDescriptionprotected List<ResponseType.RTChoiceType>ResponseType.assertionsMethods in org.keycloak.dom.saml.v2.protocol that return types with arguments of type ResponseType.RTChoiceTypeModifier and TypeMethodDescriptionResponseType.getAssertions()Gets a read only list of assertionsMethods in org.keycloak.dom.saml.v2.protocol with parameters of type ResponseType.RTChoiceTypeModifier and TypeMethodDescriptionvoidResponseType.addAssertion(ResponseType.RTChoiceType choice) Add an assertionvoidResponseType.removeAssertion(ResponseType.RTChoiceType choice) Remove an assertionvoidResponseType.replaceAssertion(String id, ResponseType.RTChoiceType newAssertion) Replace the first assertion with the passed assertion