|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IObjectSafety
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 |
---|
static final java.lang.String INTERFACE_IDENTIFIER
static final int INTERFACESAFE_FOR_UNTRUSTED_CALLER
static final int INTERFACESAFE_FOR_UNTRUSTED_DATA
static final int INTERFACE_USES_DISPEX
static final int INTERFACE_USES_SECURITY_MANAGER
Method Detail |
---|
void getInterfaceSafetyOptions(IID iid, UInt32 supportedOptions, UInt32 enabledOptions) throws ComException
ComException
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 |