Class SAMLVerificationLookupStrategy
java.lang.Object
net.shibboleth.idp.saml.profile.impl.SAMLVerificationLookupStrategy
- All Implemented Interfaces:
Function<RelyingPartyContext,,Boolean> ContextDataLookupFunction<RelyingPartyContext,Boolean>
public class SAMLVerificationLookupStrategy
extends Object
implements ContextDataLookupFunction<RelyingPartyContext,Boolean>
A lookup strategy that returns true iff the
RelyingPartyContext contains a reference
to a SAMLPeerEntityContext or SAMLSelfEntityContext that contains a
SAMLMetadataContext such that SAMLMetadataContext.getEntityDescriptor() is non-null.
If no metadata exists, the context is treated as "unverified".
-
Constructor Details
-
SAMLVerificationLookupStrategy
public SAMLVerificationLookupStrategy()
-
-
Method Details
-
apply
- Specified by:
applyin interfaceFunction<RelyingPartyContext,Boolean>
-