Groovy Documentation

org.jdesktop.http
[Java] Class DefaultSecurityHandler

java.lang.Object
  org.jdesktop.http.DefaultSecurityHandler
All Implemented Interfaces:
SecurityHandler

class DefaultSecurityHandler
extends Object

Authors:
rbair


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

accepted

private boolean accepted


message

private String message


messagePane

private JEditorPane messagePane


 
Constructor Detail

DefaultSecurityHandler

DefaultSecurityHandler()


 
Method Detail

createDialog

private JDialog createDialog()


isServerTrusted

public boolean isServerTrusted(String host, X509Certificate cert)


 

Groovy Documentation