|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.jdesktop.http.DefaultSecurityHandler
class DefaultSecurityHandler extends Object
| Field Summary | |
|---|---|
private boolean |
accepted
|
private String |
message
|
private JEditorPane |
messagePane
|
| Constructor Summary | |
DefaultSecurityHandler()
|
|
| Method Summary | |
|---|---|
private JDialog
|
createDialog()
|
boolean
|
isServerTrusted(String host, X509Certificate cert)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private boolean accepted
private String message
private JEditorPane messagePane
| Constructor Detail |
|---|
DefaultSecurityHandler()
| Method Detail |
|---|
private JDialog createDialog()
public boolean isServerTrusted(String host, X509Certificate cert)
Groovy Documentation