cn.chenlichao.wmi4j
类 AbstractSecurityScriptingObject
java.lang.Object
cn.chenlichao.wmi4j.AbstractSecurityScriptingObject
- 直接已知子类:
- SWbemEventSource, SWbemLastError, SWbemObject, SWbemObjectPath, SWbemServices
public abstract class AbstractSecurityScriptingObject
- extends Object
Objects have a security property, which is the SWbemSecurity object.
Created by chenlichao on 14-7-28.
getSecurity
public SWbemSecurity getSecurity()
throws WMIException
- The security property is used to read, or set the security settings.
This property is an
SWbemSecurity object. The security settings in this object do not indicate the authentication,
impersonation, or privilege settings made on a connection to Windows Management Instrumentation (WMI),
or the security in effect for the proxy when an object is delivered to a sink in an asynchronous call.
Note: Setting the Security_ property of an SWbemObject object to NULL grants unlimited access to everyone all the time.
For more information, see SWbemSecurity.
- 返回:
- The security settings of this WMI object.
- 抛出:
WMIException
Copyright © 2014. All rights reserved.