Carbon Contributions Module | |
| |
The Carbon Contributions module contains utilities that complement the Carbon framework. These utilities are packaged as follows:
- org.sape.carboncontrib.config
- Defines
StringMap , a configuration utility to read maps containing String keys and String values.
- org.sape.carboncontrib.exception
- Defines common exceptions such as
InvalidConfigurationException and UnsupportedOperationException .
- org.sape.carboncontrib.jndi
- Defines utility classes to read JNDI provider configurations.
- org.sape.carboncontrib.security
- Defines a
User class with two members, the principal and the credentials . This class is used by other modules to present user credentials for authentication.
- org.sape.carboncontrib.utils
- Defines miscellaneous utilities.
|
|