Class ServiceInstanceUpdateHeader
java.lang.Object
com.sun.identity.liberty.ws.soapbinding.ServiceInstanceUpdateHeader
The
ServiceInstanceUpdateHeader
class represents
ServiceInstanceUpdate
element defined in SOAP binding schema.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
TheServiceInstanceUpdateHeader.Credential
class representsCredential
element inServiceInstanceUpdate
element defined in SOAP binding schema. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetActor()
Returns value ofactor
attribute.Returns a list of value ofCredential
element.Returns value ofEndpoint
element.getId()
Returns value ofid
attribute.Returns value ofmustUnderstand
attribute.Returns a list of value ofSecurityMechID
element.void
Sets value ofactor
attribute.void
setCredentials
(List credentials) Sets a list of value ofCredential
element.void
setEndpoint
(String endpoint) Sets value ofEndpoint
element.void
setMustUnderstand
(Boolean mustUnderstand) Sets value ofmustUnderstand
attribute.void
setSecurityMechIDs
(List securityMechIDs) Sets a list of value ofSecurityMechID
element.void
setSignFlag
(boolean signFlag) Sets the sign flag.
-
Constructor Details
-
ServiceInstanceUpdateHeader
public ServiceInstanceUpdateHeader()Default Constructor.
-
-
Method Details
-
getSecurityMechIDs
Returns a list of value ofSecurityMechID
element. Each entry of the list will be a String object.- Returns:
- a list of value of
SecurityMechID
element
-
getCredentials
Returns a list of value ofCredential
element. Each entry of the list will be aServiceInstanceUpdateHeader.Credential
object.- Returns:
- a list of
Credential
elements.
-
getEndpoint
Returns value ofEndpoint
element.- Returns:
- value of
Endpoint
element
-
getId
Returns value ofid
attribute.- Returns:
- value of
id
attribute.
-
getMustUnderstand
Returns value ofmustUnderstand
attribute.- Returns:
- value of
mustUnderstand
attribute.
-
getActor
Returns value ofactor
attribute.- Returns:
- value of
actor
attribute.
-
setSecurityMechIDs
Sets a list of value ofSecurityMechID
element. Each entry of the list will be a String object.- Parameters:
securityMechIDs
- a list of value ofSecurityMechID
element.
-
setCredentials
Sets a list of value ofCredential
element. Each entry of the list will be aServiceInstanceUpdateHeader.Credential
object.- Parameters:
credentials
- a list of value ofCredential
element
-
setEndpoint
Sets value ofEndpoint
element.- Parameters:
endpoint
- value ofEndpoint
element.
-
setMustUnderstand
Sets value ofmustUnderstand
attribute.- Parameters:
mustUnderstand
- value ofmustUnderstand
attribute.
-
setActor
Sets value ofactor
attribute.- Parameters:
actor
- value ofactor
attribute.
-
setSignFlag
public void setSignFlag(boolean signFlag) Sets the sign flag. The header is signed if the value is true.- Parameters:
signFlag
- the sign flag
-