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