Package org.jasypt.web.pbeconfig
Class WebPBEConfigRegistry
Object
org.jasypt.web.pbeconfig.WebPBEConfigRegistry
Registry for WebPBEConfig
objects. This class is intended
for internal use only, and should not be accessed from the user's
code.
- Since:
- 1.3
- Author:
- Daniel Fernández
-
Method Summary
Modifier and TypeMethodDescriptionstatic WebPBEConfigRegistry
boolean
void
registerConfig
(WebPBEConfig config) void
setWebConfigurationDone
(boolean configurationDone)
-
Method Details
-
getInstance
-
registerConfig
-
getConfigs
-
isWebConfigurationDone
public boolean isWebConfigurationDone() -
setWebConfigurationDone
public void setWebConfigurationDone(boolean configurationDone)
-