Serialized Form
-
Package cronapp.framework
-
Class cronapp.framework.CannotChangePasswordException extends RuntimeException implements Serializable
-
Class cronapp.framework.CronappFrameworkException extends RuntimeException implements Serializable
-
Class cronapp.framework.LockedUserException extends RuntimeException implements Serializable
-
-
Package cronapp.framework.authentication.security
-
Class cronapp.framework.authentication.security.CronappUserDetails extends Object implements Serializable
-
Serialized Fields
-
accessFailedCount
int accessFailedCount
-
authorities
Set<org.springframework.security.core.GrantedAuthority> authorities
-
email
String email
-
emailConfirmed
boolean emailConfirmed
-
lockoutEnabled
boolean lockoutEnabled
-
lockoutEnd
OffsetDateTime lockoutEnd
-
name
String name
-
normalizedEmail
String normalizedEmail
-
normalizedUserName
String normalizedUserName
-
password
String password
-
payload
Map<String,Object> payload
-
phoneNumber
String phoneNumber
-
phoneNumberConfirmed
boolean phoneNumberConfirmed
-
picture
byte[] picture
-
securityStamp
String securityStamp
-
twoFactorEnabled
boolean twoFactorEnabled
-
userName
String userName
-
-
-
-
Package cronapp.framework.authentication.token
-
Class cronapp.framework.authentication.token.ForbiddenException extends RuntimeException implements Serializable
-
-
Package cronapp.framework.authentication.token.google
-
Class cronapp.framework.authentication.token.google.ReCaptchaInvalidException extends RuntimeException implements Serializable
- serialVersionUID:
- 3057056766724748206L
-
-
Package cronapp.framework.persistence
-
Class cronapp.framework.persistence.InvalidConfirmationPasswordException extends RuntimeException implements Serializable
-
Class cronapp.framework.persistence.PasswordConstraintException extends RuntimeException implements Serializable
-
-
Package cronapp.framework.tenant
-
Class cronapp.framework.tenant.MultitenantJpaTransactionManager extends org.springframework.orm.jpa.JpaTransactionManager implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
tenantService
TenantService tenantService
-
-