Class ServiceInstanceUpdateHeader
- java.lang.Object
-
- com.sun.identity.liberty.ws.soapbinding.ServiceInstanceUpdateHeader
-
public class ServiceInstanceUpdateHeader extends Object
TheServiceInstanceUpdateHeaderclass representsServiceInstanceUpdateelement defined in SOAP binding schema.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classServiceInstanceUpdateHeader.CredentialTheServiceInstanceUpdateHeader.Credentialclass representsCredentialelement inServiceInstanceUpdateelement defined in SOAP binding schema.
-
Constructor Summary
Constructors Constructor Description ServiceInstanceUpdateHeader()Default Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetActor()Returns value ofactorattribute.ListgetCredentials()Returns a list of value ofCredentialelement.StringgetEndpoint()Returns value ofEndpointelement.StringgetId()Returns value ofidattribute.BooleangetMustUnderstand()Returns value ofmustUnderstandattribute.ListgetSecurityMechIDs()Returns a list of value ofSecurityMechIDelement.voidsetActor(String actor)Sets 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.
-
-
-
Method Detail
-
getSecurityMechIDs
public List 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
public List getCredentials()
Returns a list of value ofCredentialelement. Each entry of the list will be aServiceInstanceUpdateHeader.Credentialobject.- Returns:
- a list of
Credentialelements.
-
getEndpoint
public String getEndpoint()
Returns value ofEndpointelement.- Returns:
- value of
Endpointelement
-
getId
public String getId()
Returns value ofidattribute.- Returns:
- value of
idattribute.
-
getMustUnderstand
public Boolean getMustUnderstand()
Returns value ofmustUnderstandattribute.- Returns:
- value of
mustUnderstandattribute.
-
getActor
public String getActor()
Returns value ofactorattribute.- Returns:
- value of
actorattribute.
-
setSecurityMechIDs
public void setSecurityMechIDs(List securityMechIDs)
Sets a list of value ofSecurityMechIDelement. Each entry of the list will be a String object.- Parameters:
securityMechIDs- a list of value ofSecurityMechIDelement.
-
setCredentials
public void setCredentials(List credentials)
Sets a list of value ofCredentialelement. Each entry of the list will be aServiceInstanceUpdateHeader.Credentialobject.- Parameters:
credentials- a list of value ofCredentialelement
-
setEndpoint
public void setEndpoint(String endpoint)
Sets value ofEndpointelement.- Parameters:
endpoint- value ofEndpointelement.
-
setMustUnderstand
public void setMustUnderstand(Boolean mustUnderstand)
Sets value ofmustUnderstandattribute.- Parameters:
mustUnderstand- value ofmustUnderstandattribute.
-
setActor
public void setActor(String actor)
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
-
-