|
Oracle Communications Service Broker Platform MBean Java API Reference 6.0 E26173-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.axia.config.beans.protocol.http.NetworkAccessPoint
public class NetworkAccessPoint
Java class for NetworkAccessPoint complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NetworkAccessPoint">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="address" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="port" type="{http://www.w3.org/2001/XMLSchema}int" default="8080" />
<attribute name="protocol" default="HTTP">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="HTTP"/>
<enumeration value="HTTPS"/>
</restriction>
</simpleType>
</attribute>
<attribute name="clientAuthEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="keystoreId" type="{http://www.w3.org/2001/XMLSchema}string" default="default_keystore" />
<attribute name="truststoreId" type="{http://www.w3.org/2001/XMLSchema}string" default="default_truststore" />
<attribute name="target" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
address |
protected java.lang.Boolean |
clientAuthEnabled |
protected java.lang.String |
keystoreId |
protected java.lang.Integer |
port |
protected java.lang.String |
protocol |
protected java.lang.String |
target |
protected java.lang.String |
truststoreId |
| Constructor Summary | |
|---|---|
NetworkAccessPoint()Default Constructor |
|
NetworkAccessPoint(java.lang.String address, java.lang.Integer port, java.lang.String protocol, java.lang.Boolean clientAuthEnabled, java.lang.String keystoreId, java.lang.String truststoreId, java.lang.String target) |
|
| Method Summary | |
|---|---|
java.lang.String |
getAddress()Gets the value of the address property. |
java.lang.String |
getKeystoreId()Gets the value of the keystoreId property. |
int |
getPort()Gets the value of the port property. |
java.lang.String |
getProtocol()Gets the value of the protocol property. |
java.lang.String |
getTarget()Gets the value of the target property. |
java.lang.String |
getTruststoreId()Gets the value of the truststoreId property. |
boolean |
isClientAuthEnabled()Gets the value of the clientAuthEnabled property. |
void |
setAddress(java.lang.String value)Sets the value of the address property. |
void |
setClientAuthEnabled(java.lang.Boolean value)Sets the value of the clientAuthEnabled property. |
void |
setKeystoreId(java.lang.String value)Sets the value of the keystoreId property. |
void |
setPort(java.lang.Integer value)Sets the value of the port property. |
void |
setProtocol(java.lang.String value)Sets the value of the protocol property. |
void |
setTarget(java.lang.String value)Sets the value of the target property. |
void |
setTruststoreId(java.lang.String value)Sets the value of the truststoreId 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 address
protected java.lang.Integer port
protected java.lang.String protocol
protected java.lang.Boolean clientAuthEnabled
protected java.lang.String keystoreId
protected java.lang.String truststoreId
protected java.lang.String target
| Constructor Detail |
|---|
public NetworkAccessPoint()
public NetworkAccessPoint(java.lang.String address,
java.lang.Integer port,
java.lang.String protocol,
java.lang.Boolean clientAuthEnabled,
java.lang.String keystoreId,
java.lang.String truststoreId,
java.lang.String target)
| Method Detail |
|---|
public java.lang.String getAddress()
getAddress in interface NetworkAccessPointReadOnlyMBeanStringpublic void setAddress(java.lang.String value)
setAddress in interface NetworkAccessPointMBeanvalue - allowed object is Stringpublic int getPort()
getPort in interface NetworkAccessPointReadOnlyMBeanIntegerpublic void setPort(java.lang.Integer value)
setPort in interface NetworkAccessPointMBeanvalue - allowed object is Integerpublic java.lang.String getProtocol()
getProtocol in interface NetworkAccessPointReadOnlyMBeanStringpublic void setProtocol(java.lang.String value)
setProtocol in interface NetworkAccessPointMBeanvalue - allowed object is Stringpublic boolean isClientAuthEnabled()
isClientAuthEnabled in interface NetworkAccessPointMBeanBooleanpublic void setClientAuthEnabled(java.lang.Boolean value)
setClientAuthEnabled in interface NetworkAccessPointMBeanvalue - allowed object is Booleanpublic java.lang.String getKeystoreId()
getKeystoreId in interface NetworkAccessPointReadOnlyMBeanStringpublic void setKeystoreId(java.lang.String value)
setKeystoreId in interface NetworkAccessPointMBeanvalue - allowed object is Stringpublic java.lang.String getTruststoreId()
getTruststoreId in interface NetworkAccessPointReadOnlyMBeanStringpublic void setTruststoreId(java.lang.String value)
setTruststoreId in interface NetworkAccessPointMBeanvalue - allowed object is Stringpublic java.lang.String getTarget()
getTarget in interface NetworkAccessPointReadOnlyMBeanStringpublic void setTarget(java.lang.String value)
setTarget in interface NetworkAccessPointMBeanvalue - allowed object is String
|
Oracle Communications Service Broker Platform MBean Java API Reference 6.0 E26173-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||