|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.ws.message.encoder.BaseMessageEncoder
org.opensaml.saml1.binding.encoding.BaseSAML1MessageEncoder
org.opensaml.saml1.binding.encoding.HTTPArtifactEncoder
public class HTTPArtifactEncoder
SAML 1.X HTTP Artifact message encoder.
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
HTTPArtifactEncoder(SAMLArtifactMap map)
Constructor. |
|
| Method Summary | |
|---|---|
protected void |
doEncode(MessageContext messageContext)
|
String |
getBindingURI()
Gets the SAML binding URI supported by this encoder. |
boolean |
providesMessageConfidentiality(MessageContext messageContext)
|
boolean |
providesMessageIntegrity(MessageContext messageContext)
|
| Methods inherited from class org.opensaml.saml1.binding.encoding.BaseSAML1MessageEncoder |
|---|
getAllowedURLSchemes, getEndpointURL, setAllowedURLSchemes, signMessage |
| Methods inherited from class org.opensaml.ws.message.encoder.BaseMessageEncoder |
|---|
encode, logEncodedMessage, marshallMessage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.opensaml.ws.message.encoder.MessageEncoder |
|---|
encode |
| Field Detail |
|---|
private final org.slf4j.Logger log
private SAMLArtifactMap artifactMap
private byte[] defaultArtifactType
| Constructor Detail |
|---|
public HTTPArtifactEncoder(SAMLArtifactMap map)
map - SAML artifact map used to store created artifacts for later retrival| Method Detail |
|---|
public 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 BaseMessageEncoderMessageEncodingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||