public class SAML1ArtifactType0002Builder extends Object implements SAML1ArtifactBuilder<SAML1ArtifactType0002>
| Modifier and Type | Field and Description |
|---|---|
private org.slf4j.Logger |
log
Class logger.
|
| Constructor and Description |
|---|
SAML1ArtifactType0002Builder() |
| Modifier and Type | Method and Description |
|---|---|
SAML1ArtifactType0002 |
buildArtifact(byte[] artifact)
Builds a populated artifact given the artifact's byte-array representation.
|
SAML1ArtifactType0002 |
buildArtifact(MessageContext<SAMLObject> requestContext,
Assertion assertion)
Builds an artifact, for the given assertion, destined for the outbound message recipient.
|
protected String |
getArsEndpointUrl(MessageContext<SAMLObject> requestContext)
Gets the index of the source artifact resolution service.
|
protected SAMLArtifactContext |
getArtifactContext(MessageContext<SAMLObject> requestContext)
Get the artifact context.
|
@Nonnull private final org.slf4j.Logger log
@Nullable public SAML1ArtifactType0002 buildArtifact(@Nonnull@NotEmpty byte[] artifact)
buildArtifact in interface SAML1ArtifactBuilder<SAML1ArtifactType0002>artifact - the byte representation of the artifact@Nullable public SAML1ArtifactType0002 buildArtifact(@Nonnull MessageContext<SAMLObject> requestContext, @Nonnull Assertion assertion)
buildArtifact in interface SAML1ArtifactBuilder<SAML1ArtifactType0002>requestContext - request contextassertion - assertion to build artifact for@Nullable protected SAMLArtifactContext getArtifactContext(@Nonnull MessageContext<SAMLObject> requestContext)
requestContext - the current message context@Nullable protected String getArsEndpointUrl(@Nonnull MessageContext<SAMLObject> requestContext)
requestContext - current request contextCopyright © 1999–2019 Shibboleth Consortium. All rights reserved.