org.opensaml.saml1.binding.encoding
public class HTTPArtifactEncoder extends BaseSAML1MessageEncoder
Modifier and Type | Field and Description |
---|---|
private SAMLArtifactMap |
artifactMap
SAML artifact map used to store created artifacts for later retrival.
|
private byte[] |
defaultArtifactType
Default artifact type to use when encoding messages.
|
private org.slf4j.Logger |
log
Class logger.
|
Constructor and Description |
---|
HTTPArtifactEncoder(SAMLArtifactMap map)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
doEncode(MessageContext messageContext) |
String |
getBindingURI()
Gets the SAML binding URI supported by this encoder.
|
boolean |
providesMessageConfidentiality(MessageContext messageContext) |
boolean |
providesMessageIntegrity(MessageContext messageContext) |
getAllowedURLSchemes, getEndpointURL, setAllowedURLSchemes, signMessage
encode, logEncodedMessage, marshallMessage
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
encode
private final org.slf4j.Logger log
private SAMLArtifactMap artifactMap
private byte[] defaultArtifactType
public HTTPArtifactEncoder(SAMLArtifactMap map)
map
- SAML artifact map used to store created artifacts for later retrivalpublic String getBindingURI()
public boolean providesMessageConfidentiality(MessageContext messageContext) throws MessageEncodingException
MessageEncodingException
public boolean providesMessageIntegrity(MessageContext messageContext) throws MessageEncodingException
MessageEncodingException
protected void doEncode(MessageContext messageContext) throws MessageEncodingException
doEncode
in class BaseMessageEncoder
MessageEncodingException
Copyright © 1999-2013 JBoss by Red Hat. All Rights Reserved.