|
||||||||||
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"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected AuthMethodType |
authMethod
|
protected String |
realmName
|
protected String |
securityRealmName
|
protected TransportGuaranteeType |
transportGuarantee
|
Constructor Summary | |
---|---|
WebServiceSecurityType()
|
Method Summary | |
---|---|
AuthMethodType |
getAuthMethod()
Gets the value of the authMethod property. |
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 |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String securityRealmName
protected String realmName
protected TransportGuaranteeType transportGuarantee
protected AuthMethodType authMethod
Constructor Detail |
---|
public WebServiceSecurityType()
Method Detail |
---|
public String getSecurityRealmName()
String
public void setSecurityRealmName(String value)
value
- allowed object is
String
public String getRealmName()
String
public void setRealmName(String value)
value
- allowed object is
String
public TransportGuaranteeType getTransportGuarantee()
TransportGuaranteeType
public void setTransportGuarantee(TransportGuaranteeType value)
value
- allowed object is
TransportGuaranteeType
public AuthMethodType getAuthMethod()
AuthMethodType
public void setAuthMethod(AuthMethodType value)
value
- allowed object is
AuthMethodType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |