Class PasswordKeyDTO

  • All Implemented Interfaces:
    Serializable, BaseIdentity

    public class PasswordKeyDTO
    extends KeyDTO
    Class is used as a DTO object to delivery Password decryption response to consumers. We could not use String for it, because OPENIAM cache engine works only with BaseIdentity objects.
    See Also:
    Serialized Form
    • Constructor Detail

      • PasswordKeyDTO

        public PasswordKeyDTO()
    • Method Detail

      • getPassword

        public String getPassword()
      • setPassword

        public void setPassword​(String password)