A B C D E F G H I J K L M N O P R S T U V W X Z 
All Classes All Packages

A

AbstractEncoder - Class in com.identity4j.util.crypt.impl
 
AbstractEncoder(String) - Constructor for class com.identity4j.util.crypt.impl.AbstractEncoder
 
AbstractFilteredIterator<E> - Class in com.identity4j.util
 
AbstractFilteredIterator(Iterator<E>) - Constructor for class com.identity4j.util.AbstractFilteredIterator
 
AbstractLazyLoadingIterator<T> - Class in com.identity4j.util
Implementation an Iterator which uses the lazy loading pattern to retrieve one batch of results at a time.
AbstractLazyLoadingIterator() - Constructor for class com.identity4j.util.AbstractLazyLoadingIterator
 
AbstractPHPHashEncoder - Class in com.identity4j.util.crypt.impl
Sort of emulate PHP's hash()
AbstractPHPHashEncoder(String) - Constructor for class com.identity4j.util.crypt.impl.AbstractPHPHashEncoder
 
AbstractSingleValueValidator - Class in com.identity4j.util.validator
An abstract validator implementation that provides default behaviour.
AbstractSingleValueValidator(MultiMap) - Constructor for class com.identity4j.util.validator.AbstractSingleValueValidator
Constructor.
AbstractTransformingIterator<E,​O> - Class in com.identity4j.util
 
AbstractTransformingIterator(Iterator<E>) - Constructor for class com.identity4j.util.AbstractTransformingIterator
 
AbstractUnixSHAEncoder - Class in com.identity4j.util.crypt.impl
 
AbstractUnixSHAEncoder(String, String, int) - Constructor for class com.identity4j.util.crypt.impl.AbstractUnixSHAEncoder
 
addEncoder(Encoder) - Method in class com.identity4j.util.crypt.EncoderManager
 
addEncoder(Encoder) - Method in class com.identity4j.util.crypt.impl.CompoundEncoder
 
AES192Encoder - Class in com.identity4j.util.crypt.impl
 
AES192Encoder() - Constructor for class com.identity4j.util.crypt.impl.AES192Encoder
 
AES256Encoder - Class in com.identity4j.util.crypt.impl
 
AES256Encoder() - Constructor for class com.identity4j.util.crypt.impl.AES256Encoder
 
AESEncoder - Class in com.identity4j.util.crypt.impl
 
AESEncoder() - Constructor for class com.identity4j.util.crypt.impl.AESEncoder
 
AESEncoder(String, int) - Constructor for class com.identity4j.util.crypt.impl.AESEncoder
 
algoToNative(String) - Method in class com.identity4j.util.crypt.impl.AbstractPHPHashEncoder
 
analyse(Locale, String, char[], PasswordCharacteristics) - Method in class com.identity4j.util.passwords.PasswordAnalyser
 
ArrayUtil - Class in com.identity4j.util
Provides general purpose Array utilities.
assertNotNull(Object, String) - Static method in class com.identity4j.util.Util
Asserts that the supplied value is not null.
AUTO - com.identity4j.util.crypt.nss.NssTokenDatabase.Mode
 

B

Base64AES192Encoder - Class in com.identity4j.util.crypt.impl
 
Base64AES192Encoder() - Constructor for class com.identity4j.util.crypt.impl.Base64AES192Encoder
 
Base64AES256Encoder - Class in com.identity4j.util.crypt.impl
 
Base64AES256Encoder() - Constructor for class com.identity4j.util.crypt.impl.Base64AES256Encoder
 
Base64AESEncoder - Class in com.identity4j.util.crypt.impl
 
Base64AESEncoder() - Constructor for class com.identity4j.util.crypt.impl.Base64AESEncoder
 
Base64Encoder - Class in com.identity4j.util.crypt.impl
 
Base64Encoder() - Constructor for class com.identity4j.util.crypt.impl.Base64Encoder
 
Base64FIPSEncoder - Class in com.identity4j.util.crypt.impl
Deprecated.
Base64FIPSEncoder(NssTokenDatabase) - Constructor for class com.identity4j.util.crypt.impl.Base64FIPSEncoder
Deprecated.
 
Base64FIPSEncoder(String, NssTokenDatabase) - Constructor for class com.identity4j.util.crypt.impl.Base64FIPSEncoder
Deprecated.
 
Base64NSSEncoder - Class in com.identity4j.util.crypt.impl
 
Base64NSSEncoder(NssTokenDatabase) - Constructor for class com.identity4j.util.crypt.impl.Base64NSSEncoder
 
Base64NSSEncoder(String, NssTokenDatabase) - Constructor for class com.identity4j.util.crypt.impl.Base64NSSEncoder
 
Base64PBEWithMD5AndDESEncoder - Class in com.identity4j.util.crypt.impl
 
Base64PBEWithMD5AndDESEncoder() - Constructor for class com.identity4j.util.crypt.impl.Base64PBEWithMD5AndDESEncoder
 
BCrypt - Class in com.identity4j.util.unix
BCrypt implements OpenBSD-style Blowfish password hashing using the scheme describes in "A Future-Adaptable Password Scheme" by Niels Provos and David Mazieres.
BCrypt() - Constructor for class com.identity4j.util.unix.BCrypt
 
bcrypt_pbkdf(byte[], byte[], int, int) - Static method in class com.identity4j.util.unix.BCryptKDF
 
BCryptKDF - Class in com.identity4j.util.unix
 
BCryptKDF() - Constructor for class com.identity4j.util.unix.BCryptKDF
 
BLACK - Static variable in class com.identity4j.util.Color
 
blf_dec(int[], int) - Method in class com.identity4j.util.unix.BCrypt
 
blf_dec(int[], int, int) - Method in class com.identity4j.util.unix.BCrypt
 
blf_enc(int[], int) - Method in class com.identity4j.util.unix.BCrypt
 
blf_key(byte[]) - Method in class com.identity4j.util.unix.BCrypt
 
blf_key(byte[], int) - Method in class com.identity4j.util.unix.BCrypt
 
BooleanValidator - Class in com.identity4j.util.validator
A validator implementation that checks the supplied value conforms to either the BooleanValidator.TRUE_VALUE or the BooleanValidator.FALSE_VALUE.
BooleanValidator(MultiMap) - Constructor for class com.identity4j.util.validator.BooleanValidator
Constructor.
bundleName - Variable in class com.identity4j.util.i18n.DefaultLocalizableEntity
 

C

calcCharactersToAdd(int, int, int) - Method in class com.identity4j.util.passwords.PasswordGenerator
 
capitalisedToKey(String) - Static method in class com.identity4j.util.StringUtil
 
carriageReturn() - Method in class com.identity4j.util.expect.Expect
Send a carriage return to the remote shell.
chat(String, boolean, long, long, boolean) - Method in class com.identity4j.util.expect.Expect
Consume the output of the command until the pattern matches.
checkpw(String, String) - Static method in class com.identity4j.util.unix.BCrypt
Check that a plaintext password matches a previously hashed one
checkSaltLength(byte[], Cipher) - Method in class com.identity4j.util.crypt.impl.RawAESEncoder
 
clear() - Method in class com.identity4j.util.MultiMap
 
clearTime(Date) - Static method in class com.identity4j.util.Util
Returns the given date with the time values cleared.
CollectionUtil - Class in com.identity4j.util
Provides general purpose Collection utilities.
CollectionUtil() - Constructor for class com.identity4j.util.CollectionUtil
 
Color - Class in com.identity4j.util
 
Color(int, int, int) - Constructor for class com.identity4j.util.Color
 
Color(String) - Constructor for class com.identity4j.util.Color
 
ColorValidator - Class in com.identity4j.util.validator
A validator implementation that checks the supplied value is an RGB color.
ColorValidator(MultiMap) - Constructor for class com.identity4j.util.validator.ColorValidator
Constructor.
com.identity4j.util - package com.identity4j.util
 
com.identity4j.util.crypt - package com.identity4j.util.crypt
 
com.identity4j.util.crypt.impl - package com.identity4j.util.crypt.impl
 
com.identity4j.util.crypt.nss - package com.identity4j.util.crypt.nss
 
com.identity4j.util.expect - package com.identity4j.util.expect
 
com.identity4j.util.http - package com.identity4j.util.http
 
com.identity4j.util.http.request - package com.identity4j.util.http.request
 
com.identity4j.util.i18n - package com.identity4j.util.i18n
 
com.identity4j.util.json - package com.identity4j.util.json
 
com.identity4j.util.passwords - package com.identity4j.util.passwords
 
com.identity4j.util.unix - package com.identity4j.util.unix
 
com.identity4j.util.validator - package com.identity4j.util.validator
 
com.identity4j.util.xml - package com.identity4j.util.xml
 
compactClasspathString(String) - Static method in class com.identity4j.util.StringUtil
Compact a classpath string by replacing any occurence of the current working directory with '.'.
compareTo(Extender.Extension) - Method in class com.identity4j.util.Extender.Extension
 
compareTo(Version) - Method in class com.identity4j.util.Version
 
CompoundEncoder - Class in com.identity4j.util.crypt.impl
 
CompoundEncoder(String, Encoder...) - Constructor for class com.identity4j.util.crypt.impl.CompoundEncoder
 
concatenateUriParts(String, String) - Static method in class com.identity4j.util.http.HttpUtil
 
containsDictionaryWords - com.identity4j.util.passwords.PasswordPolicyException.Type
 
containsKey(Object) - Method in class com.identity4j.util.MultiMap
 
containsUsername - com.identity4j.util.passwords.PasswordPolicyException.Type
 
containsValue(Object) - Method in class com.identity4j.util.MultiMap
 
containsWord(Locale, String) - Method in interface com.identity4j.util.passwords.PasswordDictionaryService
 
content() - Method in interface com.identity4j.util.http.HttpResponse
 
contentStream() - Method in interface com.identity4j.util.http.HttpResponse
 
contentString() - Method in interface com.identity4j.util.http.HttpResponse
 
convert(Object, Class<T>) - Method in class com.identity4j.util.json.JsonMapperService
Converts Map like objects into instance of class specified.
convertByteToString(byte[]) - Static method in class com.identity4j.util.StringUtil
 
copyArray(String[]) - Static method in class com.identity4j.util.ArrayUtil
Copy a string array.
copyMap(Map<String, String[]>) - Static method in class com.identity4j.util.MapUtil
Create a copy of a string array map.
countIterator(Iterator<?>) - Static method in class com.identity4j.util.Util
 
createError(ValidationContext, String) - Method in class com.identity4j.util.validator.EmailAddressValidator
 
createError(ValidationContext, String) - Method in class com.identity4j.util.validator.RegexValidator
 
createSecretKey(String) - Method in class com.identity4j.util.crypt.nss.NssTokenDatabase
 
crypt(String, String) - Static method in class com.identity4j.util.unix.DESCrypt
 
Crypt(char[], byte[]) - Constructor for class com.identity4j.util.crypt.impl.PBEWithMD5AndDESEncoder.Crypt
 
crypt_md5(byte[], String) - Static method in class com.identity4j.util.unix.MD5Crypt
 
crypt_md5(byte[], String, String) - Static method in class com.identity4j.util.unix.MD5Crypt
 
crypt_sha(byte[], String) - Static method in class com.identity4j.util.unix.SHACrypt
 
crypt_sha(byte[], String, int) - Static method in class com.identity4j.util.unix.SHACrypt
 

D

DARK_GREEN - Static variable in class com.identity4j.util.Color
 
DARK_RED - Static variable in class com.identity4j.util.Color
 
DateValidator - Class in com.identity4j.util.validator
A validator implementation that checks the supplied value is a valid Date.
DateValidator(MultiMap) - Constructor for class com.identity4j.util.validator.DateValidator
Constructor.
dayPrecision(Calendar) - Static method in class com.identity4j.util.Util
Remove precision from a calendar so that it represents just a day.
daysToMillis(long) - Static method in class com.identity4j.util.Util
Convert a number of days to milliseconds
DBM - com.identity4j.util.crypt.nss.NssTokenDatabase.Mode
 
decode(byte[], byte[], byte[], String) - Method in interface com.identity4j.util.crypt.Encoder
Decode bytes (if supported) to text.
decode(byte[], byte[], byte[], String) - Method in class com.identity4j.util.crypt.impl.AbstractEncoder
 
decode(byte[], byte[], byte[], String) - Method in class com.identity4j.util.crypt.impl.AESEncoder
 
decode(byte[], byte[], byte[], String) - Method in class com.identity4j.util.crypt.impl.Base64Encoder
 
decode(byte[], byte[], byte[], String) - Method in class com.identity4j.util.crypt.impl.CompoundEncoder
 
decode(byte[], byte[], byte[], String) - Method in class com.identity4j.util.crypt.impl.PBEWithMD5AndDESEncoder
 
decode(byte[], byte[], byte[], String) - Method in class com.identity4j.util.crypt.impl.PlainEncoder
 
decode(byte[], byte[], byte[], String) - Method in class com.identity4j.util.crypt.impl.RawAESEncoder
 
decode(byte[], byte[], byte[], String) - Method in class com.identity4j.util.crypt.nss.NSSEncoder
 
decode(byte[], String, String, byte[], byte[]) - Method in class com.identity4j.util.crypt.EncoderManager
 
decode(String) - Static method in class com.identity4j.util.http.HttpUtil
 
decrypt(byte[]) - Method in class com.identity4j.util.crypt.impl.PBEWithMD5AndDESEncoder.Crypt
 
decrypt(String) - Method in class com.identity4j.util.crypt.nss.NssTokenDatabase
 
DEFAULT - com.identity4j.util.http.HttpProviderClient.CertificateRequirements
 
DEFAULT - Static variable in class com.identity4j.util.http.HttpStatus
 
DEFAULT_SYMBOLS - Static variable in class com.identity4j.util.passwords.DefaultPasswordCharacteristics
 
DefaultEncoderManager - Class in com.identity4j.util.crypt.impl
 
DefaultExpectMatcher - Class in com.identity4j.util.expect
 
DefaultExpectMatcher() - Constructor for class com.identity4j.util.expect.DefaultExpectMatcher
 
DefaultLocalizableEntity - Class in com.identity4j.util.i18n
 
DefaultLocalizableEntity() - Constructor for class com.identity4j.util.i18n.DefaultLocalizableEntity
 
DefaultLocalizableEntity(String, String) - Constructor for class com.identity4j.util.i18n.DefaultLocalizableEntity
 
DefaultNssTokenDatabase - Class in com.identity4j.util.crypt.nss
 
DefaultNssTokenDatabase() - Constructor for class com.identity4j.util.crypt.nss.DefaultNssTokenDatabase
 
DefaultNssTokenDatabase(byte[], byte[]) - Constructor for class com.identity4j.util.crypt.nss.DefaultNssTokenDatabase
 
DefaultNssTokenDatabase(File) - Constructor for class com.identity4j.util.crypt.nss.DefaultNssTokenDatabase
 
DefaultNssTokenDatabase(File, byte[], byte[]) - Constructor for class com.identity4j.util.crypt.nss.DefaultNssTokenDatabase
 
DefaultPasswordCharacteristics - Class in com.identity4j.util.passwords
 
DefaultPasswordCharacteristics() - Constructor for class com.identity4j.util.passwords.DefaultPasswordCharacteristics
 
DefaultPasswordCharacteristics(PasswordCharacteristics) - Constructor for class com.identity4j.util.passwords.DefaultPasswordCharacteristics
 
delete(String, HttpPair...) - Method in interface com.identity4j.util.http.HttpProviderClient
 
DESCrypt - Class in com.identity4j.util.unix
JCrypt.java Java-based implementation of the unix crypt command found at http://locutus.kingwoodcable.com/jfd/crypt.html.
determineClassLoader(ClassLoader) - Static method in class com.identity4j.util.i18n.Messages
 
differs(Object, Object) - Static method in class com.identity4j.util.Util
 
DnValidator - Class in com.identity4j.util.validator
A validator implementation that checks the supplied value conforms to the rules set out by the URL implementation.
DnValidator(MultiMap) - Constructor for class com.identity4j.util.validator.DnValidator
Constructor.
doAddLower(int, StringBuilder, char) - Method in class com.identity4j.util.passwords.PasswordGenerator
 
doAddUpper(int, StringBuilder, char) - Method in class com.identity4j.util.passwords.PasswordGenerator
 
doCrypt(byte[], String, String) - Method in class com.identity4j.util.crypt.impl.AbstractUnixSHAEncoder
 
doCrypt(byte[], String, String) - Method in class com.identity4j.util.crypt.impl.UnixSHA256Encoder
 
doCrypt(byte[], String, String) - Method in class com.identity4j.util.crypt.impl.UnixSHA512Encoder
 
doesNotMatchComplexity - com.identity4j.util.passwords.PasswordPolicyException.Type
 
doesNotMatchMinimumStrength - com.identity4j.util.passwords.PasswordPolicyException.Type
 
doSymbols(int, StringBuilder, char) - Method in class com.identity4j.util.passwords.PasswordGenerator
 
DRUPAL_HASH_COUNT - Static variable in class com.identity4j.util.crypt.impl.Drupal7Encoder
 
DRUPAL_HASH_LENGTH - Static variable in class com.identity4j.util.crypt.impl.Drupal7Encoder
 
DRUPAL_MAX_HASH_COUNT - Static variable in class com.identity4j.util.crypt.impl.Drupal7Encoder
 
DRUPAL_MIN_HASH_COUNT - Static variable in class com.identity4j.util.crypt.impl.Drupal7Encoder
 
Drupal7Encoder - Class in com.identity4j.util.crypt.impl
http://stackoverflow.com/questions/5031662/what-is-drupals-default-password- encryption-method
Drupal7Encoder() - Constructor for class com.identity4j.util.crypt.impl.Drupal7Encoder
 

E

EmailAddressValidator - Class in com.identity4j.util.validator
A validator implementation that checks the supplied value is a valid email address or host name.
EmailAddressValidator(MultiMap) - Constructor for class com.identity4j.util.validator.EmailAddressValidator
Constructor.
emptyIterator(Class<T>) - Static method in class com.identity4j.util.CollectionUtil
Provides empty iterator for the provided type of klass
Note: Java 7 provides emptyIterator implementation.
encode(byte[], byte[], byte[], String) - Method in interface com.identity4j.util.crypt.Encoder
Encode a string
encode(byte[], byte[], byte[], String) - Method in class com.identity4j.util.crypt.impl.AbstractUnixSHAEncoder
 
encode(byte[], byte[], byte[], String) - Method in class com.identity4j.util.crypt.impl.AESEncoder
 
encode(byte[], byte[], byte[], String) - Method in class com.identity4j.util.crypt.impl.Base64Encoder
 
encode(byte[], byte[], byte[], String) - Method in class com.identity4j.util.crypt.impl.CompoundEncoder
 
encode(byte[], byte[], byte[], String) - Method in class com.identity4j.util.crypt.impl.Drupal7Encoder
 
encode(byte[], byte[], byte[], String) - Method in class com.identity4j.util.crypt.impl.MessageDigestEncoder
 
encode(byte[], byte[], byte[], String) - Method in class com.identity4j.util.crypt.impl.MessageDigestStringEncoder
 
encode(byte[], byte[], byte[], String) - Method in class com.identity4j.util.crypt.impl.PBEWithMD5AndDESEncoder
 
encode(byte[], byte[], byte[], String) - Method in class com.identity4j.util.crypt.impl.PlainEncoder
 
encode(byte[], byte[], byte[], String) - Method in class com.identity4j.util.crypt.impl.RawAESEncoder
 
encode(byte[], byte[], byte[], String) - Method in class com.identity4j.util.crypt.impl.UnicodeEncoder
 
encode(byte[], byte[], byte[], String) - Method in class com.identity4j.util.crypt.impl.UnixBlowfishEncoder
 
encode(byte[], byte[], byte[], String) - Method in class com.identity4j.util.crypt.impl.UnixDESEncoder
 
encode(byte[], byte[], byte[], String) - Method in class com.identity4j.util.crypt.impl.UnixMD5Encoder
 
encode(byte[], byte[], byte[], String) - Method in class com.identity4j.util.crypt.nss.NSSEncoder
 
encode(byte[], byte[], byte[], String, int, int) - Method in class com.identity4j.util.crypt.impl.AESEncoder
 
encode(byte[], byte[], byte[], String, int, int) - Method in class com.identity4j.util.crypt.impl.RawAESEncoder
 
encode(char[], String, String, byte[], byte[]) - Method in class com.identity4j.util.crypt.EncoderManager
 
encode(String) - Static method in class com.identity4j.util.http.HttpUtil
 
encodeParameters(HttpPair...) - Static method in class com.identity4j.util.http.Http
 
Encoder - Interface in com.identity4j.util.crypt
There are many methods of converting passwords and other confidential information for storage.
EncoderException - Error in com.identity4j.util.crypt
 
EncoderException() - Constructor for error com.identity4j.util.crypt.EncoderException
 
EncoderException(String) - Constructor for error com.identity4j.util.crypt.EncoderException
 
EncoderException(String, Throwable) - Constructor for error com.identity4j.util.crypt.EncoderException
 
EncoderException(Throwable) - Constructor for error com.identity4j.util.crypt.EncoderException
 
EncoderManager - Class in com.identity4j.util.crypt
 
EncoderManager() - Constructor for class com.identity4j.util.crypt.EncoderManager
 
encrypt(byte[]) - Method in class com.identity4j.util.crypt.impl.PBEWithMD5AndDESEncoder.Crypt
 
encrypt(String) - Method in class com.identity4j.util.crypt.nss.NssTokenDatabase
 
Entity - Interface in com.identity4j.util.i18n
Interface represent the concept of an Entity.
entrySet() - Method in class com.identity4j.util.MultiMap
 
equals(Object) - Method in class com.identity4j.util.http.HttpStatus
 
equals(Object) - Method in class com.identity4j.util.http.HttpStatusCodes
 
equals(Object) - Method in class com.identity4j.util.MultiMap
 
equals(Object) - Method in class com.identity4j.util.Version
 
equals(Collection<String>, String[]) - Static method in class com.identity4j.util.StringUtil
Compare a collection of strings to an array of strings.
escapeDouble(String) - Static method in class com.identity4j.util.unix.UnixUtils
 
escapeSingle(String) - Static method in class com.identity4j.util.unix.UnixUtils
 
expect(String) - Method in class com.identity4j.util.expect.Expect
Consume the output of the command until the pattern matches.
expect(String, boolean) - Method in class com.identity4j.util.expect.Expect
Consume the output of the command until the pattern matches.
expect(String, boolean, long) - Method in class com.identity4j.util.expect.Expect
Consume the output of the command until the pattern matches.
expect(String, boolean, long, long) - Method in class com.identity4j.util.expect.Expect
Consume the output of the command until the pattern matches.
expect(String, long) - Method in class com.identity4j.util.expect.Expect
Consume the output of the command until the pattern matches.
Expect - Class in com.identity4j.util.expect
 
Expect() - Constructor for class com.identity4j.util.expect.Expect
 
Expect(ExpectMatcher) - Constructor for class com.identity4j.util.expect.Expect
 
Expect(ExpectMatcher, InputStream, OutputStream) - Constructor for class com.identity4j.util.expect.Expect
 
Expect(ExpectMatcher, InputStream, OutputStream, String) - Constructor for class com.identity4j.util.expect.Expect
 
Expect(InputStream, OutputStream) - Constructor for class com.identity4j.util.expect.Expect
 
ExpectMatcher - Interface in com.identity4j.util.expect
 
expectNextLine(String) - Method in class com.identity4j.util.expect.Expect
Perform expect on the next line of output only
expectNextLine(String, boolean) - Method in class com.identity4j.util.expect.Expect
Perform expect on the next line of output only
expectNextLine(String, boolean, long) - Method in class com.identity4j.util.expect.Expect
Perform expect on the next line of output only
ExpectTimeoutException - Exception in com.identity4j.util.expect
Exception thrown when an operation times out.
extend(Extender, String) - Static method in class com.identity4j.util.Extender
 
extend(String) - Static method in class com.identity4j.util.Extender
 
extend(String, String) - Method in class com.identity4j.util.Extender
 
Extender - Class in com.identity4j.util
 
Extender() - Constructor for class com.identity4j.util.Extender
 
Extender.Extension - Class in com.identity4j.util
 
Extension(String, String, int, URL) - Constructor for class com.identity4j.util.Extender.Extension
 
extract(String, Set<String>) - Method in class com.identity4j.util.xml.XMLDataExtractor
 

F

FALSE_VALUE - Static variable in class com.identity4j.util.validator.BooleanValidator
Parameter which when supplied, specifies the false value valid for the string.
fetchNext() - Method in class com.identity4j.util.AbstractLazyLoadingIterator
 
FileValidator - Class in com.identity4j.util.validator
A validator implementation that checks the supplied value is a valid File.
FileValidator(MultiMap) - Constructor for class com.identity4j.util.validator.FileValidator
Constructor.
FIPSEncoder - Class in com.identity4j.util.crypt.nss
Deprecated.
FIPSEncoder(NssTokenDatabase) - Constructor for class com.identity4j.util.crypt.nss.FIPSEncoder
Deprecated.
 
fromMap(Map<String, String[]>) - Static method in class com.identity4j.util.MultiMap
 
fromMapSingle(Map<String, String>) - Static method in class com.identity4j.util.MultiMap
 
fromObject(Object) - Static method in class com.identity4j.util.Util
Return a very simple string represent of an object, assuming the object uses bean like getters (getXXX and isXXX).
futureDate(long) - Static method in class com.identity4j.util.Util
Calculates the date in the future by adding the supplied days to the current date.
futureTime(long) - Static method in class com.identity4j.util.Util
Calculates the time in the future by adding the supplied days to the current time.

G

generate(Locale, String) - Method in class com.identity4j.util.passwords.PasswordGenerator
 
generateString(int) - Static method in class com.identity4j.util.crypt.nss.NssTokenDatabase
 
gensalt() - Static method in class com.identity4j.util.unix.BCrypt
Generate a salt for use with the BCrypt.hashpw() method, selecting a reasonable default for the number of hashing rounds to apply
gensalt(int) - Static method in class com.identity4j.util.unix.BCrypt
Generate a salt for use with the BCrypt.hashpw() method
get(Object) - Method in class com.identity4j.util.MultiMap
 
get(String, HttpPair...) - Method in interface com.identity4j.util.http.HttpProviderClient
 
getActualMode() - Method in class com.identity4j.util.crypt.nss.NssTokenDatabase
 
getAfter(String, String) - Static method in class com.identity4j.util.StringUtil
Returns the string within this string of the first occurrence after the first specified substring match e.g.
getAfterLast(String, String) - Static method in class com.identity4j.util.StringUtil
Returns the string within this string of the first occurrence after the last specified substring match e.g.
getAnalysis() - Method in exception com.identity4j.util.passwords.PasswordPolicyException
 
getArgs() - Method in class com.identity4j.util.validator.ValidationError
Get the arguments to use in message replacement for this error.
getAttributes() - Method in class com.identity4j.util.passwords.DefaultPasswordCharacteristics
 
getAttributes() - Method in interface com.identity4j.util.passwords.PasswordCharacteristics
 
getAttributes() - Method in class com.identity4j.util.xml.XMLDataExtractor.Node
 
getAuthToken() - Method in class com.identity4j.util.passwords.UNIXPasswordCharacteristics
 
getBefore(String, String) - Static method in class com.identity4j.util.StringUtil
Returns the string within this string of the first occurrence before the first specified substring match e.g.
getBeforeLast(String, String) - Static method in class com.identity4j.util.StringUtil
Returns the string within this string of the first occurrence before the last specified substring match e.g.
getBestAddress(InetSocketAddress) - Static method in class com.identity4j.util.NetUtil
 
getBlue() - Method in class com.identity4j.util.Color
 
getBlue() - Method in interface com.identity4j.util.RGB
 
getBoolean(String) - Method in class com.identity4j.util.MultiMap
Get the boolean value of an entry given its key.
getBooleanOrDefault(String, boolean) - Method in class com.identity4j.util.MultiMap
Get the boolean value of an entry given its key or a default value if no such entry exists.
getBooleanOrFail(String) - Method in class com.identity4j.util.MultiMap
Get the boolean value of an entry given its key or fail with an exception if it does not.
getBooleanOrNull(String) - Method in class com.identity4j.util.MultiMap
Get the boolean value of an entry given its key or null if no such entry exists.
getBundle() - Method in class com.identity4j.util.validator.ValidationError
Get the resource bundle name that contains the resources for this error.
getBundle(ClassLoader, Locale, String) - Static method in class com.identity4j.util.i18n.Messages
 
getBundle(Locale, String) - Static method in class com.identity4j.util.i18n.Messages
 
getBundleName() - Method in class com.identity4j.util.i18n.DefaultLocalizableEntity
 
getBundleName() - Method in interface com.identity4j.util.i18n.LocalizableEntity
Get the bundle name for the entity
getBundleName() - Method in exception com.identity4j.util.i18n.LocalizableRuntimeException
 
getCharset(HttpResponse) - Static method in class com.identity4j.util.http.Http
 
getClient(String) - Method in interface com.identity4j.util.http.HttpProvider
 
getClient(String, String, char[], String) - Method in interface com.identity4j.util.http.HttpProvider
 
getClient(URI) - Method in class com.identity4j.util.http.request.HttpRequestHandler
 
getCode() - Method in class com.identity4j.util.http.HttpStatus
 
getContentEncoding(HttpResponse) - Static method in class com.identity4j.util.http.Http
 
getContentLength(HttpResponse) - Static method in class com.identity4j.util.http.Http
 
getContentType(HttpResponse) - Static method in class com.identity4j.util.http.Http
 
getContext() - Method in class com.identity4j.util.validator.ValidationError
Get the context this validation error was created in.
getDictionaryService() - Method in class com.identity4j.util.passwords.PasswordAnalyser
 
getEncoder(String) - Method in class com.identity4j.util.crypt.EncoderManager
 
getEncoderById(String) - Method in class com.identity4j.util.crypt.EncoderManager
 
getEncoderForEncodedData(byte[], String) - Method in class com.identity4j.util.crypt.EncoderManager
 
getEncoderForEncodedString(char[], String, Collection<String>) - Method in class com.identity4j.util.crypt.EncoderManager
 
getEncoderIds() - Method in class com.identity4j.util.crypt.EncoderManager
 
getEnd(Date) - Static method in class com.identity4j.util.Util
Returns the given date with time set to the end of the day
getEol() - Method in class com.identity4j.util.expect.Expect
 
getError() - Method in class com.identity4j.util.http.HttpStatus
 
getException() - Method in exception com.identity4j.util.json.JsonMapperException
 
getExtension() - Method in class com.identity4j.util.Extender
 
getFirstItemOrNull(List<String>) - Static method in class com.identity4j.util.StringUtil
 
getGreen() - Method in class com.identity4j.util.Color
 
getGreen() - Method in interface com.identity4j.util.RGB
 
getHeader(HttpResponse, String) - Static method in class com.identity4j.util.http.Http
 
getHistorySize() - Method in class com.identity4j.util.passwords.DefaultPasswordCharacteristics
 
getHistorySize() - Method in interface com.identity4j.util.passwords.PasswordCharacteristics
 
getIconName() - Method in interface com.identity4j.util.i18n.IconifiableEntity
Get the logical icon name
getId() - Method in interface com.identity4j.util.crypt.Encoder
Get the ID of this encoder.
getId() - Method in class com.identity4j.util.crypt.impl.AbstractEncoder
 
getId() - Method in class com.identity4j.util.i18n.DefaultLocalizableEntity
 
getId() - Method in interface com.identity4j.util.i18n.Entity
Get the unique identifier for this entity.
getId() - Method in interface com.identity4j.util.i18n.Identifiable
 
getId() - Method in exception com.identity4j.util.i18n.LocalizableRuntimeException
 
getIn() - Method in class com.identity4j.util.expect.Expect
 
getInstance() - Static method in class com.identity4j.util.crypt.impl.DefaultEncoderManager
 
getInstance() - Static method in class com.identity4j.util.crypt.nss.NssTokenDatabase
 
getInstance() - Static method in class com.identity4j.util.json.JsonMapperService
 
getInstance() - Static method in class com.identity4j.util.xml.XMLDataExtractor
 
getInteger(String) - Method in class com.identity4j.util.MultiMap
Get the integer value of an entry given its key.
getIntegerOrDefault(String, Integer) - Method in class com.identity4j.util.MultiMap
Get the integer value of an entry given its key or a default value if no such entry exists..
getIntegerOrFail(String) - Method in class com.identity4j.util.MultiMap
Get the boolean value of an entry given its key or fail with an exception if it does not.
getIntegerOrNull(String) - Method in class com.identity4j.util.MultiMap
Get the integer value of an entry given its key or null if no such entry exists.
getIterations() - Method in class com.identity4j.util.crypt.impl.AESEncoder
 
getJson(Object) - Method in class com.identity4j.util.json.JsonMapperService
Converts a Java object into json.
getJsonProperty(String, String) - Method in class com.identity4j.util.json.JsonMapperService
Fetches a property from a json string.
getKeyIterator() - Method in class com.identity4j.util.MultiMap
Get an iterator of all keys.
getKeyName() - Method in class com.identity4j.util.crypt.nss.NssTokenDatabase
 
getLastToken(String, String) - Static method in class com.identity4j.util.StringUtil
 
getLine() - Method in class com.identity4j.util.http.HttpStatus
 
getLocalizedMessage() - Method in exception com.identity4j.util.http.HttpException
 
getLocalizedMessage(ClassLoader) - Method in exception com.identity4j.util.validator.ValidationException
 
getLocalizedMessage(ClassLoader, Locale) - Method in exception com.identity4j.util.validator.ValidationException
 
getMap(String) - Method in class com.identity4j.util.MultiMap
Get the java.util.Map value of an entry given its key.
getMapOrDefault(String, Map<String, String>) - Method in class com.identity4j.util.MultiMap
Get the java.util.Map value of an entry given its key or a default value if no such entry exists.
getMapOrFail(String) - Method in class com.identity4j.util.MultiMap
Get the java.util.Map value of an entry given its key or fail with an exception if it does not.
getMapOrNull(String) - Method in class com.identity4j.util.MultiMap
Get the java.util.Map value of an entry given its key or null if no such entry exists.
getMaximumDigits() - Method in class com.identity4j.util.passwords.PasswordGenerator
 
getMaximumLowerCase() - Method in class com.identity4j.util.passwords.PasswordGenerator
 
getMaximumSize() - Method in class com.identity4j.util.passwords.DefaultPasswordCharacteristics
 
getMaximumSize() - Method in interface com.identity4j.util.passwords.PasswordCharacteristics
 
getMaximumSymbols() - Method in class com.identity4j.util.passwords.PasswordGenerator
 
getMaximumUpperCase() - Method in class com.identity4j.util.passwords.PasswordGenerator
 
getMessage() - Method in exception com.identity4j.util.http.HttpException
 
getMessage() - Method in exception com.identity4j.util.json.JsonMapperException
 
getMessage() - Method in class com.identity4j.util.validator.ValidationError
Get the message key to use for this validation error.
getMessage() - Method in exception com.identity4j.util.validator.ValidationException
 
getMIMEType(HttpResponse) - Static method in class com.identity4j.util.http.Http
 
getMinimumDigits() - Method in class com.identity4j.util.passwords.DefaultPasswordCharacteristics
 
getMinimumDigits() - Method in interface com.identity4j.util.passwords.PasswordCharacteristics
 
getMinimumLowerCase() - Method in class com.identity4j.util.passwords.DefaultPasswordCharacteristics
 
getMinimumLowerCase() - Method in interface com.identity4j.util.passwords.PasswordCharacteristics
 
getMinimumSize() - Method in class com.identity4j.util.passwords.DefaultPasswordCharacteristics
 
getMinimumSize() - Method in interface com.identity4j.util.passwords.PasswordCharacteristics
 
getMinimumSymbols() - Method in class com.identity4j.util.passwords.DefaultPasswordCharacteristics
 
getMinimumSymbols() - Method in interface com.identity4j.util.passwords.PasswordCharacteristics
 
getMinimumUpperCase() - Method in class com.identity4j.util.passwords.DefaultPasswordCharacteristics
 
getMinimumUpperCase() - Method in interface com.identity4j.util.passwords.PasswordCharacteristics
 
getMinStrength() - Method in class com.identity4j.util.passwords.DefaultPasswordCharacteristics
 
getMinStrength() - Method in interface com.identity4j.util.passwords.PasswordCharacteristics
 
getMode() - Method in class com.identity4j.util.crypt.nss.NssTokenDatabase
 
getName() - Method in class com.identity4j.util.Extender.Extension
 
getName() - Method in class com.identity4j.util.http.HttpPair
 
getNodeName() - Method in class com.identity4j.util.xml.XMLDataExtractor.Node
 
getNodeValue() - Method in class com.identity4j.util.xml.XMLDataExtractor.Node
 
getNssConfigurationDirectory() - Static method in class com.identity4j.util.crypt.nss.NssTokenDatabase
 
getObject(TypeReference<T>, String) - Method in class com.identity4j.util.json.JsonMapperService
Maps a json String to Java object specified by TypeReference.
getObject(Class<T>, String) - Method in class com.identity4j.util.json.JsonMapperService
Maps a json String to Java object.
getOrder() - Method in class com.identity4j.util.Extender.Extension
 
getOut() - Method in class com.identity4j.util.expect.Expect
 
getParameter() - Method in class com.identity4j.util.Extender.Extension
 
getPasswordAnalyserService() - Method in class com.identity4j.util.passwords.PasswordGenerator
 
getPasswordCharacteristics() - Method in class com.identity4j.util.passwords.PasswordGenerator
 
getPath(URI) - Method in class com.identity4j.util.http.request.HttpRequestHandler
 
getPathAndQuerry(URI) - Method in class com.identity4j.util.http.request.HttpRequestHandler
 
getProtocol() - Method in class com.identity4j.util.http.HttpStatus
 
getProtocolVersion() - Method in class com.identity4j.util.http.HttpStatusCodes
 
getProvider() - Static method in class com.identity4j.util.http.Http
 
getRed() - Method in class com.identity4j.util.Color
 
getRed() - Method in interface com.identity4j.util.RGB
 
getRequiredMatches() - Method in class com.identity4j.util.passwords.DefaultPasswordCharacteristics
 
getRequiredMatches() - Method in interface com.identity4j.util.passwords.PasswordCharacteristics
Get how many conditions must be true for the password to be considered OK.
getRequiresMatches() - Method in class com.identity4j.util.passwords.DefaultPasswordCharacteristics
 
getResonPhrase() - Method in class com.identity4j.util.http.HttpStatusCodes
 
getRootCause(Throwable, Class<? extends Throwable>) - Static method in class com.identity4j.util.Util
 
getRPCURL() - Static method in class com.identity4j.util.NetUtil
 
getSecretKey(char[], byte[], int, int) - Method in class com.identity4j.util.crypt.impl.RawAESEncoder
 
getSecretKey(String) - Method in class com.identity4j.util.crypt.nss.NssTokenDatabase
 
getSecretKeyNames() - Method in class com.identity4j.util.crypt.nss.NssTokenDatabase
 
getSecretKeys() - Method in class com.identity4j.util.crypt.nss.NssTokenDatabase
 
getSource() - Method in class com.identity4j.util.Extender.Extension
 
getStart(Date) - Static method in class com.identity4j.util.Util
Returns the given date with the time set to the start of the day.
getStatus() - Method in exception com.identity4j.util.http.HttpException
 
getStatusCode() - Method in class com.identity4j.util.http.HttpStatusCodes
 
getStreamFromResource(Class<?>, String) - Static method in class com.identity4j.util.IOUtil
Get a string from a Resource .
getStrength() - Method in class com.identity4j.util.passwords.PasswordAnalysis
 
getString(ClassLoader, String, String, Object...) - Static method in class com.identity4j.util.i18n.Messages
Returns message
getString(ClassLoader, Locale, String, String, Object...) - Static method in class com.identity4j.util.i18n.Messages
Returns message
getString(String) - Method in class com.identity4j.util.MultiMap
Get the string value of an entry given its key.
getString(String, String, Object...) - Static method in class com.identity4j.util.i18n.Messages
Returns message
getString(String, Locale, String, Object...) - Static method in class com.identity4j.util.i18n.Messages
Returns message
getStringArray(String) - Method in class com.identity4j.util.MultiMap
Get the string array value of an entry given its key.
getStringArrayOrDefault(String, String...) - Method in class com.identity4j.util.MultiMap
Get the string array value of an entry given its key or default values if no such entry exists.
getStringArrayOrFail(String) - Method in class com.identity4j.util.MultiMap
Get the string array value of an entry given its key or fail with an exception if it does not.
getStringArrayOrNull(String) - Method in class com.identity4j.util.MultiMap
Get the string array value of an entry given its key or null if no such entry exists.
getStringFromResource(Class<?>, String) - Static method in class com.identity4j.util.IOUtil
Get a string from a Resource .
getStringFromResource(Class<?>, String, String) - Static method in class com.identity4j.util.IOUtil
Get a string from a Resource .
getStringOrDefault(String, String) - Method in class com.identity4j.util.MultiMap
Get the string value of an entry given its key or a default value if no such entry exists..
getStringOrFail(String) - Method in class com.identity4j.util.MultiMap
Get the string value of an entry given its key or fail with an exception if it does not.
getStringOrNull(String) - Method in class com.identity4j.util.MultiMap
Get the string value of an entry given its key or null if no such entry exists.
getSuggestions() - Method in class com.identity4j.util.passwords.PasswordAnalysis
 
getSymbols() - Method in class com.identity4j.util.passwords.DefaultPasswordCharacteristics
 
getSymbols() - Method in interface com.identity4j.util.passwords.PasswordCharacteristics
Get the list of characters that are considered symbols.
getType() - Method in exception com.identity4j.util.passwords.PasswordPolicyException
 
getURLFilename(URL) - Static method in class com.identity4j.util.StringUtil
 
getValidationError() - Method in exception com.identity4j.util.validator.ValidationException
Returns the validation error associated with this exception
getValidatorErrors() - Method in exception com.identity4j.util.validator.ValidationException
Returns the validation errors associated with this exception
getValue() - Method in class com.identity4j.util.http.HttpPair
 
getValue(String[]) - Static method in class com.identity4j.util.StringUtil
 
getVersionElements() - Method in class com.identity4j.util.Version
 
getVeryStrongFactor() - Method in class com.identity4j.util.passwords.DefaultPasswordCharacteristics
 
getVeryStrongFactor() - Method in interface com.identity4j.util.passwords.PasswordCharacteristics
 
getWarnings() - Method in class com.identity4j.util.passwords.PasswordAnalysis
 

H

handleRequestDelete(URI, HttpPair...) - Method in class com.identity4j.util.http.request.HttpRequestHandler
Performs HTTP DELETE request.
handleRequestGet(URI, HttpPair...) - Method in class com.identity4j.util.http.request.HttpRequestHandler
Performs HTTP GET request.
handleRequestPatch(URI, String, HttpPair...) - Method in class com.identity4j.util.http.request.HttpRequestHandler
Performs HTTP PATCH request.
handleRequestPost(URI, String, HttpPair...) - Method in class com.identity4j.util.http.request.HttpRequestHandler
Performs HTTP POST request.
handleRequestPut(URI, String, HttpPair...) - Method in class com.identity4j.util.http.request.HttpRequestHandler
Performs HTTP PUT request.
hash(String, byte[]) - Method in class com.identity4j.util.crypt.impl.AbstractPHPHashEncoder
 
hash(String, byte[], boolean) - Method in class com.identity4j.util.crypt.impl.AbstractPHPHashEncoder
 
hash(String, byte[], boolean, String) - Method in class com.identity4j.util.crypt.impl.AbstractPHPHashEncoder
 
hashCode() - Method in class com.identity4j.util.http.HttpStatus
 
hashCode() - Method in class com.identity4j.util.http.HttpStatusCodes
 
hashCode() - Method in class com.identity4j.util.MultiMap
 
hashCode() - Method in class com.identity4j.util.Version
 
hashpw(String, String) - Static method in class com.identity4j.util.unix.BCrypt
Hash a password using the OpenBSD bcrypt scheme
hasNext() - Method in class com.identity4j.util.AbstractFilteredIterator
 
hasNext() - Method in class com.identity4j.util.AbstractLazyLoadingIterator
 
hasNext() - Method in class com.identity4j.util.AbstractTransformingIterator
 
hasTime(Date) - Static method in class com.identity4j.util.Util
Determines whether or not a date has any time values.
headers() - Method in interface com.identity4j.util.http.HttpResponse
 
Http - Class in com.identity4j.util.http
 
Http() - Constructor for class com.identity4j.util.http.Http
 
HttpData - Interface in com.identity4j.util.http
 
HttpException - Exception in com.identity4j.util.http
 
HttpException() - Constructor for exception com.identity4j.util.http.HttpException
 
HttpException(HttpStatus) - Constructor for exception com.identity4j.util.http.HttpException
 
HttpException(HttpStatus, String) - Constructor for exception com.identity4j.util.http.HttpException
 
HttpException(HttpStatus, String, Throwable) - Constructor for exception com.identity4j.util.http.HttpException
 
HttpException(HttpStatus, String, Throwable, boolean, boolean) - Constructor for exception com.identity4j.util.http.HttpException
 
HttpException(HttpStatus, Throwable) - Constructor for exception com.identity4j.util.http.HttpException
 
HttpException(String) - Constructor for exception com.identity4j.util.http.HttpException
 
HttpException(String, Throwable) - Constructor for exception com.identity4j.util.http.HttpException
 
HttpException(String, Throwable, boolean, boolean) - Constructor for exception com.identity4j.util.http.HttpException
 
HttpException(Throwable) - Constructor for exception com.identity4j.util.http.HttpException
 
HttpPair - Class in com.identity4j.util.http
 
HttpPair(String, String) - Constructor for class com.identity4j.util.http.HttpPair
 
HttpProvider - Interface in com.identity4j.util.http
 
HttpProviderClient - Interface in com.identity4j.util.http
 
HttpProviderClient.CertificateRequirements - Enum in com.identity4j.util.http
 
HttpRequestBase - Interface in com.identity4j.util.http.request
 
HttpRequestException - Exception in com.identity4j.util.http.request
 
HttpRequestException(String, IOException) - Constructor for exception com.identity4j.util.http.request.HttpRequestException
 
HttpRequestHandler - Class in com.identity4j.util.http.request
This class provides all the methods to send http requests to the REST endpoint.
HttpRequestHandler() - Constructor for class com.identity4j.util.http.request.HttpRequestHandler
 
HttpResponse - Interface in com.identity4j.util.http
 
HttpStatus - Class in com.identity4j.util.http
Encapsulates HTTP status information
HttpStatus(int, String, String) - Constructor for class com.identity4j.util.http.HttpStatus
 
HttpStatusCodes - Class in com.identity4j.util.http
Encapsulates HTTP status code information
HttpStatusCodes() - Constructor for class com.identity4j.util.http.HttpStatusCodes
 
HttpUtil - Class in com.identity4j.util.http
 
HttpUtil() - Constructor for class com.identity4j.util.http.HttpUtil
 

I

IconifiableEntity - Interface in com.identity4j.util.i18n
An extension of Entity that should be used for entities that may have an icon when rendered.
id - Variable in class com.identity4j.util.i18n.DefaultLocalizableEntity
 
ID - Static variable in class com.identity4j.util.crypt.impl.AES192Encoder
 
ID - Static variable in class com.identity4j.util.crypt.impl.AES256Encoder
 
ID - Static variable in class com.identity4j.util.crypt.impl.AESEncoder
 
ID - Static variable in class com.identity4j.util.crypt.impl.Base64AES192Encoder
 
ID - Static variable in class com.identity4j.util.crypt.impl.Base64AES256Encoder
 
ID - Static variable in class com.identity4j.util.crypt.impl.Base64AESEncoder
 
ID - Static variable in class com.identity4j.util.crypt.impl.Base64Encoder
 
ID - Static variable in class com.identity4j.util.crypt.impl.Base64FIPSEncoder
Deprecated.
 
ID - Static variable in class com.identity4j.util.crypt.impl.Base64NSSEncoder
 
ID - Static variable in class com.identity4j.util.crypt.impl.Base64PBEWithMD5AndDESEncoder
 
ID - Static variable in class com.identity4j.util.crypt.impl.Drupal7Encoder
 
ID - Static variable in class com.identity4j.util.crypt.impl.MD5Base64Encoder
 
ID - Static variable in class com.identity4j.util.crypt.impl.MD5Encoder
 
ID - Static variable in class com.identity4j.util.crypt.impl.MD5StringEncoder
 
ID - Static variable in class com.identity4j.util.crypt.impl.PBEWithMD5AndDESEncoder
 
ID - Static variable in class com.identity4j.util.crypt.impl.PlainEncoder
 
ID - Static variable in class com.identity4j.util.crypt.impl.RawAESEncoder
 
ID - Static variable in class com.identity4j.util.crypt.impl.SHABase64Encoder
 
ID - Static variable in class com.identity4j.util.crypt.impl.SHAEncoder
 
ID - Static variable in class com.identity4j.util.crypt.impl.SHAStringEncoder
 
ID - Static variable in class com.identity4j.util.crypt.impl.UnicodeEncoder
 
ID - Static variable in class com.identity4j.util.crypt.impl.UnixBlowfishEncoder
 
ID - Static variable in class com.identity4j.util.crypt.impl.UnixDESEncoder
 
ID - Static variable in class com.identity4j.util.crypt.impl.UnixMD5Encoder
 
ID - Static variable in class com.identity4j.util.crypt.impl.UnixSHA256Encoder
 
ID - Static variable in class com.identity4j.util.crypt.impl.UnixSHA512Encoder
 
ID - Static variable in class com.identity4j.util.crypt.nss.FIPSEncoder
Deprecated.
 
ID - Static variable in class com.identity4j.util.crypt.nss.NSSEncoder
 
Identifiable<T extends Serializable> - Interface in com.identity4j.util.i18n
 
in - Variable in class com.identity4j.util.expect.Expect
 
include(E) - Method in class com.identity4j.util.AbstractFilteredIterator
 
INCLUDES_PORT - Static variable in class com.identity4j.util.validator.IpAddressValidator
Parameter which when supplied, specifies the if the ip address supplied can include a port.
init(char[], byte[], int) - Method in class com.identity4j.util.crypt.impl.PBEWithMD5AndDESEncoder.Crypt
 
IntegerValidator - Class in com.identity4j.util.validator
A validator implementation that checks the supplied value is a valid Integer and conforms to the supplied IntegerValidator.MINIMUM_VALUE and IntegerValidator.MAXIMUM_VALUE.
IntegerValidator(MultiMap) - Constructor for class com.identity4j.util.validator.IntegerValidator
Constructor.
interrupt() - Method in class com.identity4j.util.expect.Expect
 
IOUtil - Class in com.identity4j.util
 
IOUtil() - Constructor for class com.identity4j.util.IOUtil
 
IpAddressValidator - Class in com.identity4j.util.validator
A validator implementation that checks the supplied value is a valid ip address or host name.
IpAddressValidator(MultiMap) - Constructor for class com.identity4j.util.validator.IpAddressValidator
Constructor.
isAdditionalAnalysis() - Method in class com.identity4j.util.passwords.DefaultPasswordCharacteristics
 
isAdditionalAnalysis() - Method in interface com.identity4j.util.passwords.PasswordCharacteristics
 
isAfterDay(Calendar, Calendar) - Static method in class com.identity4j.util.Util
Checks if the first calendar date is after the second calendar date ignoring time.
isAfterDay(Date, Date) - Static method in class com.identity4j.util.Util
Checks if the first date is after the second date ignoring time.
isArrayNullOrEmpty(String[]) - Static method in class com.identity4j.util.StringUtil
 
isBeforeDay(Calendar, Calendar) - Static method in class com.identity4j.util.Util
Checks if the first calendar date is before the second calendar date ignoring time.
isBeforeDay(Date, Date) - Static method in class com.identity4j.util.Util
Checks if the first date is before the second date ignoring time.
isContainUsername() - Method in class com.identity4j.util.passwords.DefaultPasswordCharacteristics
 
isContainUsername() - Method in interface com.identity4j.util.passwords.PasswordCharacteristics
 
isDatePast(Date, int) - Static method in class com.identity4j.util.Util
Calculates if the current time is after the date supplied + the number of days.
isDBMMode() - Method in class com.identity4j.util.crypt.nss.NssTokenDatabase
 
isDictionaryWordsAllowed() - Method in class com.identity4j.util.passwords.DefaultPasswordCharacteristics
 
isDictionaryWordsAllowed() - Method in interface com.identity4j.util.passwords.PasswordCharacteristics
 
isEmpty() - Method in class com.identity4j.util.MultiMap
 
isFipsMode() - Method in class com.identity4j.util.crypt.nss.NssTokenDatabase
 
isHostName(String) - Static method in class com.identity4j.util.validator.IpAddressValidator
 
isNullOrEmpty(String) - Static method in class com.identity4j.util.StringUtil
Test if a string is null if it is an empty string when trimmed.
isNullOrEmptyOrFirstElementBlank(String[]) - Static method in class com.identity4j.util.StringUtil
 
isOfType(byte[], String) - Method in interface com.identity4j.util.crypt.Encoder
Determine if this encoder may have been used to create the provided encoded bytes.
isOfType(byte[], String) - Method in class com.identity4j.util.crypt.impl.AbstractEncoder
 
isOfType(byte[], String) - Method in class com.identity4j.util.crypt.impl.AbstractUnixSHAEncoder
 
isOfType(byte[], String) - Method in class com.identity4j.util.crypt.impl.CompoundEncoder
 
isOfType(byte[], String) - Method in class com.identity4j.util.crypt.impl.Drupal7Encoder
 
isOfType(byte[], String) - Method in class com.identity4j.util.crypt.impl.MessageDigestStringEncoder
 
isOfType(byte[], String) - Method in class com.identity4j.util.crypt.impl.UnixBlowfishEncoder
 
isOfType(byte[], String) - Method in class com.identity4j.util.crypt.impl.UnixDESEncoder
 
isOfType(byte[], String) - Method in class com.identity4j.util.crypt.impl.UnixMD5Encoder
 
isOpen() - Method in class com.identity4j.util.expect.Expect
 
isResourceExists(Locale, String, String, ClassLoader) - Static method in class com.identity4j.util.i18n.Messages
 
isSameDay(Calendar, Calendar) - Static method in class com.identity4j.util.Util
Checks if two calendars represent the same day ignoring time.
isSameDay(Date, Date) - Static method in class com.identity4j.util.Util
Checks if two dates are on the same day ignoring time.
isSQLMode() - Method in class com.identity4j.util.crypt.nss.NssTokenDatabase
 
isToday(Calendar) - Static method in class com.identity4j.util.Util
Checks if a calendar date is today.
isToday(Date) - Static method in class com.identity4j.util.Util
Checks if a date is today.
isUseCracklib() - Method in class com.identity4j.util.passwords.UNIXPasswordCharacteristics
 
isValueRequired() - Method in class com.identity4j.util.validator.AbstractSingleValueValidator
 
isValueRequired() - Method in class com.identity4j.util.validator.BooleanValidator
 
isValueRequired() - Method in class com.identity4j.util.validator.IntegerValidator
 
isValueRequired() - Method in class com.identity4j.util.validator.ListValidator
 
isValueRequired() - Method in class com.identity4j.util.validator.StringValidator
 
isValueRequired() - Method in interface com.identity4j.util.validator.Validator
Get if the validator's rules would mean the a field value is required.
isWithinDaysFuture(Calendar, int) - Static method in class com.identity4j.util.Util
Checks if a calendar date is after today and within a number of days in the future.
isWithinDaysFuture(Date, int) - Static method in class com.identity4j.util.Util
Checks if a date is after today and within a number of days in the future.

J

JsonMapperException - Exception in com.identity4j.util.json
Exception thrown while mapping json data to java objects.
JsonMapperException(String, Exception) - Constructor for exception com.identity4j.util.json.JsonMapperException
 
JsonMapperService - Class in com.identity4j.util.json
This singleton class is responsible for handling serialization/deserialization of POJOs into JSON.

K

keyLength - Variable in class com.identity4j.util.crypt.impl.RawAESEncoder
 
keynames() - Method in class com.identity4j.util.crypt.nss.NssTokenDatabase
 
keySet() - Method in class com.identity4j.util.MultiMap
 

L

LIST_VALUES - Static variable in class com.identity4j.util.validator.ListValidator
Parameter which when supplied, specifies the contents of the list.
ListValidator - Class in com.identity4j.util.validator
A validator implementation that checks the supplied values conform to the supplied ListValidator.MINIMUM_SELECTION and ListValidator.MAXIMUM_SELECTION and the values are present in the supplied #LIST_CONTENTS.
ListValidator(MultiMap) - Constructor for class com.identity4j.util.validator.ListValidator
Constructor.
LocalizableEntity - Interface in com.identity4j.util.i18n
An extension of Entity that should be used for entities that may be localised when rendered.
LocalizableRuntimeException - Exception in com.identity4j.util.i18n
 
LocalizableRuntimeException() - Constructor for exception com.identity4j.util.i18n.LocalizableRuntimeException
 
LocalizableRuntimeException(String, String) - Constructor for exception com.identity4j.util.i18n.LocalizableRuntimeException
 
LOOSE - com.identity4j.util.http.HttpProviderClient.CertificateRequirements
 

M

main(String[]) - Static method in class com.identity4j.util.crypt.impl.Base64PBEWithMD5AndDESEncoder
 
main(String[]) - Static method in class com.identity4j.util.crypt.impl.DefaultEncoderManager
 
main(String[]) - Static method in class com.identity4j.util.crypt.impl.PBEWithMD5AndDESEncoder
 
main(String[]) - Static method in class com.identity4j.util.expect.Expect
 
main(String[]) - Static method in class com.identity4j.util.unix.BCrypt
 
main(String[]) - Static method in class com.identity4j.util.unix.DESCrypt
 
main(String[]) - Static method in class com.identity4j.util.unix.Sha256Crypt
Test rig
main(String[]) - Static method in class com.identity4j.util.unix.Sha512Crypt
Test rig
MapUtil - Class in com.identity4j.util
Provides general purpose Map utilities.
match(byte[], byte[], byte[], String) - Method in interface com.identity4j.util.crypt.Encoder
Check if the provide un-encoded data would match the encoded data if it was encoded.
match(byte[], byte[], byte[], String) - Method in class com.identity4j.util.crypt.impl.AbstractEncoder
 
match(byte[], byte[], byte[], String) - Method in class com.identity4j.util.crypt.impl.AbstractUnixSHAEncoder
 
match(byte[], byte[], byte[], String) - Method in class com.identity4j.util.crypt.impl.AESEncoder
 
match(byte[], byte[], byte[], String) - Method in class com.identity4j.util.crypt.impl.CompoundEncoder
 
match(byte[], byte[], byte[], String) - Method in class com.identity4j.util.crypt.impl.Drupal7Encoder
 
match(byte[], byte[], byte[], String) - Method in class com.identity4j.util.crypt.impl.MessageDigestStringEncoder
 
match(byte[], byte[], byte[], String) - Method in class com.identity4j.util.crypt.impl.UnixBlowfishEncoder
 
match(byte[], byte[], byte[], String) - Method in class com.identity4j.util.crypt.impl.UnixDESEncoder
 
match(byte[], byte[], byte[], String) - Method in class com.identity4j.util.crypt.impl.UnixMD5Encoder
 
matchers - Variable in class com.identity4j.util.expect.Expect
 
matches(String, String) - Method in class com.identity4j.util.expect.DefaultExpectMatcher
 
matches(String, String) - Method in class com.identity4j.util.expect.Expect
 
matches(String, String) - Method in interface com.identity4j.util.expect.ExpectMatcher
Match a command output line against a defined pattern.
matches(String, String) - Method in class com.identity4j.util.expect.RegularExpressionExpectMatcher
 
max(Date, Date) - Static method in class com.identity4j.util.Util
Returns the maximum of two dates.
MAX_DATE - Static variable in class com.identity4j.util.Util
The maximum date possible.
MAXIMUM_LENGTH - Static variable in class com.identity4j.util.validator.StringValidator
Parameter which when supplied, specifies the maximum allowed length for the string.
MAXIMUM_SELECTION - Static variable in class com.identity4j.util.validator.ListValidator
Parameter which when supplied, specifies the maximum selection for the list.
MAXIMUM_VALUE - Static variable in class com.identity4j.util.validator.IntegerValidator
Parameter which when supplied, specifies the maximum value for the Integer.
maybeExpect(String) - Method in class com.identity4j.util.expect.Expect
 
maybeExpect(String, boolean) - Method in class com.identity4j.util.expect.Expect
 
maybeExpect(String, boolean, long) - Method in class com.identity4j.util.expect.Expect
 
maybeExpect(String, boolean, long, long) - Method in class com.identity4j.util.expect.Expect
 
maybeExpect(String, long) - Method in class com.identity4j.util.expect.Expect
 
maybeExpectNextLine(String) - Method in class com.identity4j.util.expect.Expect
 
maybeExpectNextLine(String, boolean) - Method in class com.identity4j.util.expect.Expect
 
maybeExpectNextLine(String, boolean, long) - Method in class com.identity4j.util.expect.Expect
 
MD5Base64Encoder - Class in com.identity4j.util.crypt.impl
 
MD5Base64Encoder() - Constructor for class com.identity4j.util.crypt.impl.MD5Base64Encoder
 
md5Crypt(String, String) - Static method in class com.identity4j.util.unix.MD5Crypt
 
MD5Crypt - Class in com.identity4j.util.unix
Porting from the C version of Flash Authoring flashfarm://depot/main/authortool/Utility/md5.cpp#4 The MD5 algorithm was not ported - using JDK version available since 1.3
MD5Crypt() - Constructor for class com.identity4j.util.unix.MD5Crypt
 
MD5Encoder - Class in com.identity4j.util.crypt.impl
 
MD5Encoder() - Constructor for class com.identity4j.util.crypt.impl.MD5Encoder
 
MD5StringEncoder - Class in com.identity4j.util.crypt.impl
 
MD5StringEncoder() - Constructor for class com.identity4j.util.crypt.impl.MD5StringEncoder
 
memDbg(String) - Static method in class com.identity4j.util.Util
 
merge(MultiMap) - Method in class com.identity4j.util.MultiMap
 
MessageDigestEncoder - Class in com.identity4j.util.crypt.impl
 
MessageDigestEncoder(String, String) - Constructor for class com.identity4j.util.crypt.impl.MessageDigestEncoder
 
MessageDigestStringEncoder - Class in com.identity4j.util.crypt.impl
 
MessageDigestStringEncoder(String, String, String) - Constructor for class com.identity4j.util.crypt.impl.MessageDigestStringEncoder
 
Messages - Class in com.identity4j.util.i18n
Utility class for localising string resources.
min(Date, Date) - Static method in class com.identity4j.util.Util
Returns the minimum of two dates.
MINIMUM_LENGTH - Static variable in class com.identity4j.util.validator.StringValidator
Parameter which when supplied, specifies the minimum allowed length for the string.
MINIMUM_SELECTION - Static variable in class com.identity4j.util.validator.ListValidator
Parameter which when supplied, specifies the minimum selection for the list.
MINIMUM_VALUE - Static variable in class com.identity4j.util.validator.IntegerValidator
Parameter which when supplied, specifies the minimum value for the Integer.
MultiMap - Class in com.identity4j.util
Object that acts like a Map that can have multiple string values.
MultiMap() - Constructor for class com.identity4j.util.MultiMap
Construct using a empty map.
MultiMap(Map<String, String[]>) - Constructor for class com.identity4j.util.MultiMap
Construct using a string array map.
MultiMapException - Exception in com.identity4j.util
Exception thrown when a MultiMap problem occurs.
MultiMapException(String) - Constructor for exception com.identity4j.util.MultiMapException
Constructor.
MultiMapException(String, Throwable) - Constructor for exception com.identity4j.util.MultiMapException
Constructor.

N

NetUtil - Class in com.identity4j.util
 
NetUtil() - Constructor for class com.identity4j.util.NetUtil
 
next() - Method in class com.identity4j.util.AbstractFilteredIterator
 
next() - Method in class com.identity4j.util.AbstractLazyLoadingIterator
 
next() - Method in class com.identity4j.util.AbstractTransformingIterator
 
Node() - Constructor for class com.identity4j.util.xml.XMLDataExtractor.Node
 
NONE - com.identity4j.util.http.HttpProviderClient.CertificateRequirements
 
nonNull(String) - Static method in class com.identity4j.util.StringUtil
Return an empty string when null, otherwise return the string.
notEnoughDigits - com.identity4j.util.passwords.PasswordPolicyException.Type
 
notEnoughLowerCase - com.identity4j.util.passwords.PasswordPolicyException.Type
 
notEnoughSymbols - com.identity4j.util.passwords.PasswordPolicyException.Type
 
notEnoughUpperCase - com.identity4j.util.passwords.PasswordPolicyException.Type
 
NSSEncoder - Class in com.identity4j.util.crypt.nss
 
NSSEncoder(NssTokenDatabase) - Constructor for class com.identity4j.util.crypt.nss.NSSEncoder
 
NSSEncoder(String, NssTokenDatabase) - Constructor for class com.identity4j.util.crypt.nss.NSSEncoder
 
NssTokenDatabase - Class in com.identity4j.util.crypt.nss
 
NssTokenDatabase() - Constructor for class com.identity4j.util.crypt.nss.NssTokenDatabase
 
NssTokenDatabase(byte[], byte[]) - Constructor for class com.identity4j.util.crypt.nss.NssTokenDatabase
 
NssTokenDatabase(File) - Constructor for class com.identity4j.util.crypt.nss.NssTokenDatabase
 
NssTokenDatabase(File, byte[], byte[]) - Constructor for class com.identity4j.util.crypt.nss.NssTokenDatabase
 
NssTokenDatabase.Mode - Enum in com.identity4j.util.crypt.nss
 

O

objectsNotPresentInProbeCollection(Collection<T>, Collection<T>) - Static method in class com.identity4j.util.CollectionUtil
Utility function which scans the providedCollection and returns elements not present in probeCollection Collection 1 -- 1,2,9,5 Collection 2 -- 3,1,5,8 Result -- 2,9
onNext(T) - Method in class com.identity4j.util.AbstractLazyLoadingIterator
 

P

parseFromString(String) - Method in class com.identity4j.util.Version
 
parseLocale(String) - Static method in class com.identity4j.util.Util
Parses the language / country code in a local object
PasswordAnalyser - Class in com.identity4j.util.passwords
 
PasswordAnalyser() - Constructor for class com.identity4j.util.passwords.PasswordAnalyser
 
PasswordAnalysis - Class in com.identity4j.util.passwords
 
PasswordAnalysis() - Constructor for class com.identity4j.util.passwords.PasswordAnalysis
 
PasswordAnalysis(float) - Constructor for class com.identity4j.util.passwords.PasswordAnalysis
 
PasswordCharacteristics - Interface in com.identity4j.util.passwords
 
PasswordDictionaryService - Interface in com.identity4j.util.passwords
 
PasswordGenerator - Class in com.identity4j.util.passwords
 
PasswordGenerator() - Constructor for class com.identity4j.util.passwords.PasswordGenerator
 
PasswordGenerator(PasswordAnalyser) - Constructor for class com.identity4j.util.passwords.PasswordGenerator
 
PasswordGenerator(PasswordAnalyser, PasswordCharacteristics) - Constructor for class com.identity4j.util.passwords.PasswordGenerator
 
PasswordPolicyException - Exception in com.identity4j.util.passwords
 
PasswordPolicyException(PasswordPolicyException.Type, PasswordAnalysis) - Constructor for exception com.identity4j.util.passwords.PasswordPolicyException
 
PasswordPolicyException.Type - Enum in com.identity4j.util.passwords
 
patch(String, String, HttpPair...) - Method in interface com.identity4j.util.http.HttpProviderClient
 
PBEWithMD5AndDESEncoder - Class in com.identity4j.util.crypt.impl
 
PBEWithMD5AndDESEncoder() - Constructor for class com.identity4j.util.crypt.impl.PBEWithMD5AndDESEncoder
 
PBEWithMD5AndDESEncoder.Crypt - Class in com.identity4j.util.crypt.impl
 
PlainEncoder - Class in com.identity4j.util.crypt.impl
 
PlainEncoder() - Constructor for class com.identity4j.util.crypt.impl.PlainEncoder
 
post(String, HttpData, HttpPair...) - Method in interface com.identity4j.util.http.HttpProviderClient
 
post(String, String, HttpPair...) - Method in interface com.identity4j.util.http.HttpProviderClient
 
post(String, Collection<HttpPair>, HttpPair...) - Method in interface com.identity4j.util.http.HttpProviderClient
 
put(String, HttpData, HttpPair...) - Method in interface com.identity4j.util.http.HttpProviderClient
 
put(String, String[]) - Method in class com.identity4j.util.MultiMap
 
put(String, String, HttpPair...) - Method in interface com.identity4j.util.http.HttpProviderClient
 
putAll(Map<? extends String, ? extends String[]>) - Method in class com.identity4j.util.MultiMap
 

R

randomBytes(int) - Method in class com.identity4j.util.crypt.impl.AbstractEncoder
 
randomSleep(long) - Static method in class com.identity4j.util.Util
Sleep for a short random amount of time
RawAESEncoder - Class in com.identity4j.util.crypt.impl
 
RawAESEncoder() - Constructor for class com.identity4j.util.crypt.impl.RawAESEncoder
 
RawAESEncoder(int) - Constructor for class com.identity4j.util.crypt.impl.RawAESEncoder
 
RawAESEncoder(String) - Constructor for class com.identity4j.util.crypt.impl.RawAESEncoder
 
RawAESEncoder(String, int) - Constructor for class com.identity4j.util.crypt.impl.RawAESEncoder
 
read(long) - Method in class com.identity4j.util.expect.Expect
 
readLine() - Method in class com.identity4j.util.expect.Expect
 
readLine(long) - Method in class com.identity4j.util.expect.Expect
 
RED - Static variable in class com.identity4j.util.Color
 
REGEX - Static variable in class com.identity4j.util.validator.RegexValidator
Parameter which when supplied, specifies the Pattern valid for the string.
REGEX_FLAGS - Static variable in class com.identity4j.util.validator.RegexValidator
 
RegexValidator - Class in com.identity4j.util.validator
A validator implementation that checks the supplied value matches the given Pattern.
RegexValidator(MultiMap) - Constructor for class com.identity4j.util.validator.RegexValidator
Constructor.
RegexValidator(MultiMap, String, int) - Constructor for class com.identity4j.util.validator.RegexValidator
 
RegularExpressionExpectMatcher - Class in com.identity4j.util.expect
 
RegularExpressionExpectMatcher() - Constructor for class com.identity4j.util.expect.RegularExpressionExpectMatcher
 
release() - Method in interface com.identity4j.util.http.HttpResponse
 
remove() - Method in class com.identity4j.util.AbstractFilteredIterator
 
remove() - Method in class com.identity4j.util.AbstractLazyLoadingIterator
 
remove() - Method in class com.identity4j.util.AbstractTransformingIterator
 
remove(Object) - Method in class com.identity4j.util.MultiMap
 
removeEncoder(Encoder) - Method in class com.identity4j.util.crypt.EncoderManager
 
removeMe(String, String...) - Static method in class com.identity4j.util.Util
Temporary debugging.
report(int[], int) - Static method in class com.identity4j.util.unix.BCrypt
 
REQUIRED - Static variable in class com.identity4j.util.validator.AbstractSingleValueValidator
Parameter hinting a value must be supplied.
RESOURCE_BUNDLE_VALIDATOR - Static variable in class com.identity4j.util.validator.ValidationError
Validator message bundle name
reverseArray(Object[]) - Static method in class com.identity4j.util.ArrayUtil
 
RGB - Interface in com.identity4j.util
 

S

set(String, String...) - Method in class com.identity4j.util.MultiMap
Set a value.
set(String, Collection<String>) - Method in class com.identity4j.util.MultiMap
Set a value.
setAdditionalAnalysis(boolean) - Method in class com.identity4j.util.passwords.DefaultPasswordCharacteristics
 
setAll(Map<String, String[]>) - Method in class com.identity4j.util.MultiMap
Sets supplied values.
setAttributes(Map<String, String>) - Method in class com.identity4j.util.xml.XMLDataExtractor.Node
 
setAuthToken(String) - Method in class com.identity4j.util.passwords.UNIXPasswordCharacteristics
 
setBundleName(String) - Method in class com.identity4j.util.i18n.DefaultLocalizableEntity
 
setCertificateRequirements(HttpProviderClient.CertificateRequirements) - Method in interface com.identity4j.util.http.HttpProviderClient
 
setConnectionRequestTimeout(int) - Method in interface com.identity4j.util.http.HttpProviderClient
 
setConnectTimeout(int) - Method in interface com.identity4j.util.http.HttpProviderClient
 
setContainUsername(boolean) - Method in class com.identity4j.util.passwords.DefaultPasswordCharacteristics
 
setDictionaryService(PasswordDictionaryService) - Method in class com.identity4j.util.passwords.PasswordAnalyser
 
setDictionaryWordsAllowed(boolean) - Method in class com.identity4j.util.passwords.DefaultPasswordCharacteristics
 
setEol(String) - Method in class com.identity4j.util.expect.Expect
 
setFipsMode(boolean) - Method in class com.identity4j.util.crypt.nss.NssTokenDatabase
 
setHeader(String, String) - Method in interface com.identity4j.util.http.request.HttpRequestBase
 
setHistorySize(int) - Method in class com.identity4j.util.passwords.DefaultPasswordCharacteristics
 
setId(String) - Method in class com.identity4j.util.i18n.DefaultLocalizableEntity
 
setIn(InputStream) - Method in class com.identity4j.util.expect.Expect
 
setIterations(int) - Method in class com.identity4j.util.crypt.impl.AESEncoder
 
setKeyName(String) - Method in class com.identity4j.util.crypt.nss.NssTokenDatabase
 
setMaximumDigits(int) - Method in class com.identity4j.util.passwords.PasswordGenerator
 
setMaximumLowerCase(int) - Method in class com.identity4j.util.passwords.PasswordGenerator
 
setMaximumSize(int) - Method in class com.identity4j.util.passwords.DefaultPasswordCharacteristics
 
setMaximumSymbols(int) - Method in class com.identity4j.util.passwords.PasswordGenerator
 
setMaximumUpperCase(int) - Method in class com.identity4j.util.passwords.PasswordGenerator
 
setMinimumDigits(int) - Method in class com.identity4j.util.passwords.DefaultPasswordCharacteristics
 
setMinimumLowerCase(int) - Method in class com.identity4j.util.passwords.DefaultPasswordCharacteristics
 
setMinimumSize(int) - Method in class com.identity4j.util.passwords.DefaultPasswordCharacteristics
 
setMinimumSymbols(int) - Method in class com.identity4j.util.passwords.DefaultPasswordCharacteristics
 
setMinimumUpperCase(int) - Method in class com.identity4j.util.passwords.DefaultPasswordCharacteristics
 
setMinStrength(float) - Method in class com.identity4j.util.passwords.DefaultPasswordCharacteristics
 
setMode(NssTokenDatabase.Mode) - Method in class com.identity4j.util.crypt.nss.NssTokenDatabase
 
setMore(String, String...) - Method in class com.identity4j.util.MultiMap
Adds the supplied values to any values currently set under this key.
setName(String) - Method in class com.identity4j.util.http.HttpPair
 
setNodeName(String) - Method in class com.identity4j.util.xml.XMLDataExtractor.Node
 
setNodeValue(String) - Method in class com.identity4j.util.xml.XMLDataExtractor.Node
 
setOrder(char[]) - Method in class com.identity4j.util.passwords.PasswordGenerator
 
setOut(OutputStream) - Method in class com.identity4j.util.expect.Expect
 
setPasswordAnalyserService(PasswordAnalyser) - Method in class com.identity4j.util.passwords.PasswordGenerator
 
setPasswordCharacteristics(PasswordCharacteristics) - Method in class com.identity4j.util.passwords.PasswordGenerator
 
setProtocolVersion(String) - Method in class com.identity4j.util.http.HttpStatusCodes
 
setProvider(HttpProvider) - Static method in class com.identity4j.util.http.Http
 
setRequiresMatches(int) - Method in class com.identity4j.util.passwords.DefaultPasswordCharacteristics
 
setResonPhrase(String) - Method in class com.identity4j.util.http.HttpStatusCodes
 
setSocketTimeout(int) - Method in interface com.identity4j.util.http.HttpProviderClient
 
setStatus(HttpStatus) - Method in exception com.identity4j.util.http.HttpException
 
setStatusCode(Integer) - Method in class com.identity4j.util.http.HttpStatusCodes
 
setStrength(float) - Method in class com.identity4j.util.passwords.PasswordAnalysis
 
setSuggestions(String[]) - Method in class com.identity4j.util.passwords.PasswordAnalysis
 
setSymbols(char[]) - Method in class com.identity4j.util.passwords.DefaultPasswordCharacteristics
 
setThreadContextProvider(HttpProvider) - Static method in class com.identity4j.util.http.Http
 
setUseCracklib(boolean) - Method in class com.identity4j.util.passwords.UNIXPasswordCharacteristics
 
setValue(String) - Method in class com.identity4j.util.http.HttpPair
 
setVeryStrongFactor(float) - Method in class com.identity4j.util.passwords.DefaultPasswordCharacteristics
 
setWarning(String) - Method in class com.identity4j.util.passwords.PasswordAnalysis
 
Sha256_crypt(String, String, int) - Static method in class com.identity4j.util.unix.Sha256Crypt
This method actually generates an Sha256 crypted password hash from a plaintext password and a salt.
Sha256Crypt - Class in com.identity4j.util.unix
This class defines a method, Sha256_crypt(), which takes a password and a salt string and generates a Sha256 encrypted password entry.
Sha256Crypt() - Constructor for class com.identity4j.util.unix.Sha256Crypt
 
Sha512_crypt(String, String, int) - Static method in class com.identity4j.util.unix.Sha512Crypt
This method actually generates an Sha512 crypted password hash from a plaintext password and a salt.
Sha512Crypt - Class in com.identity4j.util.unix
This class defines a method, Sha512_crypt(), which takes a password and a salt string and generates a Sha512 encrypted password entry.
Sha512Crypt() - Constructor for class com.identity4j.util.unix.Sha512Crypt
 
SHABase64Encoder - Class in com.identity4j.util.crypt.impl
 
SHABase64Encoder() - Constructor for class com.identity4j.util.crypt.impl.SHABase64Encoder
 
shaCrypt(String, String, int) - Static method in class com.identity4j.util.unix.SHACrypt
 
SHACrypt - Class in com.identity4j.util.unix
Porting from the C version of Flash Authoring flashfarm://depot/main/authortool/Utility/md5.cpp#4 The MD5 algorithm was not ported - using JDK version available since 1.3 Adapted to SHA hash by http://nervepoint.com
SHACrypt() - Constructor for class com.identity4j.util.unix.SHACrypt
 
SHAEncoder - Class in com.identity4j.util.crypt.impl
 
SHAEncoder() - Constructor for class com.identity4j.util.crypt.impl.SHAEncoder
 
SHAStringEncoder - Class in com.identity4j.util.crypt.impl
 
SHAStringEncoder() - Constructor for class com.identity4j.util.crypt.impl.SHAStringEncoder
 
size() - Method in class com.identity4j.util.MultiMap
 
SQL - com.identity4j.util.crypt.nss.NssTokenDatabase.Mode
 
start() - Method in class com.identity4j.util.crypt.nss.NssTokenDatabase
 
status() - Method in interface com.identity4j.util.http.HttpResponse
 
STRICT - com.identity4j.util.http.HttpProviderClient.CertificateRequirements
 
StringUtil - Class in com.identity4j.util
Provides general purpose String utilities.
StringValidator - Class in com.identity4j.util.validator
A validator implementation that checks the supplied value conforms to the supplied StringValidator.MINIMUM_LENGTH and StringValidator.MAXIMUM_LENGTH.
StringValidator(MultiMap) - Constructor for class com.identity4j.util.validator.StringValidator
Constructor.

T

toArray(String, char) - Static method in class com.identity4j.util.StringUtil
Tokenize the supplied value, splitting it when the supplied delimiter is encountered.
toDefaultArray(String) - Static method in class com.identity4j.util.StringUtil
Tokenize the supplied value, splitting it when the ! delimiter is encountered.
toDefaultList(String) - Static method in class com.identity4j.util.StringUtil
Tokenize the supplied value, splitting it when the ! delimiter is encountered.
toDefaultString(String...) - Static method in class com.identity4j.util.StringUtil
 
toDefaultString(Collection<String>) - Static method in class com.identity4j.util.StringUtil
Convert a collection of string values into a bang (!) delimited string.
toHexDigits(int) - Static method in class com.identity4j.util.Color
 
toHexits(byte[]) - Method in class com.identity4j.util.crypt.impl.AbstractPHPHashEncoder
 
toHexNumber(RGB) - Static method in class com.identity4j.util.Color
 
toHexString(RGB) - Static method in class com.identity4j.util.Color
 
toList(String, char) - Static method in class com.identity4j.util.StringUtil
Tokenize the supplied value, splitting it when the supplied delimiter is encountered.
toList(String, String) - Static method in class com.identity4j.util.StringUtil
Splits a String separated by a delimiter into tokens and returns them in a List.
toList(Iterator<T>) - Static method in class com.identity4j.util.Util
 
toMap() - Method in class com.identity4j.util.MultiMap
 
toMap(Map<String, String[]>) - Static method in class com.identity4j.util.MultiMap
 
toMultiMap(Map<String, String>) - Static method in class com.identity4j.util.MultiMap
Create a new MultiMap given a string array map.
toMultiMap(Properties) - Static method in class com.identity4j.util.MultiMap
Create a new MultiMap given properties.
tooLong - com.identity4j.util.passwords.PasswordPolicyException.Type
 
tooShort - com.identity4j.util.passwords.PasswordPolicyException.Type
 
toString() - Method in class com.identity4j.util.http.HttpPair
 
toString() - Method in class com.identity4j.util.http.HttpStatus
 
toString() - Method in class com.identity4j.util.http.HttpStatusCodes
 
toString() - Method in class com.identity4j.util.MultiMap
 
toString() - Method in class com.identity4j.util.passwords.DefaultPasswordCharacteristics
 
toString() - Method in class com.identity4j.util.passwords.PasswordGenerator
 
toString() - Method in class com.identity4j.util.validator.AbstractSingleValueValidator
 
toString() - Method in class com.identity4j.util.validator.BooleanValidator
 
toString() - Method in class com.identity4j.util.validator.DateValidator
 
toString() - Method in class com.identity4j.util.validator.IntegerValidator
 
toString() - Method in class com.identity4j.util.validator.IpAddressValidator
 
toString() - Method in class com.identity4j.util.validator.ListValidator
 
toString() - Method in class com.identity4j.util.validator.RegexValidator
 
toString() - Method in class com.identity4j.util.validator.StringValidator
 
toString() - Method in class com.identity4j.util.validator.ValidationError
 
toString() - Method in class com.identity4j.util.Version
 
toString() - Method in class com.identity4j.util.xml.XMLDataExtractor.Node
 
toString(String, String...) - Static method in class com.identity4j.util.StringUtil
 
toString(Collection<String>, String) - Static method in class com.identity4j.util.StringUtil
Convert a collection of string values into a delimited string.
toStringArrayMap(Map<String, String>) - Static method in class com.identity4j.util.MapUtil
Convert a string map to a string array map.
toStringMap(Map<String, String[]>) - Static method in class com.identity4j.util.MapUtil
Convert a string array map to a string map.
traceString(Throwable) - Static method in class com.identity4j.util.Util
Prints an exceptions trace to a string.
transform(E) - Method in class com.identity4j.util.AbstractTransformingIterator
 
trim(String) - Static method in class com.identity4j.util.StringUtil
Return an empty string when null, otherwise return the string.
TRIM - Static variable in class com.identity4j.util.validator.AbstractSingleValueValidator
Parameter which when supplied, specifies if each value should be preserved or trimmed (String.trim()).
TRIM - Static variable in class com.identity4j.util.validator.ListValidator
Parameter which when supplied, specifies if each value should be preserved or trimmed (String.trim()).
trimToLength(String, int) - Static method in class com.identity4j.util.StringUtil
 
TRUE_VALUE - Static variable in class com.identity4j.util.validator.BooleanValidator
Parameter which when supplied, specifies the true value valid for the string.
type(int) - Method in class com.identity4j.util.expect.Expect
Write a byte of data as input on the remote shell.
type(String) - Method in class com.identity4j.util.expect.Expect
Type some characters as input on the remote shell.
typeAndReturn(String) - Method in class com.identity4j.util.expect.Expect
Type some characters followed by a carriage return on the remote shell.

U

UnicodeEncoder - Class in com.identity4j.util.crypt.impl
 
UnicodeEncoder() - Constructor for class com.identity4j.util.crypt.impl.UnicodeEncoder
 
UnixBlowfishEncoder - Class in com.identity4j.util.crypt.impl
 
UnixBlowfishEncoder() - Constructor for class com.identity4j.util.crypt.impl.UnixBlowfishEncoder
 
UnixDESEncoder - Class in com.identity4j.util.crypt.impl
 
UnixDESEncoder() - Constructor for class com.identity4j.util.crypt.impl.UnixDESEncoder
 
UnixMD5Encoder - Class in com.identity4j.util.crypt.impl
 
UnixMD5Encoder() - Constructor for class com.identity4j.util.crypt.impl.UnixMD5Encoder
 
UnixMD5Encoder(String, String) - Constructor for class com.identity4j.util.crypt.impl.UnixMD5Encoder
 
UNIXPasswordCharacteristics - Class in com.identity4j.util.passwords
 
UNIXPasswordCharacteristics() - Constructor for class com.identity4j.util.passwords.UNIXPasswordCharacteristics
 
UNIXPasswordCharacteristics(PasswordCharacteristics) - Constructor for class com.identity4j.util.passwords.UNIXPasswordCharacteristics
 
UnixSHA256Encoder - Class in com.identity4j.util.crypt.impl
 
UnixSHA256Encoder() - Constructor for class com.identity4j.util.crypt.impl.UnixSHA256Encoder
 
UnixSHA512Encoder - Class in com.identity4j.util.crypt.impl
 
UnixSHA512Encoder() - Constructor for class com.identity4j.util.crypt.impl.UnixSHA512Encoder
 
UnixUtils - Class in com.identity4j.util.unix
 
UnixUtils() - Constructor for class com.identity4j.util.unix.UnixUtils
 
unzip(File, File) - Static method in class com.identity4j.util.Util
 
upperCamelCase(String) - Static method in class com.identity4j.util.StringUtil
Convert a space separated string to upper camel case.
UrlValidator - Class in com.identity4j.util.validator
A validator implementation that checks the supplied value conforms to the rules set out by the URL implementation.
UrlValidator(MultiMap) - Constructor for class com.identity4j.util.validator.UrlValidator
Constructor.
Util - Class in com.identity4j.util
Provides general purpose utilites.

V

validate(ValidationContext, String...) - Method in class com.identity4j.util.validator.AbstractSingleValueValidator
 
validate(ValidationContext, String...) - Method in class com.identity4j.util.validator.ListValidator
 
validate(ValidationContext, String...) - Method in interface com.identity4j.util.validator.Validator
Validate the supplied values, each value is validated individually.
ValidationContext - Interface in com.identity4j.util.validator
 
ValidationError - Class in com.identity4j.util.validator
Represents a localised error that occurred during field validation.
ValidationError(String, ValidationContext, Object...) - Constructor for class com.identity4j.util.validator.ValidationError
Constructor.
ValidationError(String, ValidationContext, String, Object[]) - Constructor for class com.identity4j.util.validator.ValidationError
Constructor.
ValidationException - Exception in com.identity4j.util.validator
Exception thrown when a field fails to validate.
ValidationException(ValidationContext, String, String, Object...) - Constructor for exception com.identity4j.util.validator.ValidationException
Constructor
ValidationException(ValidationContext, String, String, Throwable, Object...) - Constructor for exception com.identity4j.util.validator.ValidationException
Constructor
ValidationException(ValidationContext, Map<String, Collection<ValidationError>>, Object...) - Constructor for exception com.identity4j.util.validator.ValidationException
Constructor for creating an exception from a collection of ValidationError.
ValidationException(ValidationError) - Constructor for exception com.identity4j.util.validator.ValidationException
Constructor for creating an exception from a single ValidationError.
Validator - Interface in com.identity4j.util.validator
A validator for application-specific objects.
ValidatorException - Exception in com.identity4j.util.validator
Exception thrown when a Validator problem occurs.
ValidatorException(String) - Constructor for exception com.identity4j.util.validator.ValidatorException
Constructor.
ValidatorException(String, Throwable) - Constructor for exception com.identity4j.util.validator.ValidatorException
Constructor.
valueOf(String) - Static method in enum com.identity4j.util.crypt.nss.NssTokenDatabase.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.identity4j.util.http.HttpProviderClient.CertificateRequirements
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.identity4j.util.passwords.PasswordPolicyException.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.identity4j.util.crypt.nss.NssTokenDatabase.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.identity4j.util.http.HttpProviderClient.CertificateRequirements
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.identity4j.util.MultiMap
 
values() - Static method in enum com.identity4j.util.passwords.PasswordPolicyException.Type
Returns an array containing the constants of this enum type, in the order they are declared.
verifyHashTextFormat(String) - Static method in class com.identity4j.util.unix.Sha256Crypt
Returns true if sha256CryptText is a valid Sha256Crypt hashtext, false if not.
verifyHashTextFormat(String) - Static method in class com.identity4j.util.unix.Sha512Crypt
Returns true if sha512CryptText is a valid Sha512Crypt hashtext, false if not.
verifyMD5Password(String, String) - Static method in class com.identity4j.util.unix.MD5Crypt
 
verifyPassword(String, String) - Static method in class com.identity4j.util.unix.Sha256Crypt
This method tests a plaintext password against a SHA256 Unix Crypt'ed hash and returns true if the password matches the hash.
verifyPassword(String, String) - Static method in class com.identity4j.util.unix.Sha512Crypt
This method tests a plaintext password against a SHA512 Unix Crypt'ed hash and returns true if the password matches the hash.
verifySHAPassword(String, String) - Static method in class com.identity4j.util.unix.SHACrypt
 
Version - Class in com.identity4j.util
 
Version(String) - Constructor for class com.identity4j.util.Version
 

W

WHITE - Static variable in class com.identity4j.util.Color
 
write(byte[]) - Method in class com.identity4j.util.expect.Expect
Write some data as input on the remote shell.
writeData(OutputStream) - Method in interface com.identity4j.util.http.HttpData
 

X

XMLDataExtractor - Class in com.identity4j.util.xml
This is a simple utility class which tries to extract node values and attributes from an XML.
XMLDataExtractor.Node - Class in com.identity4j.util.xml
Node entity representing an XML node.

Z

zip(File, File) - Static method in class com.identity4j.util.Util
 
A B C D E F G H I J K L M N O P R S T U V W X Z 
All Classes All Packages