|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.internet2.middleware.shibboleth.common.profile.provider.AbstractRequestURIMappedProfileHandler<HTTPInTransport,HTTPOutTransport>
edu.internet2.middleware.shibboleth.common.profile.provider.AbstractShibbolethProfileHandler<SAMLMDRelyingPartyConfigurationManager,Session>
edu.internet2.middleware.shibboleth.idp.profile.AbstractSAMLProfileHandler
edu.internet2.middleware.shibboleth.idp.profile.saml1.AbstractSAML1ProfileHandler
edu.internet2.middleware.shibboleth.idp.profile.saml1.ArtifactResolution
public class ArtifactResolution
SAML 1 Artifact resolution profile handler.
| Nested Class Summary | |
|---|---|
class |
ArtifactResolution.ArtifactResolutionRequestContext
Represents the internal state of a SAML 1 Artifact resolver request while it's being processed by the IdP. |
| Nested classes/interfaces inherited from class edu.internet2.middleware.shibboleth.idp.profile.saml1.AbstractSAML1ProfileHandler |
|---|
AbstractSAML1ProfileHandler.SAML1AuditLogEntry |
| Field Summary | |
|---|---|
private SAMLObjectBuilder<AssertionConsumerService> |
acsEndpointBuilder
Builder of assertion consumer service endpoints. |
private SAMLArtifactMap |
artifactMap
Map artifacts to SAML messages. |
private org.slf4j.Logger |
log
Class logger. |
private SAMLObjectBuilder<Response> |
responseBuilder
Builder of Response objects. |
| Fields inherited from class edu.internet2.middleware.shibboleth.idp.profile.saml1.AbstractSAML1ProfileHandler |
|---|
SAML_VERSION |
| Constructor Summary | |
|---|---|
ArtifactResolution(SAMLArtifactMap map)
Constructor. |
|
| Method Summary | |
|---|---|
protected Response |
buildArtifactResponse(ArtifactResolution.ArtifactResolutionRequestContext requestContext)
Builds the response to the artifact request. |
protected void |
decodeRequest(ArtifactResolution.ArtifactResolutionRequestContext requestContext,
HTTPInTransport inTransport,
HTTPOutTransport outTransport)
Decodes an incoming request and populates a created request context with the resultant information. |
protected void |
derferenceArtifacts(ArtifactResolution.ArtifactResolutionRequestContext requestContext)
Dereferences the artifacts within the incoming request and stores them in the request context. |
String |
getProfileId()
|
protected void |
populateAssertingPartyInformation(BaseSAMLProfileRequestContext requestContext)
Populates the request context with information about the asserting party. |
protected void |
populateRelyingPartyInformation(BaseSAMLProfileRequestContext requestContext)
Populates the request context with information about the relying party. |
protected void |
populateSAMLMessageInformation(BaseSAMLProfileRequestContext requestContext)
Populates the request context with information from the inbound SAML message. |
void |
processRequest(HTTPInTransport inTransport,
HTTPOutTransport outTransport)
|
protected Endpoint |
selectEndpoint(BaseSAMLProfileRequestContext requestContext)
Selects the appropriate endpoint for the relying party and stores it in the request context. |
| Methods inherited from class edu.internet2.middleware.shibboleth.idp.profile.saml1.AbstractSAML1ProfileHandler |
|---|
buildAssertion, buildAttributeStatement, buildConditions, buildErrorResponse, buildNameId, buildResponse, buildStatus, buildSubject, checkSamlVersion, isSignAssertion, populateRequestContext, populateStatusResponse, populateUserInformation, resolveAttributes, resolvePrincipal, signAssertion, writeAuditLogEntry |
| Methods inherited from class edu.internet2.middleware.shibboleth.common.profile.provider.AbstractShibbolethProfileHandler |
|---|
getBuilderFactory, getParserPool, getProfileConfiguration, getRelyingPartyConfigurationManager, getSessionManager, getStorageService, setParserPool, setRelyingPartyConfigurationManager, setSessionManager, setStorageService |
| Methods inherited from class edu.internet2.middleware.shibboleth.common.profile.provider.AbstractRequestURIMappedProfileHandler |
|---|
getRequestPaths, setRequestPaths |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final org.slf4j.Logger log
private SAMLObjectBuilder<Response> responseBuilder
private SAMLObjectBuilder<AssertionConsumerService> acsEndpointBuilder
private SAMLArtifactMap artifactMap
| Constructor Detail |
|---|
public ArtifactResolution(SAMLArtifactMap map)
map - ArtifactMap used to lookup artifacts to be resolved.| Method Detail |
|---|
public String getProfileId()
getProfileId in class AbstractShibbolethProfileHandler<SAMLMDRelyingPartyConfigurationManager,Session>
public void processRequest(HTTPInTransport inTransport,
HTTPOutTransport outTransport)
throws ProfileException
ProfileException
protected void decodeRequest(ArtifactResolution.ArtifactResolutionRequestContext requestContext,
HTTPInTransport inTransport,
HTTPOutTransport outTransport)
throws ProfileException
inTransport - inbound message transportoutTransport - outbound message transportrequestContext - request context to which decoded information should be added
ProfileException - throw if there is a problem decoding the request
protected void populateRelyingPartyInformation(BaseSAMLProfileRequestContext requestContext)
throws ProfileException
populateRelyingPartyInformation in class AbstractSAMLProfileHandlerrequestContext - current request context
ProfileException - thrown if there is a problem looking up the relying party's metadata
protected void populateAssertingPartyInformation(BaseSAMLProfileRequestContext requestContext)
throws ProfileException
AbstractSAMLProfileHandler.populateRequestContext(BaseSAMLProfileRequestContext) has already invoked
AbstractSAMLProfileHandler.populateRelyingPartyInformation(BaseSAMLProfileRequestContext) has already been invoked and the
properties it provides are available in the request context.
This method requires the the following request context properties to be populated: metadata provider, relying
party configuration
This methods populates the following request context properties: local entity ID, outbound message issuer, local
entity metadata
populateAssertingPartyInformation in class AbstractSAMLProfileHandlerrequestContext - current request context
ProfileException - thrown if there is a problem looking up the asserting party's metadata
protected void populateSAMLMessageInformation(BaseSAMLProfileRequestContext requestContext)
throws ProfileException
AbstractSAMLProfileHandler.populateRequestContext(BaseSAMLProfileRequestContext) has already invoked
AbstractSAMLProfileHandler.populateRelyingPartyInformation(BaseSAMLProfileRequestContext),and
AbstractSAMLProfileHandler.populateAssertingPartyInformation(BaseSAMLProfileRequestContext) have already been invoked and the
properties they provide are available in the request context.
populateSAMLMessageInformation in class AbstractSAMLProfileHandlerrequestContext - current request context
ProfileException - thrown if there is a problem populating the request context with informationprotected Endpoint selectEndpoint(BaseSAMLProfileRequestContext requestContext)
selectEndpoint in class AbstractSAMLProfileHandlerrequestContext - current request context
protected void derferenceArtifacts(ArtifactResolution.ArtifactResolutionRequestContext requestContext)
throws ProfileException
requestContext - current request context
ProfileException - thrown if the incoming request does not contain any AssertionArtifacts.protected Response buildArtifactResponse(ArtifactResolution.ArtifactResolutionRequestContext requestContext)
requestContext - current request context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||