|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcom.hack23.cia.model.impl.common.BaseEntity
com.hack23.cia.model.impl.application.administration.User
com.hack23.cia.model.impl.application.administration.RegisteredUser
@Entity public class RegisteredUser extends User
The Class RegisteredUser.
| Constructor and Description |
|---|
RegisteredUser()
Instantiates a new registered user. |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail()
Gets the email. |
boolean |
getForceSecureEmailsOnly()
Gets the force secure emails only. |
String |
getPublicPgpKey()
Gets the public pgp key. |
void |
setEmail(String email)
Sets the email. |
void |
setForceSecureEmailsOnly(boolean forceSecureEmailsOnly)
Sets the force secure emails only. |
void |
setPublicPgpKey(String publicPgpKey)
Sets the public pgp key. |
| Methods inherited from class com.hack23.cia.model.impl.application.administration.User |
|---|
getActor, getApplicationTypeContext, getAuthorities, getCreatedDate, getHuman, getId, getPassword, getUsername, getUserRole, getUserSessions, getVersion, isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, isEnabled, setActor, setCreatedDate, setHuman, setId, setPassword, setUsername, setUserRole, setUserSessions, setVersion |
| Methods inherited from class com.hack23.cia.model.impl.common.BaseEntity |
|---|
equals, getTypeContext, hashCode, isNew |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.hack23.cia.model.api.common.PersistedModelObject |
|---|
getTypeContext, isNew |
| Constructor Detail |
|---|
public RegisteredUser()
| Method Detail |
|---|
public String getEmail()
public String getPublicPgpKey()
public boolean getForceSecureEmailsOnly()
public void setEmail(String email)
email - the new emailpublic void setForceSecureEmailsOnly(boolean forceSecureEmailsOnly)
forceSecureEmailsOnly - the new force secure emails onlypublic void setPublicPgpKey(String publicPgpKey)
publicPgpKey - the new public pgp key
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||