Package javax.wbem.client

Provides classes and interfaces for writing WBEM Clients.

See:
          Description

Interface Summary
WBEMClient The WBEMClient interface is used to invoke WBEM operations against a WBEM Server.
 

Class Summary
BatchResult The BatchResult class encapsulates the results from batch request.
PasswordCredential This class implements a password based credential for a user login authentication.
RoleCredential This class implements a password based credential for a role.
RolePrincipal This class implements a Principal identity for a role.
UserPrincipal This class implements a Principal identity for a client user identity that authenticates with a username and password.
WBEMClientFactory This class defines the functionality of a WBEMClient factory, which is used to retrieve a WBEMClient for a specified protocol.
 

Package javax.wbem.client Description

Provides classes and interfaces for writing WBEM Clients. A WBEM Client is anything that consums CIM information using one or more WBEM Protocols. For more information on CIM, see http://www.dmtf.org/

Since:
JSR481.0.0


Java™ WBEM (JSR48) 1.0.0 API