Package | Description |
---|---|
com.sun.identity.saml2.assertion |
Defines SAMLv2 assertion.
|
com.sun.identity.saml2.assertion.impl | |
com.sun.identity.saml2.profile |
Package that handles SAML v2 profiles.
|
com.sun.identity.saml2.protocol |
SAMLv2 Protocol Classes.
|
com.sun.identity.saml2.protocol.impl |
SAMLv2 Protocol Implemenetation Classes.
|
org.forgerock.openam.sts.tokengeneration.saml2.statements |
This package contains classes defining the interfaces consumed to obtain the various statements contituting SAML2
assertions.
|
Modifier and Type | Method and Description |
---|---|
Conditions |
AssertionFactory.createConditions()
Returns a new instance of
Conditions . |
Conditions |
AssertionFactory.createConditions(Element elem)
Returns a new instance of
Conditions . |
Conditions |
AssertionFactory.createConditions(String xml)
Returns a new instance of
Conditions . |
Conditions |
Assertion.getConditions()
Returns the conditions of the assertion
|
Modifier and Type | Method and Description |
---|---|
void |
Assertion.setConditions(Conditions conditions)
Sets the conditions of the assertion
|
Modifier and Type | Class and Description |
---|---|
class |
ConditionsImpl
The
Conditions defines the SAML constructs that place
constraints on the acceptable use if SAML Assertion s. |
Modifier and Type | Method and Description |
---|---|
Conditions |
AssertionImpl.getConditions()
Returns the conditions of the assertion
|
Modifier and Type | Method and Description |
---|---|
void |
AssertionImpl.setConditions(Conditions conditions)
Sets the conditions of the assertion
|
Modifier and Type | Method and Description |
---|---|
protected static Conditions |
IDPSSOUtil.getConditions(String audienceEntityID,
int notBeforeSkewTime,
int effectiveTime)
Returns a
SAML Conditions object |
Modifier and Type | Method and Description |
---|---|
Conditions |
AuthnRequest.getConditions()
Returns the
Conditions object. |
Modifier and Type | Method and Description |
---|---|
void |
AuthnRequest.setConditions(Conditions conditions)
Sets the
Conditions object. |
Modifier and Type | Method and Description |
---|---|
Conditions |
AuthnRequestImpl.getConditions()
Returns the
Conditions object. |
Modifier and Type | Method and Description |
---|---|
void |
AuthnRequestImpl.setConditions(Conditions conditions)
Sets the
Conditions object. |
Modifier and Type | Method and Description |
---|---|
Conditions |
ConditionsProvider.get(SAML2Config saml2Config,
Date issueInstant,
SAML2SubjectConfirmation saml2SubjectConfirmation)
Called to obtain the Conditions instance to be included in the generated SAML2 assertion
|
Conditions |
DefaultConditionsProvider.get(SAML2Config saml2Config,
Date issueInstant,
SAML2SubjectConfirmation saml2SubjectConfirmation) |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.