Serialized Form


Package org.eclipse.higgins.userprofile

Class org.eclipse.higgins.userprofile.CategoryNotFoundException extends UserProfileException implements Serializable

serialVersionUID: -6933582344529919189l

Class org.eclipse.higgins.userprofile.NoSuchEntityException extends UserProfileException implements Serializable

serialVersionUID: -6933582344529919189l

Class org.eclipse.higgins.userprofile.UserAlreadyExistsException extends UserProfileAuthenticationException implements Serializable

serialVersionUID: -8204349440274518489l

Class org.eclipse.higgins.userprofile.UserNotFoundException extends UserProfileAuthenticationException implements Serializable

serialVersionUID: -8204349440274518489l

Class org.eclipse.higgins.userprofile.UserProfileAuthenticationException extends UserProfileException implements Serializable

serialVersionUID: 6713892728955370084l

Class org.eclipse.higgins.userprofile.UserProfileException extends Exception implements Serializable

serialVersionUID: 4232465462846356319l

Class org.eclipse.higgins.userprofile.WrongPasswordException extends UserProfileAuthenticationException implements Serializable

serialVersionUID: -8204349440274518489l


Package org.eclipse.higgins.userprofile.entity

Class org.eclipse.higgins.userprofile.entity.Captcha extends Object implements Serializable

serialVersionUID: 1l

Serialized Fields

dtCreation

Date dtCreation
Creation Date.


id

String id
Entity id


key

String key
Captcha identifier, needs for generating captcha image and validating response.

Class org.eclipse.higgins.userprofile.entity.CardUsage extends Object implements Serializable

serialVersionUID: 1l

Serialized Fields

cuid

org.eclipse.higgins.icard.CUID cuid

form

WebForm form

date

Date date

useAlways

Boolean useAlways

Class org.eclipse.higgins.userprofile.entity.PolicyVersion extends Object implements Serializable

serialVersionUID: 1l

Serialized Fields

form

WebForm form

policy

String policy

version

String version

Class org.eclipse.higgins.userprofile.entity.UserProfile extends Object implements Serializable

serialVersionUID: -9082997473871501150l

Serialized Fields

loginName

String loginName

firstName

String firstName

lastName

String lastName

email

String email

status

String status

created

Date created

modified

Date modified

usedFrom

String usedFrom

userIdentifier

String userIdentifier

privateUserINumber

String privateUserINumber

privateSelectorINumbers

List privateSelectorINumbers

oneTimePasswords

Map oneTimePasswords

blackListedSites

Set blackListedSites

privateKey

byte[] privateKey

passwordIsapMd5

byte[] passwordIsapMd5

sms

String sms

defaultPCardCUID

String defaultPCardCUID

passphraseHash

String passphraseHash

passwordResetCode

String passwordResetCode

resetCodeDate

Date resetCodeDate

Class org.eclipse.higgins.userprofile.entity.WebForm extends Object implements Serializable

serialVersionUID: 6945053966458865736l

Serialized Fields

url

URI url

formName

String formName

formId

String formId

formAction

String formAction