public class EndpointUpdate extends EndpointReference
Note: The use of this header block allows the sender of the message to convey updates to security tokens, essentially providing a token renewal mechanism. This is not discussed further in this specification.
<xs:complexType name="EndpointUpdateType">
<xs:complexContent>
<xs:extension base="wsa:EndpointReferenceType">
<xs:attribute name="updateType" type="xs:anyURI" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:element name="EndpointUpdate" type="EndpointUpdateType"/>
| Modifier and Type | Class and Description |
|---|---|
static class |
EndpointUpdate.Builder
Internal Builder
|
static class |
EndpointUpdate.Marshaller
Internal Marshaller
|
static class |
EndpointUpdate.Unmarshaller
Internal Unmarshaller
|
static class |
EndpointUpdate.UpdateType |
| Modifier and Type | Field and Description |
|---|---|
static String |
ATT_UPDATE_TYPE |
static String |
LOCAL_NAME |
static String |
NO_ADDRESS_CHANGE
If updateType has the value urn:liberty:sb:2006-08:EndpointUpdate:Partial, the
|
private EndpointUpdate.UpdateType |
updateType |
ATT_ID, ATT_NOT_ON_OR_AFTER| Modifier | Constructor and Description |
|---|---|
protected |
EndpointUpdate() |
protected |
EndpointUpdate(String namespaceURI,
String elementLocalName,
String namespacePrefix) |
| Modifier and Type | Method and Description |
|---|---|
EndpointUpdate.UpdateType |
getUpdateType() |
boolean |
isNoAddressChange()
This method indicates to the caller that there is no address change in the EndpointUpdate
|
void |
setUpdateType(EndpointUpdate.UpdateType updateType) |
freshEndpointReference, getAddress, getId, getMetadata, getNotOnOrAfter, getOrderedChildren, getReferenceParameters, getUnknownXMLObjects, getUnknownXMLObjects, securityMechIDStringsFromEPR, setAddress, setId, setMetadata, setNotOnOrAfter, setReferenceParameters, simplePrettyDescription, toStringgetSignature, 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, 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 EndpointUpdate.UpdateType updateType
public static final String ATT_UPDATE_TYPE
public static final String NO_ADDRESS_CHANGE
public boolean isNoAddressChange()
public EndpointUpdate.UpdateType getUpdateType()
public void setUpdateType(EndpointUpdate.UpdateType updateType)
Copyright © 1999–2015. All rights reserved.