enableHTTPS(boolean) method
Enable the HTTPS connection between the client and SUP server.
Syntax
void
enableHTTPS
(
boolean
useHTTPS
)
throws
ODPException
Parameters
useHTTPS
– Flag to set HTTPS connection. Set to "true", if the protocol to be used is HTTPS. Set to "false", if the protocol to be used is HTTP. Note: The default protocol is HTTP.
Exceptions
ODPException class
–
Examples
Example 1
–
ODPUserManager.enableHTTPS(true);
Parent topic:
ODPUserManager class
Created November 9, 2013.
To comment on this topic, go to:
DocCommentXchange
.