Class PasswordPrimitive

java.lang.Object
com.thingworx.types.primitives.PasswordPrimitive
All Implemented Interfaces:
IPrimitiveType<PasswordPrimitive,String>, Serializable, Cloneable, Comparable, Comparator<PasswordPrimitive>

@ThingworxExtensionApiClass(since={6,6}, canInstantiate=true) public class PasswordPrimitive extends Object implements IPrimitiveType<PasswordPrimitive,String>, Cloneable
A primitive that represents a password. This primitive uses symmetric encryption to keep an encrypted value in memory. When a plain text password is set we will encrypt using the AES key stored in our secret provider. Any calls to retrieve the plain text password will decrypt the password using the AES key in our secret provider.
See Also: