Interface | Description |
---|---|
WebPBEInitializer |
Interface which must be implemented by the user-defined classes which
create and initialize webapp PBE encryptors for being configured through
the web pbe configuration servlet.
|
Class | Description |
---|---|
WebPBEConfigFilter |
This filter is intended to avoid access to the web application until
an admin has set the encryption passwords.
|
WebPBEConfigRegistry |
Registry for
WebPBEConfig objects. |
WebPBEConfigServlet |
Servlet for web PBE config processing.
|
WebPBEInitializationContextListener |
ContextListener which takes a
WebPBEInitializer implementation
class name as a parameter (<context-param>) and calls its
initializeWebPBEConfigs() method to allow the webapp to
create its PBE encryptors and declare their associated WebPBEConfig
objects. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.