Class DefaultAssertionValidationContextBuilder.DefaultSelfEntityIDLookupFunction
java.lang.Object
org.opensaml.saml.saml2.assertion.messaging.impl.DefaultAssertionValidationContextBuilder.DefaultSelfEntityIDLookupFunction
- All Implemented Interfaces:
Function<InOutOperationContext,String>
- Enclosing class:
- DefaultAssertionValidationContextBuilder
public static class DefaultAssertionValidationContextBuilder.DefaultSelfEntityIDLookupFunction
extends Object
implements Function<InOutOperationContext,String>
Default strategy for resolving the self entityID.
Resolves the entityID from the SAMLSelfEntityContext child of the inbound MessageContext.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
delegate
The lookup delegate.
-
-
Constructor Details
-
DefaultSelfEntityIDLookupFunction
public DefaultSelfEntityIDLookupFunction()Constructor.
-
-
Method Details
-
apply
- Specified by:
applyin interfaceFunction<InOutOperationContext,String>
-