Package net.shibboleth.idp.saml.profile.config.navigate
package net.shibboleth.idp.saml.profile.config.navigate
Functions to navigate into profile configuration information.
-
ClassesClassDescriptionA function that returns
SAMLProfileConfiguration.getAdditionalAudiencesForAssertion(ProfileRequestContext)if such a profile is available from aRelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext.A function that returnsSAMLProfileConfiguration.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 ofSAMLProfileConfiguration.getAdditionalAudiencesForAssertion(ProfileRequestContext), if such a profile is available from aRelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext.A function that returns theNameIDFormats whose NameQualifier attributes should allow for defaulting based on the result ofSingleLogoutProfileConfiguration.getQualifiedNameIDFormats(ProfileRequestContext)if such a profile is available from aRelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext.A function that returnsBrowserSSOProfileConfiguration.getMaximumSPSessionLifetime(ProfileRequestContext)if such a profile is available from aRelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext.