Class GetCim.PasswordCredential

  • Enclosing class:
    GetCim

    public static class GetCim.PasswordCredential
    extends javax.wbem.client.PasswordCredential
    The 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
    • Field Summary

      • Fields inherited from class javax.wbem.client.PasswordCredential

        MAX_PASSWORD_SIZE
    • 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()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PasswordCredential

        public PasswordCredential​(java.lang.String userPassword)
    • Method Detail

      • getUserPassword

        public char[] getUserPassword()
        Overrides:
        getUserPassword in class javax.wbem.client.PasswordCredential