Package org.apache.openejb.jee.oejb2
Class WebServiceSecurityType
- java.lang.Object
-
- org.apache.openejb.jee.oejb2.WebServiceSecurityType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected AuthMethodTypeauthMethodprotected List<String>httpMethodprotected Propertiespropertiesprotected StringrealmNameprotected StringsecurityRealmNameprotected TransportGuaranteeTypetransportGuarantee
-
Constructor Summary
Constructors Constructor Description WebServiceSecurityType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthMethodTypegetAuthMethod()Gets the value of the authMethod property.List<String>getHttpMethod()Gets the value of the httpMethod property.PropertiesgetProperties()StringgetRealmName()Gets the value of the realmName property.StringgetSecurityRealmName()Gets the value of the securityRealmName property.TransportGuaranteeTypegetTransportGuarantee()Gets the value of the transportGuarantee property.voidsetAuthMethod(AuthMethodType value)Sets the value of the authMethod property.voidsetProperties(Properties properties)voidsetRealmName(String value)Sets the value of the realmName property.voidsetSecurityRealmName(String value)Sets the value of the securityRealmName property.voidsetTransportGuarantee(TransportGuaranteeType value)Sets the value of the transportGuarantee property.
-
-
-
Field Detail
-
securityRealmName
protected String securityRealmName
-
realmName
protected String realmName
-
transportGuarantee
protected TransportGuaranteeType transportGuarantee
-
authMethod
protected AuthMethodType authMethod
-
properties
protected Properties properties
-
-
Method Detail
-
getSecurityRealmName
public String getSecurityRealmName()
Gets the value of the securityRealmName property.- Returns:
- possible object is
String
-
setSecurityRealmName
public void setSecurityRealmName(String value)
Sets the value of the securityRealmName property.- Parameters:
value- allowed object isString
-
getRealmName
public String getRealmName()
Gets the value of the realmName property.- Returns:
- possible object is
String
-
setRealmName
public void setRealmName(String value)
Sets the value of the realmName property.- Parameters:
value- allowed object isString
-
getTransportGuarantee
public TransportGuaranteeType getTransportGuarantee()
Gets the value of the transportGuarantee property.- Returns:
- possible object is
TransportGuaranteeType
-
setTransportGuarantee
public void setTransportGuarantee(TransportGuaranteeType value)
Sets the value of the transportGuarantee property.- Parameters:
value- allowed object isTransportGuaranteeType
-
getAuthMethod
public AuthMethodType getAuthMethod()
Gets the value of the authMethod property.- Returns:
- possible object is
AuthMethodType
-
setAuthMethod
public void setAuthMethod(AuthMethodType value)
Sets the value of the authMethod property.- Parameters:
value- allowed object isAuthMethodType
-
getHttpMethod
public List<String> getHttpMethod()
Gets the value of the httpMethod property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not asetmethod 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 listString
-
getProperties
public Properties getProperties()
-
setProperties
public void setProperties(Properties properties)
-
-