@Entity @DomainCheck public class JPADomain extends AbstractProvidedKeyEntity implements Domain
Modifier and Type | Field and Description |
---|---|
static String |
TABLE |
LOG
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
Constructor and Description |
---|
JPADomain() |
Modifier and Type | Method and Description |
---|---|
CipherAlgorithm |
getAdminCipherAlgorithm() |
String |
getAdminPwd() |
void |
setPassword(String password,
CipherAlgorithm cipherAlgoritm) |
getKey, setKey
checkImplementationType, checkType, equals, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
setKey
public static final String TABLE
public String getAdminPwd()
getAdminPwd
in interface Domain
public CipherAlgorithm getAdminCipherAlgorithm()
getAdminCipherAlgorithm
in interface Domain
public void setPassword(String password, CipherAlgorithm cipherAlgoritm)
setPassword
in interface Domain
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.