Uses of Class
org.keycloak.dom.saml.v2.assertion.ConditionsType
Packages that use ConditionsType
Package
Description
Package for the model classes for the SAML2 Assertion
Package containing the classes for the protocol of SAMLv2
-
Uses of ConditionsType in org.keycloak.dom.saml.v2.assertion
Methods in org.keycloak.dom.saml.v2.assertion that return ConditionsTypeMethods in org.keycloak.dom.saml.v2.assertion with parameters of type ConditionsTypeModifier and TypeMethodDescriptionvoidAssertionType.setConditions(ConditionsType conditions) Set the conditions -
Uses of ConditionsType in org.keycloak.dom.saml.v2.protocol
Fields in org.keycloak.dom.saml.v2.protocol declared as ConditionsTypeMethods in org.keycloak.dom.saml.v2.protocol that return ConditionsTypeModifier and TypeMethodDescriptionAuthnRequestType.getConditions()Gets the value of the conditions property.Methods in org.keycloak.dom.saml.v2.protocol with parameters of type ConditionsTypeModifier and TypeMethodDescriptionvoidAuthnRequestType.setConditions(ConditionsType value) Sets the value of the conditions property.