Class ApplicationMetadataResolverLookupFunction
java.lang.Object
net.shibboleth.sp.profile.context.navigate.messaging.AbstractAgentRequestLookupFunction<RoleDescriptorResolver>
net.shibboleth.sp.saml.saml2.profile.impl.ApplicationMetadataResolverLookupFunction
- All Implemented Interfaces:
Function<MessageContext,RoleDescriptorResolver>
public class ApplicationMetadataResolverLookupFunction
extends AbstractAgentRequestLookupFunction<RoleDescriptorResolver>
Locates the
MetadataResolver associated with the Application making an agent request,
and wraps it in a RoleDescriptorResolver.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.shibboleth.sp.profile.context.navigate.messaging.AbstractAgentRequestLookupFunction
ensureAgentRequestContext, getAgentRequestContext, setAgentRequestContextLookupStrategy
-
Field Details
-
log
@Nonnull private final org.slf4j.Logger logClass logger.
-
-
Constructor Details
-
ApplicationMetadataResolverLookupFunction
public ApplicationMetadataResolverLookupFunction()
-
-
Method Details
-
apply
-