Provides utility classes used in the Auth, Crawler, Docfetch, Profile, Search, and Sci packages.
| Class | Description |
|---|---|
| CryptoException | Thrown if there is an error encrypting or decrypting a setting. |
| CSPCodec | Helper class for coding/decoding strings and characters according to the scheme used by the CSP protocol (underlying protocol for Portlet API). |
| DataSourceInfo | A NamedValueMap for storing Data Source settings. |
| NamedValue | Class to store name/value pairs. |
| NamedValueMap | Utility class that converts between an array of NamedValues and a Hashtable. Useful when manipulating arrays of NamedValues. |
| UserInfo | A NamedValueMap for storing User Information settings. |
| UserInfoMap | Utility class for constructing a UserInfo object. |
| UserPrefs | A NamedValueMap for storing user preferences. |