public class Sender
extends org.opensaml.xmlsec.signature.AbstractSignableXMLObject
implements org.opensaml.core.xml.AttributeExtensibleXMLObject
<xs:complexType name="SenderType">
<xs:attribute name="providerID" type="xs:anyURI" use="required"/>
<xs:attribute name="affiliationID" type="xs:anyURI" use="optional"/>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>
<xs:element name="Sender" type="SenderType"/>
| Modifier and Type | Class and Description |
|---|---|
static class |
Sender.Builder
Internal Builder
|
static class |
Sender.Marshaller
Internal Marshaller
|
static class |
Sender.Unmarshaller
Internal Unmarshaller
|
| Modifier and Type | Field and Description |
|---|---|
private String |
affiliationID |
static String |
ATT_AFFILIATION_ID |
static String |
ATT_PROVIDER_ID |
static String |
LOCAL_NAME |
private String |
providerID |
private org.opensaml.core.xml.util.AttributeMap |
unknownAttributes |
| Modifier | Constructor and Description |
|---|---|
|
Sender() |
protected |
Sender(String namespaceURI,
String elementLocalName,
String namespacePrefix) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAffiliationID() |
List<org.opensaml.core.xml.XMLObject> |
getOrderedChildren() |
String |
getProviderID() |
org.opensaml.core.xml.util.AttributeMap |
getUnknownAttributes() |
void |
setAffiliationID(String affiliationID) |
void |
setProviderID(String providerID) |
getSignature, isSigned, setSignaturedetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationpublic static final String LOCAL_NAME
private String providerID
private String affiliationID
private org.opensaml.core.xml.util.AttributeMap unknownAttributes
public static final String ATT_PROVIDER_ID
public static final String ATT_AFFILIATION_ID
public String getAffiliationID()
public void setAffiliationID(String affiliationID)
public String getProviderID()
public void setProviderID(String providerID)
public List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
getOrderedChildren in interface org.opensaml.core.xml.XMLObjectpublic org.opensaml.core.xml.util.AttributeMap getUnknownAttributes()
getUnknownAttributes in interface org.opensaml.core.xml.AttributeExtensibleXMLObjectCopyright © 1999–2015. All rights reserved.