public static class WebServiceBindingType.WebServiceSecurityType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected AuthMethodType |
authMethod |
protected List<String> |
httpMethod |
protected String |
realmName |
protected String |
securityRealmName |
protected TransportGuaranteeType |
transportGuarantee |
| Constructor and Description |
|---|
WebServiceBindingType.WebServiceSecurityType() |
WebServiceBindingType.WebServiceSecurityType(WebServiceSecurityType s) |
| Modifier and Type | Method and Description |
|---|---|
AuthMethodType |
getAuthMethod() |
List<String> |
getHttpMethod() |
String |
getRealmName() |
String |
getSecurityRealmName() |
TransportGuaranteeType |
getTransportGuarantee() |
void |
setAuthMethod(AuthMethodType value) |
void |
setRealmName(String value) |
void |
setSecurityRealmName(String value) |
void |
setTransportGuarantee(TransportGuaranteeType value) |
protected String securityRealmName
protected String realmName
protected TransportGuaranteeType transportGuarantee
protected AuthMethodType authMethod
public WebServiceBindingType.WebServiceSecurityType()
public WebServiceBindingType.WebServiceSecurityType(WebServiceSecurityType s)
public String getSecurityRealmName()
public void setSecurityRealmName(String value)
public String getRealmName()
public void setRealmName(String value)
public TransportGuaranteeType getTransportGuarantee()
public void setTransportGuarantee(TransportGuaranteeType value)
public AuthMethodType getAuthMethod()
public void setAuthMethod(AuthMethodType value)
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.