public interface ConditionsProvider
Modifier and Type | Method and Description |
---|---|
Conditions |
get(SAML2Config saml2Config,
Date issueInstant,
SAML2SubjectConfirmation saml2SubjectConfirmation)
Called to obtain the Conditions instance to be included in the generated SAML2 assertion
|
Conditions get(SAML2Config saml2Config, Date issueInstant, SAML2SubjectConfirmation saml2SubjectConfirmation) throws TokenCreationException
saml2Config
- STS-instance-specific SAML2 configurationsissueInstant
- The instant at which the enclosing assertion was issuedsaml2SubjectConfirmation
- The subject confirmation specificationTokenCreationException
- If there was an error while creating the Conditions.Copyright © 2010-2018, ForgeRock All Rights Reserved.