All Known Subinterfaces:
LinkedAccount, User
All Known Implementing Classes:
DeletingLinkedAccount, JPALinkedAccount, JPAUser, Neo4jLinkedAccount, Neo4jUser

public interface Account
  • Method Details

    • getUsername

      String getUsername()
    • setUsername

      void setUsername(String username)
    • getCipherAlgorithm

      CipherAlgorithm getCipherAlgorithm()
    • canDecodeSecrets

      boolean canDecodeSecrets()
    • getPassword

      String getPassword()
    • setEncodedPassword

      void setEncodedPassword(String password, CipherAlgorithm cipherAlgoritm)
    • setPassword

      void setPassword(String password)
    • setCipherAlgorithm

      void setCipherAlgorithm(CipherAlgorithm cipherAlgorithm)
    • isSuspended

      Boolean isSuspended()
    • setSuspended

      void setSuspended(Boolean suspended)