Package net.shibboleth.saml.profile.config.logic
@NonnullElements
package net.shibboleth.saml.profile.config.logic
Predicates based on SAML profile configuration.
-
ClassesClassDescriptionA predicate that returns
SAMLAssertionProducingProfileConfiguration.isIncludeConditionsNotBefore(ProfileRequestContext)if such a profile is available from aRelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext.A predicate implementation that forwards to profile configuration lookup or followsSPSSODescriptor.getWantAssertionsSigned()if so configured.A predicate implementation that forwards toSAMLProfileConfiguration.isSignRequests(ProfileRequestContext)or followsIDPSSODescriptor.getWantAuthnRequestsSigned()if so configured.A predicate implementation that forwards toSAMLProfileConfiguration.isSignResponses(ProfileRequestContext).