Package com.vmware.cim.helpers
Class GetCim.PasswordCredential
- java.lang.Object
-
- javax.wbem.client.PasswordCredential
-
- com.vmware.cim.helpers.GetCim.PasswordCredential
-
- Enclosing class:
- GetCim
public static class GetCim.PasswordCredential extends javax.wbem.client.PasswordCredentialThe default PasswordCredential will prevent us from using sessionId's that can be over 16 characters in length. Instead use inheritance to force the PasswordCredential class to hold values longer than 16 chars.- See Also:
PasswordCredential
-
-
Constructor Summary
Constructors Constructor Description PasswordCredential(java.lang.String userPassword)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description char[]getUserPassword()
-