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 the
RelyingPartyContext
contains a reference
to a SAMLPeerEntityContext
or SAMLSelfEntityContext
.-
Constructor Details
-
SAMLRelyingPartyIdLookupStrategy
public SAMLRelyingPartyIdLookupStrategy()
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<RelyingPartyContext,
String>
-