Package | Description |
---|---|
org.keycloak.dom.saml.v2.assertion |
Package for the model classes for the SAML2 Assertion
|
org.keycloak.dom.saml.v2.protocol |
Package containing the classes for the protocol of SAMLv2
|
org.keycloak.saml.processing.core.parsers.saml.assertion | |
org.keycloak.saml.processing.core.saml.v2.factories |
Modifier and Type | Method and Description |
---|---|
ConditionsType |
AssertionType.getConditions()
Get the conditions
|
Modifier and Type | Method and Description |
---|---|
void |
AssertionType.setConditions(ConditionsType conditions)
Set the conditions
|
Modifier and Type | Field and Description |
---|---|
protected ConditionsType |
AuthnRequestType.conditions |
Modifier and Type | Method and Description |
---|---|
ConditionsType |
AuthnRequestType.getConditions()
Gets the value of the conditions property.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthnRequestType.setConditions(ConditionsType value)
Sets the value of the conditions property.
|
Modifier and Type | Method and Description |
---|---|
protected ConditionsType |
SAMLConditionsParser.instantiateElement(XMLEventReader xmlEventReader,
StartElement element) |
Modifier and Type | Method and Description |
---|---|
protected void |
SAMLConditionsParser.processSubElement(XMLEventReader xmlEventReader,
ConditionsType target,
SAMLAssertionQNames element,
StartElement elementDetail) |
Modifier and Type | Method and Description |
---|---|
static ConditionsType |
SAMLAssertionFactory.createConditions(XMLGregorianCalendar notBefore,
XMLGregorianCalendar notOnOrAfter,
ConditionAbstractType... restrictions)
Creates a
Conditions instance with the specified values. |
Modifier and Type | Method and Description |
---|---|
static AssertionType |
SAMLAssertionFactory.createAssertion(String id,
NameIDType issuerID,
XMLGregorianCalendar issueInstant,
ConditionsType conditions,
SubjectType subject,
List<StatementAbstractType> statements)
Creates a SAMLV2
AssertionType with the specified values. |
Copyright © 2020 JBoss by Red Hat. All rights reserved.