public class ResolveArtifacts extends AbstractProfileAction
| Modifier and Type | Field and Description |
|---|---|
private SAMLArtifactMap |
artifactMap
Artifact mapper.
|
private String |
issuerId
Identity of issuer.
|
private com.google.common.base.Function<ProfileRequestContext,String> |
issuerLookupStrategy
Strategy used to locate the issuer identity to validate against artifact entries.
|
private org.slf4j.Logger |
log
Class logger.
|
private Request |
request
Request to process.
|
private String |
requesterId
Identity of requester.
|
private com.google.common.base.Function<ProfileRequestContext,String> |
requesterLookupStrategy
Strategy used to locate the requester identity to validate against artifact entries.
|
private com.google.common.base.Function<ProfileRequestContext,Request> |
requestLookupStrategy
Strategy used to locate the
Request to operate on. |
private Response |
response
Response to populate.
|
private com.google.common.base.Function<ProfileRequestContext,Response> |
responseLookupStrategy
Strategy used to locate the
Response to operate on. |
| Constructor and Description |
|---|
ResolveArtifacts()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doExecute(ProfileRequestContext profileRequestContext) |
protected void |
doInitialize() |
protected boolean |
doPreExecute(ProfileRequestContext profileRequestContext) |
void |
setArtifactMap(SAMLArtifactMap map)
Set the artifact map to use.
|
void |
setIssuerLookupStrategy(com.google.common.base.Function<ProfileRequestContext,String> strategy)
Set the strategy used to locate the issuer's identity.
|
void |
setRequesterLookupStrategy(com.google.common.base.Function<ProfileRequestContext,String> strategy)
Set the strategy used to locate the requester's identity.
|
void |
setRequestLookupStrategy(com.google.common.base.Function<ProfileRequestContext,Request> strategy)
Set the strategy used to locate the
Request to operate on. |
void |
setResponseLookupStrategy(com.google.common.base.Function<ProfileRequestContext,Response> strategy)
Set the strategy used to locate the
Response to operate on. |
doPostExecute, doPostExecute, execute, getHttpServletRequest, getHttpServletResponse, getLogPrefix, setHttpServletRequest, setHttpServletResponsedestroy, doDestroy, initialize, isDestroyed, isInitializedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitialize, isInitialized@Nonnull private org.slf4j.Logger log
@Nonnull private com.google.common.base.Function<ProfileRequestContext,Request> requestLookupStrategy
Request to operate on.@Nonnull private com.google.common.base.Function<ProfileRequestContext,Response> responseLookupStrategy
Response to operate on.@NonnullAfterInit private com.google.common.base.Function<ProfileRequestContext,String> issuerLookupStrategy
@Nonnull private com.google.common.base.Function<ProfileRequestContext,String> requesterLookupStrategy
@NonnullAfterInit private SAMLArtifactMap artifactMap
public void setRequestLookupStrategy(@Nonnull com.google.common.base.Function<ProfileRequestContext,Request> strategy)
Request to operate on.strategy - lookup strategypublic void setResponseLookupStrategy(@Nonnull com.google.common.base.Function<ProfileRequestContext,Response> strategy)
Response to operate on.strategy - lookup strategypublic void setIssuerLookupStrategy(@Nonnull com.google.common.base.Function<ProfileRequestContext,String> strategy)
strategy - lookup strategypublic void setRequesterLookupStrategy(@Nonnull com.google.common.base.Function<ProfileRequestContext,String> strategy)
strategy - lookup strategypublic void setArtifactMap(@Nonnull SAMLArtifactMap map)
map - artifact mapprotected void doInitialize()
throws ComponentInitializationException
doInitialize in class AbstractInitializableComponentComponentInitializationExceptionprotected boolean doPreExecute(@Nonnull ProfileRequestContext profileRequestContext)
doPreExecute in class AbstractProfileActionprotected void doExecute(@Nonnull ProfileRequestContext profileRequestContext)
doExecute in class AbstractProfileActionCopyright © 1999–2019 Shibboleth Consortium. All rights reserved.