java.lang.Object | ||
↳ | java.lang.Enum<chan.content.ChanConfiguration.Captcha.Validity> | |
↳ | chan.content.ChanConfiguration.Captcha.Validity |
Captcha validity mode.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ChanConfiguration.Captcha.Validity | IN_BOARD | Captcha live only within a board. |
|||||||||
ChanConfiguration.Captcha.Validity | IN_BOARD_SEPARATELY | Captcha live only within a board or any thread separately. |
|||||||||
ChanConfiguration.Captcha.Validity | IN_THREAD | Captcha live only within a thread. |
|||||||||
ChanConfiguration.Captcha.Validity | LONG_LIFETIME | Long lifetime captcha. |
|||||||||
ChanConfiguration.Captcha.Validity | SHORT_LIFETIME | Short lifetime captcha. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Captcha live only within a board. Client will request new captcha when user opens posting activity in another board.
Captcha live only within a board or any thread separately. Client will request new captcha when user opens posting activity in another board or in any thread. Captcha will be alive when user opens another thread in the same board.
Captcha live only within a thread. Client will request new captcha when user opens posting activity in another thread.
Long lifetime captcha. Client will use old captcha when user opens posting activity.
Short lifetime captcha. Client will request new captcha every time user opens posting activity.
Parameters | |
---|---|
name |
String
|
Returns | |
---|---|
ChanConfiguration.Captcha.Validity |