|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.oejb2.WebServiceSecurityType
public class WebServiceSecurityType
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://openejb.apache.org/xml/ns/openejb-jar-2.2}transport-guaranteeType"/>
<element name="auth-method" type="{http://openejb.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 | |
|---|---|
protected AuthMethodType |
authMethod
|
protected java.util.List<java.lang.String> |
httpMethod
|
protected java.util.Properties |
properties
|
protected java.lang.String |
realmName
|
protected java.lang.String |
securityRealmName
|
protected TransportGuaranteeType |
transportGuarantee
|
| Constructor Summary | |
|---|---|
WebServiceSecurityType()
|
|
| Method Summary | |
|---|---|
AuthMethodType |
getAuthMethod()
Gets the value of the authMethod property. |
java.util.List<java.lang.String> |
getHttpMethod()
Gets the value of the httpMethod property. |
java.util.Properties |
getProperties()
|
java.lang.String |
getRealmName()
Gets the value of the realmName property. |
java.lang.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(java.util.Properties properties)
|
void |
setRealmName(java.lang.String value)
Sets the value of the realmName property. |
void |
setSecurityRealmName(java.lang.String value)
Sets the value of the securityRealmName property. |
void |
setTransportGuarantee(TransportGuaranteeType value)
Sets the value of the transportGuarantee property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String securityRealmName
protected java.lang.String realmName
protected TransportGuaranteeType transportGuarantee
protected AuthMethodType authMethod
protected java.util.List<java.lang.String> httpMethod
protected java.util.Properties properties
| Constructor Detail |
|---|
public WebServiceSecurityType()
| Method Detail |
|---|
public java.lang.String getSecurityRealmName()
Stringpublic void setSecurityRealmName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRealmName()
Stringpublic void setRealmName(java.lang.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 java.util.List<java.lang.String> getHttpMethod()
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 a 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
String
public java.util.Properties getProperties()
public void setProperties(java.util.Properties properties)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||