Interface Account
- All Known Subinterfaces:
LinkedAccount,User
- All Known Implementing Classes:
DeletingLinkedAccount,JPALinkedAccount,JPAUser,Neo4jLinkedAccount,Neo4jUser
public interface Account
-
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetCipherAlgorithm(CipherAlgorithm cipherAlgorithm) voidsetEncodedPassword(String password, CipherAlgorithm cipherAlgoritm) voidsetPassword(String password) voidsetSuspended(Boolean suspended) voidsetUsername(String username)
-
Method Details
-
getUsername
String getUsername() -
setUsername
-
getCipherAlgorithm
CipherAlgorithm getCipherAlgorithm() -
canDecodeSecrets
boolean canDecodeSecrets() -
getPassword
String getPassword() -
setEncodedPassword
-
setPassword
-
setCipherAlgorithm
-
isSuspended
Boolean isSuspended() -
setSuspended
-