|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for Provider specific callbacks to the CIMOM.
Method Summary | |
java.lang.String |
decryptData(java.lang.String encryptedData)
Decrypts the specified string value using the authentication session key, if the value is encrypted. |
void |
deliverEvent(java.lang.String namespace,
CIMInstance indication)
Method used by event providers to deliver indications into the CIM object manager. |
int |
getCurrentAuditId()
Returns a usually unique identifier for the session to be used in auditing records to identify the remote client connection. |
java.lang.String |
getCurrentClientHost()
Returns the remote client host name for the current session. |
java.lang.String |
getCurrentRole()
Returns the current role assumed by the current authenticated user. |
java.lang.String |
getCurrentUser()
Returns the current user on whose behalf the provider has been invoked. |
InstanceProvider |
getInternalProvider()
Returns handle to an internal instance provider which can be used to store static instance information for the provider. |
Methods inherited from interface com.sun.wbem.client.CIMOMHandle |
addCIMListener,
associatorNames,
associators,
close,
createClass,
createInstance,
createNameSpace,
createQualifierType,
deleteClass,
deleteInstance,
deleteNameSpace,
deleteQualifierType,
encryptData,
enumClass,
enumClass,
enumInstances,
enumInstances,
enumNameSpace,
enumQualifierTypes,
execQuery,
getClass,
getInstance,
getProperty,
getQualifierType,
invokeMethod,
referenceNames,
references,
removeCIMListener,
setClass,
setInstance,
setProperty,
setQualifierType |
Method Detail |
public InstanceProvider getInternalProvider()
public java.lang.String getCurrentUser()
public java.lang.String getCurrentRole()
public java.lang.String getCurrentClientHost()
public int getCurrentAuditId()
public java.lang.String decryptData(java.lang.String encryptedData)
encryptedData
- A bracketed string of hexadecimal characters
representing an encrypted ASCII string value.public void deliverEvent(java.lang.String namespace, CIMInstance indication)
namespace
- The namespace to which this event pertains.indication
- The actual indication
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |