Groovy Documentation

org.jdesktop.http
[Java] Enum Session.SecurityLevel

java.lang.Object
  org.jdesktop.http.Session.SecurityLevel

public enum Session.SecurityLevel

Specifies a value to use for security, either Low, Medium, or High. This is currently used for determining how to treat SSL connections.

See Also:
setSslSecurityLevel


Enum Constant Summary
High

Low

Medium

 
Method Summary
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Enum Constant Detail

High

Session.SecurityLevel High


Low

Session.SecurityLevel Low


Medium

Session.SecurityLevel Medium


 

Groovy Documentation