|
JSCAPE MFT Server | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jscape.inet.mft.management.descriptors.WebDavServiceDescriptor
public class WebDavServiceDescriptor
WebDAV service descriptor. The service described by this descriptor takes responsibility for providing WebDAV server access.
Constructor Summary | |
---|---|
WebDavServiceDescriptor()
This constructor is used by serialization sub-system and is not intended to use directly in client code. |
|
WebDavServiceDescriptor(boolean httpAllowed,
boolean httpsAllowed)
Creates a new descriptor instance. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
boolean |
getHttpAllowed()
Returns HTTP access flag. |
boolean |
getHttpsAllowed()
Returns HTTPS access flag. |
void |
setHttpAllowed(boolean value)
Sets HTTP access flag. |
void |
setHttpsAllowed(boolean value)
Sets HTTPS access flag. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WebDavServiceDescriptor(boolean httpAllowed, boolean httpsAllowed)
httpAllowed
- HTTP access flaghttpsAllowed
- HTTPS access flagpublic WebDavServiceDescriptor()
Method Detail |
---|
public boolean getHttpAllowed()
public void setHttpAllowed(boolean value)
value
- HTTP access flagpublic boolean getHttpsAllowed()
public void setHttpsAllowed(boolean value)
value
- HTTPS access flagpublic boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
JSCAPE MFT Server | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |