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. -
Uses of ConditionsType in org.keycloak.saml.processing.core.parsers.saml.assertion
Methods in org.keycloak.saml.processing.core.parsers.saml.assertion that return ConditionsTypeModifier and TypeMethodDescriptionprotected ConditionsTypeSAMLConditionsParser.instantiateElement(XMLEventReader xmlEventReader, StartElement element) Methods in org.keycloak.saml.processing.core.parsers.saml.assertion with parameters of type ConditionsTypeModifier and TypeMethodDescriptionprotected voidSAMLConditionsParser.processSubElement(XMLEventReader xmlEventReader, ConditionsType target, SAMLAssertionQNames element, StartElement elementDetail) -
Uses of ConditionsType in org.keycloak.saml.processing.core.saml.v2.factories
Methods in org.keycloak.saml.processing.core.saml.v2.factories that return ConditionsTypeModifier and TypeMethodDescriptionstatic ConditionsTypeSAMLAssertionFactory.createConditions(XMLGregorianCalendar notBefore, XMLGregorianCalendar notOnOrAfter, ConditionAbstractType... restrictions) Creates aConditionsinstance with the specified values.Methods in org.keycloak.saml.processing.core.saml.v2.factories with parameters of type ConditionsTypeModifier and TypeMethodDescriptionstatic AssertionTypeSAMLAssertionFactory.createAssertion(String id, NameIDType issuerID, XMLGregorianCalendar issueInstant, ConditionsType conditions, SubjectType subject, List<StatementAbstractType> statements) Creates a SAMLV2AssertionTypewith the specified values.