public class WebServiceSecurityType extends Object
Java class for web-service-securityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="web-service-securityType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="security-realm-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="realm-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="transport-guarantee" type="{http://tomee.apache.org/xml/ns/openejb-jar-2.2}transport-guaranteeType"/>
<element name="auth-method" type="{http://tomee.apache.org/xml/ns/openejb-jar-2.2}auth-methodType"/>
<element name="http-method" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AuthMethodType |
authMethod |
protected List<String> |
httpMethod |
protected Properties |
properties |
protected String |
realmName |
protected String |
securityRealmName |
protected TransportGuaranteeType |
transportGuarantee |
| Constructor and Description |
|---|
WebServiceSecurityType() |
| Modifier and Type | Method and Description |
|---|---|
AuthMethodType |
getAuthMethod()
Gets the value of the authMethod property.
|
List<String> |
getHttpMethod()
Gets the value of the httpMethod property.
|
Properties |
getProperties() |
String |
getRealmName()
Gets the value of the realmName property.
|
String |
getSecurityRealmName()
Gets the value of the securityRealmName property.
|
TransportGuaranteeType |
getTransportGuarantee()
Gets the value of the transportGuarantee property.
|
void |
setAuthMethod(AuthMethodType value)
Sets the value of the authMethod property.
|
void |
setProperties(Properties properties) |
void |
setRealmName(String value)
Sets the value of the realmName property.
|
void |
setSecurityRealmName(String value)
Sets the value of the securityRealmName property.
|
void |
setTransportGuarantee(TransportGuaranteeType value)
Sets the value of the transportGuarantee property.
|
protected String securityRealmName
protected String realmName
protected TransportGuaranteeType transportGuarantee
protected AuthMethodType authMethod
protected Properties properties
public String getSecurityRealmName()
Stringpublic void setSecurityRealmName(String value)
value - allowed object is
Stringpublic String getRealmName()
Stringpublic void setRealmName(String value)
value - allowed object is
Stringpublic TransportGuaranteeType getTransportGuarantee()
TransportGuaranteeTypepublic void setTransportGuarantee(TransportGuaranteeType value)
value - allowed object is
TransportGuaranteeTypepublic AuthMethodType getAuthMethod()
AuthMethodTypepublic void setAuthMethod(AuthMethodType value)
value - allowed object is
AuthMethodTypepublic List<String> getHttpMethod()
set method for the httpMethod property.
For example, to add a new item, do as follows:
getHttpMethod().add(newItem);
Objects of the following type(s) are allowed in the list
Stringpublic Properties getProperties()
public void setProperties(Properties properties)
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.