| Name | Description | Type | Package | Framework |
| AesEncryptor | Utility class providing symmetric AES encryption/decryption. | Class | org.jivesoftware.util | Echo |
|
| AlreadyExistsException | Flags an exception when something to be created or added already exists. | Class | org.jivesoftware.util | Echo |
|
| Base64 | Encodes and decodes to and from Base64 notation. | Class | org.jivesoftware.util | Echo |
|
| Base64 .InputStream | A Base64. | Class | org.jivesoftware.util.Base64 | Echo |
|
| Base64 .OutputStream | A Base64. | Class | org.jivesoftware.util.Base64 | Echo |
|
| BeanUtils | | Class | org.jivesoftware.util | Echo |
|
| Blowfish | A class that provides easy Blowfish encryption. | Class | org.jivesoftware.util | Echo |
|
| ByteFormat | A formatter for formatting byte sizes. | Class | org.jivesoftware.util | Echo |
|
| Cache | General purpose cache. | Interface | org.jivesoftware.util.cache | Echo |
|
| Cacheable | Interface that defines the necessary behavior for objects added to a Cache. | Interface | org.jivesoftware.util.cache | Echo |
|
| CacheFactory | Creates Cache objects. | Class | org.jivesoftware.util.cache | Echo |
|
| CacheFactoryStrategy | | Interface | org.jivesoftware.util.cache | Echo |
|
| CacheSizes | Utility class for determining the sizes in bytes of commonly used objects. | Class | org.jivesoftware.util.cache | Echo |
|
| CacheWrapper | Acts as a proxy for a Cache implementation. | Class | org.jivesoftware.util.cache | Echo |
|
| CannotCalculateSizeException | Flags an exception when we cannot determine size of the object to be cached. | Class | org.jivesoftware.util.cache | Echo |
|
| CertificateEventListener | Interface to listen for certificate events. | Interface | org.jivesoftware.util | Echo |
|
| CertificateIdentityMapping | This is the interface used to map identity credentials from certificates. | Interface | org.jivesoftware.util.cert | Echo |
|
| CertificateManager | Utility class that provides similar functionality to the keytool tool. | Class | org.jivesoftware.util | Echo |
|
| ClassUtils | A utility class to assist with loading classes or resources by name. | Class | org.jivesoftware.util | Echo |
|
| ClusterTask | An interface to mix in Externalizable and Runnable, which are both required for sending invokable tasks across a cluster. | Interface | org.jivesoftware.util.cache | Echo |
|
| CNCertificateIdentityMapping | Certificate identity mapping that uses the CommonName as the identity credentials | Class | org.jivesoftware.util.cert | Echo |
|
| CommonsLogFactory | A LogFactory implementation to override the default commons-logging behavior. | Class | org.jivesoftware.util.log.util | Echo |
|
| ComponentCacheWrapper | This specialized wrapper is used for the Components cache, which should not be purged. | Class | org.jivesoftware.util.cache | Echo |
|
| ConcurrentHashSet | This class implements the Set interface, backed by a ConcurrentHashMap instance. | Class | org.jivesoftware.util | Echo |
|
| CookieUtils | | Class | org.jivesoftware.util | Echo |
|
| DefaultCache | Default, non-distributed implementation of the Cache interface. | Class | org.jivesoftware.util.cache | Echo |
|
| DefaultLocalCacheStrategy | CacheFactoryStrategy for use in Openfire. | Class | org.jivesoftware.util.cache | Echo |
|
| DummyExternalizableUtil | Dummy implementation that does nothing. | Class | org.jivesoftware.util.cache | Echo |
|
| ElementUtil | naming convention of meta-data key names: data is stored heirarchically separated by dots. | Class | org.jivesoftware.util | Echo |
|
| EmailService | A service to send email. | Class | org.jivesoftware.util | Echo |
|
| Encryptor | | Interface | org.jivesoftware.util | Echo |
|
| ExternalizableUtil | Utility methods to assist in working with the Externalizable interfaces. | Class | org.jivesoftware.util.cache | Echo |
|
| ExternalizableUtilStrategy | Interface that allows to provide different ways for implementing serialization of objects. | Interface | org.jivesoftware.util.cache | Echo |
|
| FastDateFormat | Similar to SimpleDateFormat, but faster and thread-safe. | Class | org.jivesoftware.util | Echo |
|
| FaviconServlet | Servlet that gets favicons of webservers and includes them in HTTP responses. | Class | org.jivesoftware.util | Echo |
|
| HttpClientWithTimeoutFeedFetcher | Feed fetcher implementation that times out the HTTP connection after 3 seconds which fixes a bug where users of the admin console who installed Clearspace | Class | org.jivesoftware.util | Echo |
|
| HttpClientWithTimeoutFeedFetcher .CredentialSupplier | | Interface | org.jivesoftware.util.HttpClientWithTimeoutFeedFetcher | Echo |
|
| HTTPConnectionException | Exception class that wraps an HTTP error code. | Class | org.jivesoftware.util | Echo |
|
| InitializationException | Exception thrown during application or component initialization failure. | Class | org.jivesoftware.util | Echo |
|
| JiveBeanInfo | An abstract BeanInfo implementation that automatically constructs PropertyDescriptors and handles i18n through ResourceBundles. | Class | org.jivesoftware.util | Echo |
|
| JiveConstants | Contains constant values representing various objects in Jive. | Class | org.jivesoftware.util | Echo |
|
| JiveGlobals | Controls Jive properties. | Class | org.jivesoftware.util | Echo |
|
| JiveInitialLdapContext | A class that extends the Java's InitialLdapContext class with two properties to store the SSLSession and the StartTlsResponse | Class | org.jivesoftware.util | Echo |
|
| JiveProperties | Retrieves and stores Jive properties. | Class | org.jivesoftware.util | Echo |
|
| LinkedList | Simple LinkedList implementation. | Class | org.jivesoftware.util | Echo |
|
| LinkedListNode | Doubly linked node in a LinkedList. | Class | org.jivesoftware.util | Echo |
|
| LocaleFilter | Sets the locale context-wide. | Class | org.jivesoftware.util | Echo |
|
| LocaleUtils | A set of methods for retrieving and converting locale specific strings and numbers. | Class | org.jivesoftware.util | Echo |
|
| Log | Openfire makes use of a logging facade (slf4j) to manage its log output. | Class | org.jivesoftware.util | Echo |
|
| ModificationNotAllowedException | Exception thrown when a modification was not allowed. | Class | org.jivesoftware.util | Echo |
|
| NamedThreadFactory | A thread factory that allows threads to be named. | Class | org.jivesoftware.util | Echo |
|
| NotFoundException | Flags an exception when something requested is not found. | Class | org.jivesoftware.util | Echo |
|
| ParamUtils | Assists JSP writers in getting parameters and attributes. | Class | org.jivesoftware.util | Echo |
|
| PersistableMap | This acts as a tag interface. | Class | org.jivesoftware.util | Echo |
|
| PropertyClusterEventTask | This task updates or deletes a property in a cluster node's property map. | Class | org.jivesoftware.util | Echo |
|
| PropertyEventDispatcher | Dispatches property events. | Class | org.jivesoftware.util | Echo |
|
| PropertyEventDispatcher .EventType | Represents valid event types. | Class | org.jivesoftware.util.PropertyEventDispatcher | Echo |
|
| PropertyEventListener | Interface to listen for property events. | Interface | org.jivesoftware.util | Echo |
|
| SANCertificateIdentityMapping | Certificate identity mapping that uses XMPP-OtherName SubjectAlternativeName as the identity credentials | Class | org.jivesoftware.util.cert | Echo |
|
| SetCharacterEncodingFilter | Sets the character encoding to UTF-8. | Class | org.jivesoftware.util | Echo |
|
| SimpleSSLSocketFactory | | Class | org.jivesoftware.util | Echo |
|
| StringUtils | Utility class to perform common String manipulation algorithms. | Class | org.jivesoftware.util | Echo |
|
| TaskEngine | Performs tasks using worker threads. | Class | org.jivesoftware.util | Echo |
|
| Version | Holds version information for Openfire. | Class | org.jivesoftware.util | Echo |
|
| Version .ReleaseStatus | A class to represent the release status of the server. | Class | org.jivesoftware.util.Version | Echo |
|
| WebBean | | Class | org.jivesoftware.util | Echo |
|
| WebManager | A utility bean for Openfire admin console pages. | Class | org.jivesoftware.util | Echo |
|
| XMLProperties | Provides the the ability to use simple XML property files. | Class | org.jivesoftware.util | Echo |
|
| XMLWriter | Replacement class of the original XMLWriter. | Class | org.jivesoftware.util | Echo |
|
| XMPPDateTimeFormat | Utility class for date/time format conversions as specified in For Date -> String converstion FastDateFormat is used | Class | org.jivesoftware.util | Echo |
|
| AesEncryptor | Utility class providing symmetric AES encryption/decryption. | Class | org.jivesoftware.util | OpenFire |
|
| AlreadyExistsException | Flags an exception when something to be created or added already exists. | Class | org.jivesoftware.util | OpenFire |
|
| Base64 | Encodes and decodes to and from Base64 notation. | Class | org.jivesoftware.util | OpenFire |
|
| Base64 .InputStream | A Base64. | Class | org.jivesoftware.util.Base64 | OpenFire |
|
| Base64 .OutputStream | A Base64. | Class | org.jivesoftware.util.Base64 | OpenFire |
|
| BeanUtils | | Class | org.jivesoftware.util | OpenFire |
|
| Blowfish | A class that provides easy Blowfish encryption. | Class | org.jivesoftware.util | OpenFire |
|
| ByteFormat | A formatter for formatting byte sizes. | Class | org.jivesoftware.util | OpenFire |
|
| Cache | General purpose cache. | Interface | org.jivesoftware.util.cache | OpenFire |
|
| Cacheable | Interface that defines the necessary behavior for objects added to a Cache. | Interface | org.jivesoftware.util.cache | OpenFire |
|
| CacheFactory | Creates Cache objects. | Class | org.jivesoftware.util.cache | OpenFire |
|
| CacheFactoryStrategy | | Interface | org.jivesoftware.util.cache | OpenFire |
|
| CacheSizes | Utility class for determining the sizes in bytes of commonly used objects. | Class | org.jivesoftware.util.cache | OpenFire |
|
| CacheWrapper | Acts as a proxy for a Cache implementation. | Class | org.jivesoftware.util.cache | OpenFire |
|
| CannotCalculateSizeException | Flags an exception when we cannot determine size of the object to be cached. | Class | org.jivesoftware.util.cache | OpenFire |
|
| CertificateEventListener | Interface to listen for certificate events. | Interface | org.jivesoftware.util | OpenFire |
|
| CertificateIdentityMapping | This is the interface used to map identity credentials from certificates. | Interface | org.jivesoftware.util.cert | OpenFire |
|
| CertificateManager | Utility class that provides similar functionality to the keytool tool. | Class | org.jivesoftware.util | OpenFire |
|
| ClassUtils | A utility class to assist with loading classes or resources by name. | Class | org.jivesoftware.util | OpenFire |
|
| ClusterTask | An interface to mix in Externalizable and Runnable, which are both required for sending invokable tasks across a cluster. | Interface | org.jivesoftware.util.cache | OpenFire |
|
| CNCertificateIdentityMapping | Certificate identity mapping that uses the CommonName as the identity credentials | Class | org.jivesoftware.util.cert | OpenFire |
|
| CommonsLogFactory | A LogFactory implementation to override the default commons-logging behavior. | Class | org.jivesoftware.util.log.util | OpenFire |
|
| ComponentCacheWrapper | This specialized wrapper is used for the Components cache, which should not be purged. | Class | org.jivesoftware.util.cache | OpenFire |
|
| ConcurrentHashSet | This class implements the Set interface, backed by a ConcurrentHashMap instance. | Class | org.jivesoftware.util | OpenFire |
|
| CookieUtils | | Class | org.jivesoftware.util | OpenFire |
|
| DefaultCache | Default, non-distributed implementation of the Cache interface. | Class | org.jivesoftware.util.cache | OpenFire |
|
| DefaultLocalCacheStrategy | CacheFactoryStrategy for use in Openfire. | Class | org.jivesoftware.util.cache | OpenFire |
|
| DummyExternalizableUtil | Dummy implementation that does nothing. | Class | org.jivesoftware.util.cache | OpenFire |
|
| ElementUtil | naming convention of meta-data key names: data is stored heirarchically separated by dots. | Class | org.jivesoftware.util | OpenFire |
|
| EmailService | A service to send email. | Class | org.jivesoftware.util | OpenFire |
|
| Encryptor | | Interface | org.jivesoftware.util | OpenFire |
|
| ExternalizableUtil | Utility methods to assist in working with the Externalizable interfaces. | Class | org.jivesoftware.util.cache | OpenFire |
|
| ExternalizableUtilStrategy | Interface that allows to provide different ways for implementing serialization of objects. | Interface | org.jivesoftware.util.cache | OpenFire |
|
| FastDateFormat | Similar to SimpleDateFormat, but faster and thread-safe. | Class | org.jivesoftware.util | OpenFire |
|
| FaviconServlet | Servlet that gets favicons of webservers and includes them in HTTP responses. | Class | org.jivesoftware.util | OpenFire |
|
| HttpClientWithTimeoutFeedFetcher | Feed fetcher implementation that times out the HTTP connection after 3 seconds which fixes a bug where users of the admin console who installed Clearspace | Class | org.jivesoftware.util | OpenFire |
|
| HttpClientWithTimeoutFeedFetcher .CredentialSupplier | | Interface | org.jivesoftware.util.HttpClientWithTimeoutFeedFetcher | OpenFire |
|
| HTTPConnectionException | Exception class that wraps an HTTP error code. | Class | org.jivesoftware.util | OpenFire |
|
| InitializationException | Exception thrown during application or component initialization failure. | Class | org.jivesoftware.util | OpenFire |
|
| JiveBeanInfo | An abstract BeanInfo implementation that automatically constructs PropertyDescriptors and handles i18n through ResourceBundles. | Class | org.jivesoftware.util | OpenFire |
|
| JiveConstants | Contains constant values representing various objects in Jive. | Class | org.jivesoftware.util | OpenFire |
|
| JiveGlobals | Controls Jive properties. | Class | org.jivesoftware.util | OpenFire |
|
| JiveInitialLdapContext | A class that extends the Java's InitialLdapContext class with two properties to store the SSLSession and the StartTlsResponse | Class | org.jivesoftware.util | OpenFire |
|
| JiveProperties | Retrieves and stores Jive properties. | Class | org.jivesoftware.util | OpenFire |
|
| LinkedList | Simple LinkedList implementation. | Class | org.jivesoftware.util | OpenFire |
|
| LinkedListNode | Doubly linked node in a LinkedList. | Class | org.jivesoftware.util | OpenFire |
|
| LocaleFilter | Sets the locale context-wide. | Class | org.jivesoftware.util | OpenFire |
|
| LocaleUtils | A set of methods for retrieving and converting locale specific strings and numbers. | Class | org.jivesoftware.util | OpenFire |
|
| Log | Openfire makes use of a logging facade (slf4j) to manage its log output. | Class | org.jivesoftware.util | OpenFire |
|
| ModificationNotAllowedException | Exception thrown when a modification was not allowed. | Class | org.jivesoftware.util | OpenFire |
|
| NamedThreadFactory | A thread factory that allows threads to be named. | Class | org.jivesoftware.util | OpenFire |
|
| NotFoundException | Flags an exception when something requested is not found. | Class | org.jivesoftware.util | OpenFire |
|
| ParamUtils | Assists JSP writers in getting parameters and attributes. | Class | org.jivesoftware.util | OpenFire |
|
| PersistableMap | This acts as a tag interface. | Class | org.jivesoftware.util | OpenFire |
|
| PropertyClusterEventTask | This task updates or deletes a property in a cluster node's property map. | Class | org.jivesoftware.util | OpenFire |
|
| PropertyEventDispatcher | Dispatches property events. | Class | org.jivesoftware.util | OpenFire |
|
| PropertyEventDispatcher .EventType | Represents valid event types. | Class | org.jivesoftware.util.PropertyEventDispatcher | OpenFire |
|
| PropertyEventListener | Interface to listen for property events. | Interface | org.jivesoftware.util | OpenFire |
|
| SANCertificateIdentityMapping | Certificate identity mapping that uses XMPP-OtherName SubjectAlternativeName as the identity credentials | Class | org.jivesoftware.util.cert | OpenFire |
|
| SetCharacterEncodingFilter | Sets the character encoding to UTF-8. | Class | org.jivesoftware.util | OpenFire |
|
| SimpleSSLSocketFactory | | Class | org.jivesoftware.util | OpenFire |
|
| StringUtils | Utility class to perform common String manipulation algorithms. | Class | org.jivesoftware.util | OpenFire |
|
| TaskEngine | Performs tasks using worker threads. | Class | org.jivesoftware.util | OpenFire |
|
| Version | Holds version information for Openfire. | Class | org.jivesoftware.util | OpenFire |
|
| Version .ReleaseStatus | A class to represent the release status of the server. | Class | org.jivesoftware.util.Version | OpenFire |
|
| WebBean | | Class | org.jivesoftware.util | OpenFire |
|
| WebManager | A utility bean for Openfire admin console pages. | Class | org.jivesoftware.util | OpenFire |
|
| XMLProperties | Provides the the ability to use simple XML property files. | Class | org.jivesoftware.util | OpenFire |
|
| XMLWriter | Replacement class of the original XMLWriter. | Class | org.jivesoftware.util | OpenFire |
|
| XMPPDateTimeFormat | Utility class for date/time format conversions as specified in For Date -> String converstion FastDateFormat is used | Class | org.jivesoftware.util | OpenFire |