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
Nested ClassesModifier and TypeClassDescriptionstatic classTheServiceInstanceUpdateHeader.Credentialclass representsCredentialelement inServiceInstanceUpdateelement defined in SOAP binding schema. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetActor()Returns value ofactorattribute.Returns a list of value ofCredentialelement.Returns value ofEndpointelement.getId()Returns value ofidattribute.Returns value ofmustUnderstandattribute.Returns a list of value ofSecurityMechIDelement.voidSets value ofactorattribute.voidsetCredentials(List credentials) Sets a list of value ofCredentialelement.voidsetEndpoint(String endpoint) Sets value ofEndpointelement.voidsetMustUnderstand(Boolean mustUnderstand) Sets value ofmustUnderstandattribute.voidsetSecurityMechIDs(List securityMechIDs) Sets a list of value ofSecurityMechIDelement.voidsetSignFlag(boolean signFlag) Sets the sign flag.
-
Constructor Details
-
ServiceInstanceUpdateHeader
public ServiceInstanceUpdateHeader()Default Constructor.
-
-
Method Details
-
getSecurityMechIDs
Returns a list of value ofSecurityMechIDelement. Each entry of the list will be a String object.- Returns:
- a list of value of
SecurityMechIDelement
-
getCredentials
Returns a list of value ofCredentialelement. Each entry of the list will be aServiceInstanceUpdateHeader.Credentialobject.- Returns:
- a list of
Credentialelements.
-
getEndpoint
Returns value ofEndpointelement.- Returns:
- value of
Endpointelement
-
getId
Returns value ofidattribute.- Returns:
- value of
idattribute.
-
getMustUnderstand
Returns value ofmustUnderstandattribute.- Returns:
- value of
mustUnderstandattribute.
-
getActor
Returns value ofactorattribute.- Returns:
- value of
actorattribute.
-
setSecurityMechIDs
Sets a list of value ofSecurityMechIDelement. Each entry of the list will be a String object.- Parameters:
securityMechIDs- a list of value ofSecurityMechIDelement.
-
setCredentials
Sets a list of value ofCredentialelement. Each entry of the list will be aServiceInstanceUpdateHeader.Credentialobject.- Parameters:
credentials- a list of value ofCredentialelement
-
setEndpoint
Sets value ofEndpointelement.- Parameters:
endpoint- value ofEndpointelement.
-
setMustUnderstand
Sets value ofmustUnderstandattribute.- Parameters:
mustUnderstand- value ofmustUnderstandattribute.
-
setActor
Sets value ofactorattribute.- Parameters:
actor- value ofactorattribute.
-
setSignFlag
public void setSignFlag(boolean signFlag) Sets the sign flag. The header is signed if the value is true.- Parameters:
signFlag- the sign flag
-