Class SAMLRelyingPartyIdLookupStrategy
- java.lang.Object
-
- net.shibboleth.idp.saml.profile.impl.SAMLRelyingPartyIdLookupStrategy
-
- All Implemented Interfaces:
Function<RelyingPartyContext,String>,ContextDataLookupFunction<RelyingPartyContext,String>
public class SAMLRelyingPartyIdLookupStrategy extends Object implements ContextDataLookupFunction<RelyingPartyContext,String>
A lookup strategy that returns a SAML entityID if theRelyingPartyContextcontains a reference to aSAMLPeerEntityContextorSAMLSelfEntityContext.
-
-
Constructor Summary
Constructors Constructor Description SAMLRelyingPartyIdLookupStrategy()
-
-
-
Method Detail
-
apply
@Nullable public String apply(@Nullable RelyingPartyContext input)
- Specified by:
applyin interfaceFunction<RelyingPartyContext,String>
-
-