Package net.shibboleth.saml.profile.config.navigate
@NonnullElements
package net.shibboleth.saml.profile.config.navigate
Functions to navigate into SAML profile configuration.
-
ClassesClassDescriptionA function that returns
SAMLAssertionProducingProfileConfiguration.getAssertionAudiences(ProfileRequestContext)if such a profile is available from aRelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext.A function that returnsSAMLAssertionProducingProfileConfiguration.getAssertionLifetime(ProfileRequestContext)if such a profile is available from aRelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext.A function that returns the effective audience restrictions to include in assertions, based on combining a relying party's entityID with the result ofSAMLAssertionProducingProfileConfiguration.getAssertionAudiences(ProfileRequestContext), if such a profile is available from aRelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext.