Class NotBeforeProfileConfigPredicate
java.lang.Object
net.shibboleth.idp.profile.logic.AbstractRelyingPartyPredicate
net.shibboleth.idp.saml.profile.config.logic.NotBeforeProfileConfigPredicate
- All Implemented Interfaces:
Predicate<ProfileRequestContext>
,Predicate<ProfileRequestContext>
A predicate that returns
SAMLProfileConfiguration.isIncludeConditionsNotBefore(ProfileRequestContext)
if such a profile is available from a RelyingPartyContext
obtained via a lookup function,
by default a child of the ProfileRequestContext
.
If unable to locate a specific setting, the predicate is true.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.shibboleth.idp.profile.logic.AbstractRelyingPartyPredicate
getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategy
-
Constructor Details
-
NotBeforeProfileConfigPredicate
public NotBeforeProfileConfigPredicate()
-
-
Method Details
-
test
-