A B C D E F G H I L M O P R S T V W 
All Classes All Packages

A

AbstractLdapConnector - Class in org.jeegen.jee6.util
This class works as a LDAP connector.
AbstractLdapConnector(String, String, String, String) - Constructor for class org.jeegen.jee6.util.AbstractLdapConnector
This constructor initializes a connection to a LDAP server.
AbstractLdapConnector(DirContext, String) - Constructor for class org.jeegen.jee6.util.AbstractLdapConnector
This constructor setups an existing DirContext and the given dn.
AbstractMessageDigest - Class in org.jeegen.jee6.util
This abstract class provides message digests.
AbstractMessageDigest(AbstractMessageDigest.DIGEST) - Constructor for class org.jeegen.jee6.util.AbstractMessageDigest
This constructor initializes this class with the given hash algorithm.
AbstractMessageDigest.DIGEST - Enum in org.jeegen.jee6.util
This enumeration lists the supported message digests.
add(T, String, Locale) - Method in class org.jeegen.jee6.util.FilteredList
This method tries to add an Filterable object into this List if the objects Filterable.filter(String, Locale) method returns true.
addAll(Collection<T>, String, Locale) - Method in class org.jeegen.jee6.util.FilteredList
This method tries to add all Collection Filterable objects into this List if the objects Filterable.filter(String, Locale) method returns true.
asc() - Method in class org.jeegen.jee6.util.CollatingComparator
This method sets to ascending sort order.
ASC - Static variable in class org.jeegen.jee6.util.CollatingComparator
Flag for sorting increasing.

B

banner(String, String) - Static method in class org.jeegen.jee6.util.LogUtil
This method builds a standard startup banner using the bundle name and the version string extracted from the resource bundle.
Base64 - Class in org.jeegen.jee6.util
This class support encoding an decoding of BASE64 coder.
Base64() - Constructor for class org.jeegen.jee6.util.Base64
 
BaseValidator - Class in org.jeegen.jee6.util
This class is an abstract class for validators.
BaseValidator() - Constructor for class org.jeegen.jee6.util.BaseValidator
 
BUNDLE_ERRORS - Static variable in interface org.jeegen.jee6.util.ResourceBundleDefinitions
Ths definition of error messages.
BUNDLE_MESSAGES - Static variable in interface org.jeegen.jee6.util.ResourceBundleDefinitions
The definition of regular messages.
BUNDLE_VERSION - Static variable in interface org.jeegen.jee6.util.ResourceBundleDefinitions
The definition of version information.

C

CharacterEncodingFilter - Class in org.jeegen.jee6.util
This web servlet filter ensures that the request encoding is set to UTF-8.
CharacterEncodingFilter() - Constructor for class org.jeegen.jee6.util.CharacterEncodingFilter
 
close() - Method in class org.jeegen.jee6.util.AbstractLdapConnector
This method closes the LDAP connection.
CollatingComparator<T> - Class in org.jeegen.jee6.util
This base class initializes a Locale for comparison purposes.
CollatingComparator(int, Locale, int) - Constructor for class org.jeegen.jee6.util.CollatingComparator
This constructor initializes a localized Collator and the sort order.
collator - Variable in class org.jeegen.jee6.util.CollatingComparator
The localized Collator.
compare(T, T) - Method in class org.jeegen.jee6.util.CollatingComparator
This abstract method implements the Comparator.compare(Object, Object) method of the Comparator interface.
compareLocale(T, T) - Method in class org.jeegen.jee6.util.CollatingComparator
This abstract method provides a compare method in a locale way which is provided by the derived class.
copy(InputStream, OutputStream) - Static method in class org.jeegen.jee6.util.Download
This method copies data from an InputStream directly into an OutputStream.
create(String, Attributes) - Method in class org.jeegen.jee6.util.AbstractLdapConnector
This method creates a directory entry using the given Attributes.
ctx - Variable in class org.jeegen.jee6.util.AbstractLdapConnector
The directory context used internally.

D

DateTimeUtil - Class in org.jeegen.jee6.util
This class has some methods for finding some special time points.
DateTimeUtil() - Constructor for class org.jeegen.jee6.util.DateTimeUtil
 
DAYS_PER_WEEK - Static variable in class org.jeegen.jee6.util.DateTimeUtil
This constant defines the days per week.
DAYS_PER_YEAR - Static variable in class org.jeegen.jee6.util.DateTimeUtil
This constant defines the days per year.
debug(Log, String, Object...) - Static method in class org.jeegen.jee6.util.LogUtil
This method prints a debug message into a given log with given message objects.
decode(String) - Static method in class org.jeegen.jee6.util.Base64
Translates the specified BASE64 string into a byte array.
delete(String) - Method in class org.jeegen.jee6.util.AbstractLdapConnector
This method deletes a directory entry from the LDAP server.
DESC - Static variable in class org.jeegen.jee6.util.CollatingComparator
Flag for sorting decreasing.
destroy() - Method in class org.jeegen.jee6.util.CharacterEncodingFilter
This destroy method intentionally do nothing.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.jeegen.jee6.util.CharacterEncodingFilter
This filter ensures the request encoding of UTF-8.
Download - Class in org.jeegen.jee6.util
This class helps downloading binary file via the HTTP protocol.
Download(String) - Constructor for class org.jeegen.jee6.util.Download
The constructor specifies the URL.
Download(String, int) - Constructor for class org.jeegen.jee6.util.Download
The constructor specifies the URL.
downloadArray() - Method in class org.jeegen.jee6.util.Download
This method downloads a HTTP resource and returns it as an byte array.
downloadImage() - Method in class org.jeegen.jee6.util.Download
This method returns a BufferedImage.

E

encode(byte[]) - Method in class org.jeegen.jee6.util.AbstractMessageDigest
This method computes the hash of a byte array.
encode(byte[]) - Static method in class org.jeegen.jee6.util.Base64
This method encodes a byte array into BASE64.
encode(String) - Method in class org.jeegen.jee6.util.AbstractMessageDigest
This method computes the hash of a text.
encode(String) - Static method in class org.jeegen.jee6.util.Base64
This method encodes a text into BASE64.
encode(String, Charset) - Method in class org.jeegen.jee6.util.AbstractMessageDigest
This method computes the SHA1 hash of a text.
error(Log, String, Object...) - Static method in class org.jeegen.jee6.util.LogUtil
This method prints an error message into a given log with given message objects.
ErrorInfo - Class in org.jeegen.jee6.util
This bean class holds information about a bundle key and its UI element id pair.
ErrorInfo(String, String) - Constructor for class org.jeegen.jee6.util.ErrorInfo
The constructor defines the UI item ID and resource bundle key pair.

F

filter(String, Locale) - Method in interface org.jeegen.jee6.util.Filterable
This method should filter entities with a given pattern and Locale.
Filterable - Interface in org.jeegen.jee6.util
This interface specifies method for entity filtering.
FilteredList<T extends Filterable> - Class in org.jeegen.jee6.util
This class extends an ArrayList for use with the Filterable interface.
FilteredList() - Constructor for class org.jeegen.jee6.util.FilteredList
 
format(String, Object...) - Static method in class org.jeegen.jee6.util.LogUtil
This method formats a String using the MessageFormat.format(String, Object...) method.

G

getAttributes(String, String) - Method in class org.jeegen.jee6.util.AbstractLdapConnector
This method returns the Attributes of a LDAP entry.
getFollowRedirect() - Method in class org.jeegen.jee6.util.Download
This method returns a flag whether this download instance should follow redirects
getGroup(String) - Method in class org.jeegen.jee6.util.AbstractLdapConnector
This method returns a Collection of all group members.
getGroupDn() - Method in class org.jeegen.jee6.util.AbstractLdapConnector
This method returns the groups sub DN of this LDAP connection.
getGuiItemId() - Method in class org.jeegen.jee6.util.ErrorInfo
The JSF UI item ID getter.
getLastMonth() - Static method in class org.jeegen.jee6.util.DateTimeUtil
This method returns the month before the actual one.
getMessageKey() - Method in class org.jeegen.jee6.util.ErrorInfo
The resource bundle error Key getter.
getMimeType() - Method in class org.jeegen.jee6.util.Download
This getter returns the mime type of the downloaded byte array.
getSearchBase(String) - Method in class org.jeegen.jee6.util.AbstractLdapConnector
Diese Methode baut eine komplette DN zusammen.
getStartOfDay() - Static method in class org.jeegen.jee6.util.DateTimeUtil
This method returns a Calendar object at the beginning of this day.
getStartOfDay(int, int, int) - Static method in class org.jeegen.jee6.util.DateTimeUtil
This method returns a Calendar object at the beginning of the given day, month and year.
getStartOfDay(Date) - Static method in class org.jeegen.jee6.util.DateTimeUtil
This method returns a Calendar object at the beginning of the given day.
getStartOfMonth(int, int) - Static method in class org.jeegen.jee6.util.DateTimeUtil
This method returns a Calendar object at the beginning of the given month and year.
getStartOfYear(int) - Static method in class org.jeegen.jee6.util.DateTimeUtil
This method returns a Calendar object at the beginning of the given year.
getTimeout() - Method in class org.jeegen.jee6.util.Download
This method returns the connection timeout.
getUrl() - Method in class org.jeegen.jee6.util.Download
This method returns the used URL.
getUser(String) - Method in class org.jeegen.jee6.util.AbstractLdapConnector
This method returns all Attributes of a user.
getUserDn() - Method in class org.jeegen.jee6.util.AbstractLdapConnector
This method returns the users sub DN of this LDAP connection.
getValue(Attributes, String) - Static method in class org.jeegen.jee6.util.AbstractLdapConnector
Diese Methode ermittelt aus Attributen ein mit einem Schlüsselwort definiertes Einfachattribut.
getValues(Attributes, String) - Static method in class org.jeegen.jee6.util.AbstractLdapConnector
Diese Methode ermittelt aus Attributen ein mit einem Schlüsselwort definiertes Mehrfachattribut.

H

Hexadecimal - Class in org.jeegen.jee6.util
This class does some hexadecimal conversion operations.
Hexadecimal() - Constructor for class org.jeegen.jee6.util.Hexadecimal
 
HOURS_PER_DAY - Static variable in class org.jeegen.jee6.util.DateTimeUtil
This constant defines the hours per day.

I

info(Log, String, Object...) - Static method in class org.jeegen.jee6.util.LogUtil
This method prints an info message into a given log with given message objects.
init(FilterConfig) - Method in class org.jeegen.jee6.util.CharacterEncodingFilter
This init method intentionally do nothing.
isEmpty(String) - Static method in class org.jeegen.jee6.util.LogUtil
This method tests a given String if it is null or has zero length.
isVerbose() - Static method in class org.jeegen.jee6.util.Profiler
Returns the debug logging state.

L

LogUtil - Class in org.jeegen.jee6.util
This class helps logging in a performant manner.
LogUtil() - Constructor for class org.jeegen.jee6.util.LogUtil
 

M

MailValidator - Class in org.jeegen.jee6.util
This class implements a JSF Validator.
MailValidator() - Constructor for class org.jeegen.jee6.util.MailValidator
 
MD5 - Class in org.jeegen.jee6.util
Deprecated.
MD5 - org.jeegen.jee6.util.AbstractMessageDigest.DIGEST
The deprecated MD5 hashing algorithm.
MD5() - Constructor for class org.jeegen.jee6.util.MD5
Deprecated.
This constructor initializes the base class for MD5 hashing.
MILLIES_PER_DAY - Static variable in class org.jeegen.jee6.util.DateTimeUtil
This constant defines the milli seconds per day.
MILLIES_PER_HOUR - Static variable in class org.jeegen.jee6.util.DateTimeUtil
This constant defines the milli seconds per hour.
MILLIES_PER_MINUTE - Static variable in class org.jeegen.jee6.util.DateTimeUtil
This constant defines the milli seconds per minute.
MINUTES_PER_DAY - Static variable in class org.jeegen.jee6.util.DateTimeUtil
This constant defines the minutes per day.
MINUTES_PER_HOUR - Static variable in class org.jeegen.jee6.util.DateTimeUtil
This constant defines the minutes per hour.
modify(String, Attributes) - Method in class org.jeegen.jee6.util.AbstractLdapConnector
This method modifies the given Attributes inside the given partial DN.

O

order - Variable in class org.jeegen.jee6.util.CollatingComparator
The sort order flag.
org.jeegen.jee6.util - package org.jeegen.jee6.util
 

P

parse(byte[]) - Static method in class org.jeegen.jee6.util.Download
This method converts an image as byte array into a BufferedImage.
printf(String, Object...) - Static method in class org.jeegen.jee6.util.LogUtil
This method formats a String using the PrintWriter.printf(String, Object...) method.
profile(InvocationContext) - Method in class org.jeegen.jee6.util.Profiler
The profiling method.
Profiler - Class in org.jeegen.jee6.util
This method implements a logging profiler which can be used as and EJB SessionBean interceptor.
Profiler() - Constructor for class org.jeegen.jee6.util.Profiler
 

R

read(InputStream, int) - Static method in class org.jeegen.jee6.util.Download
This method reads a defined length from an InputStream into a byte array.
resolve(String) - Static method in class org.jeegen.jee6.util.Download
This method resolves a full qualified hostname into an IP address.
ResourceBundleDefinitions - Interface in org.jeegen.jee6.util
This interface defines three different resource bundle identifiers.
revert() - Method in class org.jeegen.jee6.util.CollatingComparator
This method reverts the sort order.

S

search(String, String) - Method in class org.jeegen.jee6.util.AbstractLdapConnector
This method searches for a sub DN inside a LDAP server.
SECONDS_PER_HOUR - Static variable in class org.jeegen.jee6.util.DateTimeUtil
This constant defines the seconds per hour.
SECONDS_PER_MINUTE - Static variable in class org.jeegen.jee6.util.DateTimeUtil
This constant defines the seconds per minute.
setAttribute(Attributes, String, Object) - Static method in class org.jeegen.jee6.util.AbstractLdapConnector
This method sets an Attribute with the specified key to the given value.
setAttribute(Attributes, String, String) - Static method in class org.jeegen.jee6.util.AbstractLdapConnector
This method sets an Attribute with the specified key to the given String.
setFollowRedirect(boolean) - Method in class org.jeegen.jee6.util.Download
This method sets the behavior concerning redirects.
setTime(Calendar, int, int) - Static method in class org.jeegen.jee6.util.DateTimeUtil
This method sets the time of day.
setTimeout(int) - Method in class org.jeegen.jee6.util.Download
This method sets a new timeout.
setVerbose(boolean) - Static method in class org.jeegen.jee6.util.Profiler
Enables or disables debug logging for profiling purposes.
SHA1 - Class in org.jeegen.jee6.util
Deprecated.
SHA1 - org.jeegen.jee6.util.AbstractMessageDigest.DIGEST
The deprecated MD5 hashing algorithm.
SHA1() - Constructor for class org.jeegen.jee6.util.SHA1
Deprecated.
This constructor initializes the base class for SHA1 hashing.
SHA256 - Class in org.jeegen.jee6.util
This class provides support methods for computing an SHA-256 hash.
SHA256 - org.jeegen.jee6.util.AbstractMessageDigest.DIGEST
The recommended SHA hashing algorithm.
SHA256() - Constructor for class org.jeegen.jee6.util.SHA256
This constructor initializes the base class for SHA256 hashing.
SHA384 - Class in org.jeegen.jee6.util
This class provides support methods for computing an SHA-384 hash.
SHA384 - org.jeegen.jee6.util.AbstractMessageDigest.DIGEST
The more safe SHA hashing algorithm.
SHA384() - Constructor for class org.jeegen.jee6.util.SHA384
This constructor initializes the base class for SHA384 hashing.
SHA512 - Class in org.jeegen.jee6.util
This class provides support methods for computing an SHA-512 hash.
SHA512 - org.jeegen.jee6.util.AbstractMessageDigest.DIGEST
The most safe SHA hashing algorithm.
SHA512() - Constructor for class org.jeegen.jee6.util.SHA512
This constructor initializes the base class for SHA384 hashing.

T

toByteArray(String) - Static method in class org.jeegen.jee6.util.Hexadecimal
This method converts a hexadecimal input String into an array of bytes.
toHex(byte[]) - Static method in class org.jeegen.jee6.util.Hexadecimal
This method converts a byte array into a lower case hexadecimal String.
toString() - Method in enum org.jeegen.jee6.util.AbstractMessageDigest.DIGEST
 
trace(Log, String, Object...) - Static method in class org.jeegen.jee6.util.LogUtil
This method prints a trace message into a given log with given message objects.

V

validate(FacesContext, UIComponent, Object) - Method in class org.jeegen.jee6.util.MailValidator
 
validationError(FacesContext, String, Object...) - Method in class org.jeegen.jee6.util.BaseValidator
This method throws a validation exception.
valueOf(String) - Static method in enum org.jeegen.jee6.util.AbstractMessageDigest.DIGEST
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jeegen.jee6.util.AbstractMessageDigest.DIGEST
Returns an array containing the constants of this enum type, in the order they are declared.

W

warn(Log, String, Object...) - Static method in class org.jeegen.jee6.util.LogUtil
This method prints a warn message into a given log with given message objects.
A B C D E F G H I L M O P R S T V W 
All Classes All Packages