Uses of Class
org.keycloak.dom.saml.v2.assertion.ConditionsType
-
Packages that use ConditionsType Package Description org.keycloak.dom.saml.v2.assertion Package for the model classes for the SAML2 Assertionorg.keycloak.dom.saml.v2.protocol 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 ConditionsType Modifier and Type Method Description ConditionsTypeAssertionType. getConditions()Get the conditionsMethods in org.keycloak.dom.saml.v2.assertion with parameters of type ConditionsType Modifier and Type Method Description voidAssertionType. 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 ConditionsType Modifier and Type Field Description protected ConditionsTypeAuthnRequestType. conditionsMethods in org.keycloak.dom.saml.v2.protocol that return ConditionsType Modifier and Type Method Description ConditionsTypeAuthnRequestType. getConditions()Gets the value of the conditions property.Methods in org.keycloak.dom.saml.v2.protocol with parameters of type ConditionsType Modifier and Type Method Description voidAuthnRequestType. setConditions(ConditionsType value)Sets the value of the conditions property.
-