public class WebProtocol
extends java.lang.Object
| Constructor and Description |
|---|
WebProtocol()
Initializes a new instance of the WebProtocol class.
|
| Modifier and Type | Method and Description |
|---|---|
ExternalAccess |
getExternalAccess()
Gets the Outlook Web Access URLs that a client can connect to when it is outside the firewall.
|
InternalAccess |
getInternalAccess()
Gets the Outlook Web Access URLs that a client can connect to when it is inside the firewall.
|
ProtocolType |
getType()
Gets the type of the configured mail account.
|
void |
setExternalAccess(ExternalAccess externalAccess)
Sets the Outlook Web Access URLs that a client can connect to when it is outside the firewall.
|
void |
setInternalAccess(InternalAccess internalAccess)
Sets the Outlook Web Access URLs that a client can connect to when it is inside the firewall.
|
public WebProtocol()
public ProtocolType getType()
public InternalAccess getInternalAccess()
public void setInternalAccess(InternalAccess internalAccess)
internalAccess - the new internal accesspublic ExternalAccess getExternalAccess()
public void setExternalAccess(ExternalAccess externalAccess)
externalAccess - the new external access