Meta module that obtains values from other module and returns
message digest of value. Very useful for storing and checking
passwords. Input module configured through nested element
"input-module", message digest algorithm, security provider, salt,
and URL encoded output configurable through elements "algorithm",
"provider", "salt", "encode". Defaults are "sha", null, "salt", and
"false". Available value for encode are "none" (returns byte[]),
"string" (return hash as string), "url" (returns url encoded
string), "hex" (returns string of hex values).
getAttributeValues(String name,
Configuration modeConf,
Map objectModel)
Returns an array of String objects containing all of the values
the given attribute has, or null if the attribute does not
exist.
Methods inherited from class org.apache.cocoon.components.modules.input.AbstractMetaModule
Configures the database access helper.
Takes all elements nested in component declaration and stores
them as key-value pairs in settings. Nested
configuration option are not catered for. This way global
configuration options can be used.
For nested configurations override this function.
Returns an Iterator of String objects containing the names
of the attributes available. If no attributes are available,
the method returns an empty Iterator.