Interface SecurityEventObject.Scheme
-
- Enclosing class:
- SecurityEventObject
public static interface SecurityEventObject.SchemeThe scheme of the uri.
-
-
Field Detail
-
UNKNOWN
static final String UNKNOWN
unknown.- See Also:
- Constant Field Values
-
HTTP
static final String HTTP
http.- See Also:
- Constant Field Values
-
HTTPS
static final String HTTPS
https.- See Also:
- Constant Field Values
-
-