com.hack23.cia.model.impl.application.administration
Class RegisteredUser

Package class diagram package RegisteredUser
java.lang.Object
  extended by com.hack23.cia.model.impl.common.BaseEntity
      extended by com.hack23.cia.model.impl.application.administration.User
          extended by com.hack23.cia.model.impl.application.administration.RegisteredUser
All Implemented Interfaces:
UserData, UserRole, ModelObject, PersistedModelObject, Role, Serializable, org.springframework.security.core.userdetails.UserDetails

@Entity
public class RegisteredUser
extends User

The Class RegisteredUser.

See Also:
Serialized Form

Constructor Summary
Constructor and Description
RegisteredUser()
          Instantiates a new registered user.
 
Method Summary
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

RegisteredUser

public RegisteredUser()
Instantiates a new registered user.

Method Detail

getEmail

public String getEmail()
Gets the email.

Returns:
the email

getPublicPgpKey

public String getPublicPgpKey()
Gets the public pgp key.

Returns:
the public pgp key

getForceSecureEmailsOnly

public boolean getForceSecureEmailsOnly()
Gets the force secure emails only.

Returns:
the force secure emails only

setEmail

public void setEmail(String email)
Sets the email.

Parameters:
email - the new email

setForceSecureEmailsOnly

public void setForceSecureEmailsOnly(boolean forceSecureEmailsOnly)
Sets the force secure emails only.

Parameters:
forceSecureEmailsOnly - the new force secure emails only

setPublicPgpKey

public void setPublicPgpKey(String publicPgpKey)
Sets the public pgp key.

Parameters:
publicPgpKey - the new public pgp key


Copyright © 2008-2010 www.hack23.com. All Rights Reserved.