Serialized Form
-
Package nl.captcha
-
Class nl.captcha.Captcha
class Captcha extends Object implements Serializable- serialVersionUID:
- 617511236L
-
Serialized Fields
-
_builder
Captcha.Builder _builder
-
-
Class nl.captcha.Captcha.Builder
class Builder extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
_addBorder
boolean _addBorder
-
_answer
String _answer
-
_bg
BufferedImage _bg
-
_img
BufferedImage _img
-
-
-
Package nl.captcha.servlet
-
Class nl.captcha.servlet.ChineseCaptchaServlet
class ChineseCaptchaServlet extends SimpleCaptchaServlet implements Serializable- serialVersionUID:
- -66324012009340831L
-
Class nl.captcha.servlet.SimpleCaptchaServlet
class SimpleCaptchaServlet extends jakarta.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_height
int _height
-
_width
int _width
-
-
Class nl.captcha.servlet.StickyCaptchaServlet
class StickyCaptchaServlet extends SimpleCaptchaServlet implements Serializable- serialVersionUID:
- 40913456229L
-
-
Package org.exoplatform.account.setup.web
-
Class org.exoplatform.account.setup.web.AccountSetup
class AccountSetup extends jakarta.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 6467955354840693802L
-
Serialized Fields
-
accountSetupService
org.exoplatform.account.setup.web.AccountSetupService accountSetupService
-
-
Class org.exoplatform.account.setup.web.AccountSetupViewServlet
class AccountSetupViewServlet extends jakarta.servlet.http.HttpServlet implements Serializable-
Serialized Fields
-
accountSetupService
org.exoplatform.account.setup.web.AccountSetupService accountSetupService
-
-
-
-
Package org.exoplatform.web.security.codec
-
Exception Class org.exoplatform.web.security.codec.CodecKeyChangedException
class CodecKeyChangedException extends RuntimeException implements Serializable- serialVersionUID:
- 3335550140722924062L
-
-
Package org.exoplatform.web.security.hash
-
Exception Class org.exoplatform.web.security.hash.SaltedHashEncodingException
class SaltedHashEncodingException extends SaltedHashException implements Serializable- serialVersionUID:
- 8123433169089718972L
-
Exception Class org.exoplatform.web.security.hash.SaltedHashException
class SaltedHashException extends Exception implements Serializable- serialVersionUID:
- 2581616573889279142L
-
-
Package org.exoplatform.web.security.jpa
-
Class org.exoplatform.web.security.jpa.TokenEntity
class TokenEntity extends Object implements Serializable- serialVersionUID:
- 6633792468705838255L
-
-
Package org.exoplatform.web.security.security
-
Class org.exoplatform.web.security.security.AutoReseedRandom
class AutoReseedRandom extends SecureRandom implements Serializable- serialVersionUID:
- 8754191896768407628L
-
Serialized Fields
-
algorithm
String algorithm
-
algorithmProvider
String algorithmProvider
SeeSecureRandom.getInstance(String, String).AutoReseedRandom.DEFAULT_RANDOM_ALGORITHM_PROVIDERis used in the default constructor. You may want to consider using"NativePRNG"on some platforms if you require stronger cryptography. -
delegate
SecureRandom delegate
Marked as volatile to avoid instruction reordering on initialization. -
log
org.exoplatform.services.log.Log log
-
nextReseed
long nextReseed
-
reseedingPeriod
long reseedingPeriod
Time in milliseconds after which theAutoReseedRandom.delegategets reseeded byAutoReseedRandom.resetRandom(). -
seedLength
int seedLength
Number of Bytes, seeSecureRandom.generateSeed(int).
-
-
Exception Class org.exoplatform.web.security.security.TokenException
class TokenException extends Exception implements Serializable- serialVersionUID:
- -168152685348005489L
-
Exception Class org.exoplatform.web.security.security.TokenExistsException
class TokenExistsException extends Exception implements Serializable- serialVersionUID:
- 5478055118857538487L
-
Exception Class org.exoplatform.web.security.security.TokenParseException
class TokenParseException extends TokenException implements Serializable- serialVersionUID:
- -3204269629619511909L
-
Exception Class org.exoplatform.web.security.security.TokenServiceInitializationException
class TokenServiceInitializationException extends Exception implements Serializable- serialVersionUID:
- -372883737885959179L
-