Package javax.wbem.client


package javax.wbem.client
Provides classes and interfaces for writing WBEM Clients. A WBEM Client is anything that consumes CIM information using one or more WBEM Protocols. For more information on CIM, see http://www.dmtf.org/.
Since:
2.0.0
  • Class
    Description
    This class is a container that stores the information from a Pull request.
    PasswordCredential implements a password based credential.
    RoleCredential implements a password based credential for a role.
    RolePrincipal implements a Principal identity for a role.
    UserPrincipal implements a Principal identity for a client user identity that authenticates with a username and password.
    The WBEMClient interface is used to invoke WBEM operations against a WBEM Server.
    This class defines the constants used for WBEMClient configuration.
    This class defines the functionality of a WBEMClient factory, which is used to retrieve a WBEMClient for a specified protocol.