|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sourceid.saml20.service.ArtifactPersistenceService.Message
public static class ArtifactPersistenceService.Message
A wrapper around the actual protocol message along with some additional data that is needed when processing the artifact resolution request.
| Constructor Summary | |
|---|---|
ArtifactPersistenceService.Message(java.lang.Object msg)
|
|
ArtifactPersistenceService.Message(org.apache.xmlbeans.XmlObject xml,
java.lang.String entityId,
org.sourceid.saml20.metadata.Role partnerRole)
Creates a new message wrapper with the given parameters. |
|
| Method Summary | |
|---|---|
java.lang.String |
getEntityId()
Gets the entityId of the partner connection to whom the message was issued. |
java.util.Set<java.lang.String> |
getMaskedAttributeNames()
|
int |
getMessageHandleLength()
|
java.lang.Object |
getMsg()
|
org.sourceid.saml20.metadata.Role |
getPartnerRole()
Get the role of the partner connection to whom the message was issued. |
org.apache.xmlbeans.XmlObject |
getXml()
Gets the xml protocol message. |
void |
setMaskedAttributeNames(java.util.Set<java.lang.String> maskedAttributeNames)
|
void |
setMessageHandleLength(int messageHandleLength)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArtifactPersistenceService.Message(java.lang.Object msg)
public ArtifactPersistenceService.Message(org.apache.xmlbeans.XmlObject xml,
java.lang.String entityId,
org.sourceid.saml20.metadata.Role partnerRole)
xml - the xml protocol message.entityId - the entityId of the partner connection to whom the message was issued.partnerRole - the role of the partner connection to whom the message was issued.| Method Detail |
|---|
public org.apache.xmlbeans.XmlObject getXml()
public java.lang.String getEntityId()
public org.sourceid.saml20.metadata.Role getPartnerRole()
public java.util.Set<java.lang.String> getMaskedAttributeNames()
public void setMaskedAttributeNames(java.util.Set<java.lang.String> maskedAttributeNames)
public int getMessageHandleLength()
public void setMessageHandleLength(int messageHandleLength)
public java.lang.Object getMsg()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||