public static class WebServiceBindingType.WebServiceSecurityType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected AuthMethodType |
authMethod |
protected java.util.List<java.lang.String> |
httpMethod |
protected java.lang.String |
realmName |
protected java.lang.String |
securityRealmName |
protected TransportGuaranteeType |
transportGuarantee |
Constructor and Description |
---|
WebServiceSecurityType() |
WebServiceSecurityType(WebServiceSecurityType s) |
Modifier and Type | Method and Description |
---|---|
AuthMethodType |
getAuthMethod() |
java.util.List<java.lang.String> |
getHttpMethod() |
java.lang.String |
getRealmName() |
java.lang.String |
getSecurityRealmName() |
TransportGuaranteeType |
getTransportGuarantee() |
void |
setAuthMethod(AuthMethodType value) |
void |
setRealmName(java.lang.String value) |
void |
setSecurityRealmName(java.lang.String value) |
void |
setTransportGuarantee(TransportGuaranteeType value) |
protected java.lang.String securityRealmName
protected java.lang.String realmName
protected TransportGuaranteeType transportGuarantee
protected AuthMethodType authMethod
protected java.util.List<java.lang.String> httpMethod
public WebServiceSecurityType()
public WebServiceSecurityType(WebServiceSecurityType s)
public java.lang.String getSecurityRealmName()
public void setSecurityRealmName(java.lang.String value)
public java.lang.String getRealmName()
public void setRealmName(java.lang.String value)
public TransportGuaranteeType getTransportGuarantee()
public void setTransportGuarantee(TransportGuaranteeType value)
public AuthMethodType getAuthMethod()
public void setAuthMethod(AuthMethodType value)
public java.util.List<java.lang.String> getHttpMethod()