|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface provides methods to get and set safety options.
| Field Summary | |
static java.lang.String |
INTERFACE_IDENTIFIER
|
static int |
INTERFACE_USES_DISPEX
Object knows to use IDispatchEx |
static int |
INTERFACE_USES_SECURITY_MANAGER
Object knows to use IInternetHostSecurityManager |
static int |
INTERFACESAFE_FOR_UNTRUSTED_CALLER
Caller of interface may be untrusted |
static int |
INTERFACESAFE_FOR_UNTRUSTED_DATA
Data passed into interface may be untrusted. |
| Method Summary | |
void |
getInterfaceSafetyOptions(IID iid,
UInt32 supportedOptions,
UInt32 enabledOptions)
|
void |
setInterfaceSafetyOptions(IID iid,
UInt32 optionSetMask,
UInt32 enabledOptions)
|
| Methods inherited from interface com.jniwrapper.win32.com.IUnknown |
addRef, isNull, queryInterface, release, setNull |
| Methods inherited from interface com.jniwrapper.AutoDeleteParameter |
isAutoDelete, setAutoDelete |
| Field Detail |
public static final java.lang.String INTERFACE_IDENTIFIER
public static final int INTERFACESAFE_FOR_UNTRUSTED_CALLER
public static final int INTERFACESAFE_FOR_UNTRUSTED_DATA
public static final int INTERFACE_USES_DISPEX
public static final int INTERFACE_USES_SECURITY_MANAGER
| Method Detail |
public void getInterfaceSafetyOptions(IID iid,
UInt32 supportedOptions,
UInt32 enabledOptions)
throws ComException
ComException
public void setInterfaceSafetyOptions(IID iid,
UInt32 optionSetMask,
UInt32 enabledOptions)
throws ComException
ComException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||