Uses of Class
org.keycloak.dom.saml.v2.assertion.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
Modifier and TypeMethodDescriptionvoid
AssertionType.setConditions
(ConditionsType conditions) Set the conditions -
Uses of ConditionsType in org.keycloak.dom.saml.v2.protocol
Modifier and TypeMethodDescriptionAuthnRequestType.getConditions()
Gets the value of the conditions property.Modifier and TypeMethodDescriptionvoid
AuthnRequestType.setConditions
(ConditionsType value) Sets the value of the conditions property. -
Uses of ConditionsType in org.keycloak.saml.processing.core.parsers.saml.assertion
Modifier and TypeMethodDescriptionprotected ConditionsType
SAMLConditionsParser.instantiateElement
(XMLEventReader xmlEventReader, StartElement element) Modifier and TypeMethodDescriptionprotected void
SAMLConditionsParser.processSubElement
(XMLEventReader xmlEventReader, ConditionsType target, SAMLAssertionQNames element, StartElement elementDetail) -
Uses of ConditionsType in org.keycloak.saml.processing.core.saml.v2.factories
Modifier and TypeMethodDescriptionstatic ConditionsType
SAMLAssertionFactory.createConditions
(XMLGregorianCalendar notBefore, XMLGregorianCalendar notOnOrAfter, ConditionAbstractType... restrictions) Creates aConditions
instance with the specified values.Modifier and TypeMethodDescriptionstatic AssertionType
SAMLAssertionFactory.createAssertion
(String id, NameIDType issuerID, XMLGregorianCalendar issueInstant, ConditionsType conditions, SubjectType subject, List<StatementAbstractType> statements) Creates a SAMLV2AssertionType
with the specified values.