KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > wmi > WbemAuthenticationLevelEnum


1 // GENERATED. DO NOT MODIFY
2
package wmi;
3
4 import com4j.*;
5
6 /**
7  * Defines the security authentication level
8  */

9 public enum WbemAuthenticationLevelEnum {
10     wbemAuthenticationLevelDefault, // 0
11
wbemAuthenticationLevelNone, // 1
12
wbemAuthenticationLevelConnect, // 2
13
wbemAuthenticationLevelCall, // 3
14
wbemAuthenticationLevelPkt, // 4
15
wbemAuthenticationLevelPktIntegrity, // 5
16
wbemAuthenticationLevelPktPrivacy, // 6
17
}
18
Popular Tags