|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectorg.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.
| 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 |
|---|
Session.SecurityLevel High
Session.SecurityLevel Low
Session.SecurityLevel Medium
Groovy Documentation