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.


方法摘要
 SWbemSecurity getSecurity()
          The security property is used to read, or set the security settings.
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

方法详细信息

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.