|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SSLTerminationApi
The SSL Termination feature allows a load balancer user to terminate SSL traffic at the load balancer layer versus at the web server layer. A user may choose to configure SSL Termination using a key and an SSL certificate or an (Intermediate) SSL certificate.
When SSL Termination is configured on a load balancer, a secure shadow server is created that listens only for secure traffic on a user-specified port. This shadow server is only visible to and manageable by the system. Existing or updated attributes on a load balancer with SSL Termination will also apply to its shadow server. For example, if Connection Logging is enabled on an SSL load balancer, it will also be enabled on the shadow server and Cloud Files logs will contain log files for both. Notes
| Method Summary | |
|---|---|
void |
createOrUpdate(SSLTermination sslTermination)
Create or update SSL termination. |
boolean |
delete()
Delete SSL termination. |
SSLTermination |
get()
Get SSL termination info. |
| Method Detail |
|---|
@Named(value="ssltermination:create") void createOrUpdate(SSLTermination sslTermination)
@Named(value="ssltermination:get") SSLTermination get()
@Named(value="ssltermination:delete") boolean delete()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||