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 theRelyingPartyContextcontains a reference to aSAMLPeerEntityContextorSAMLSelfEntityContextthat contains aSAMLMetadataContextsuch thatSAMLMetadataContext.getEntityDescriptor()is non-null.If no metadata exists, the context is treated as "unverified".
-
-
Constructor Summary
Constructors Constructor Description SAMLVerificationLookupStrategy()
-
-
-
Method Detail
-
apply
@Nullable public Boolean apply(@Nullable RelyingPartyContext input)
- Specified by:
applyin interfaceFunction<RelyingPartyContext,Boolean>
-
-