| | |
| | | * |
| | | * |
| | | * Copyright 2008-2009 Sun Microsystems, Inc. |
| | | * Portions Copyright 2013 ForgeRock AS |
| | | */ |
| | | |
| | | package org.opends.guitools.controlpanel.datamodel; |
| | | |
| | | import static org.opends.messages.AdminToolMessages.*; |
| | |
| | | */ |
| | | LDAPS(INFO_CTRL_PANEL_CONN_HANDLER_LDAPS.get()), |
| | | /** |
| | | * HTTP protocol. |
| | | */ |
| | | HTTP(INFO_CTRL_PANEL_CONN_HANDLER_HTTP.get()), |
| | | /** |
| | | * HTTP secure protocol. |
| | | */ |
| | | HTTPS(INFO_CTRL_PANEL_CONN_HANDLER_HTTPS.get()), |
| | | /** |
| | | * JMX protocol. |
| | | */ |
| | | JMX(INFO_CTRL_PANEL_CONN_HANDLER_JMX.get()), |
| | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | @Override |
| | | public int hashCode() |
| | | { |
| | | return hashCode; |
| | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | @Override |
| | | public String toString() |
| | | { |
| | | return toString; |
| | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | @Override |
| | | public boolean equals(Object o) |
| | | { |
| | | boolean equals = false; |