Package | Description |
---|---|
org.picketlink.identity.federation.core.saml.v2.common | |
org.picketlink.identity.federation.core.saml.v2.factories | |
org.picketlink.identity.federation.saml.v2.assertion |
Package for the model classes for the SAML2 Assertion
|
org.picketlink.identity.federation.saml.v2.protocol |
Package containing the classes for the protocol of SAMLv2
|
Modifier and Type | Field and Description |
---|---|
protected ConditionsType |
SAMLProtocolContext.conditions |
Modifier and Type | Method and Description |
---|---|
ConditionsType |
SAMLProtocolContext.getConditions()
Get the conditions
|
Modifier and Type | Method and Description |
---|---|
void |
SAMLProtocolContext.setConditions(ConditionsType conditions)
Set the conditions
|
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. |
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.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.