| Package | Description |
|---|---|
| de.intarsys.tools.authenticate | |
| de.intarsys.tools.codeexit | |
| de.intarsys.tools.component | |
| de.intarsys.tools.functor | |
| de.intarsys.tools.macro | |
| de.intarsys.tools.net |
| Modifier and Type | Class and Description |
|---|---|
class |
NTCredential |
class |
UserPasswordCredential
An
ICredential container for user name and password. |
| Modifier and Type | Class and Description |
|---|---|
class |
CodeExit<T>
A CodeExit is an
IFunctor implemented in a "foreign" language such as
a scripting language or a proprietary syntax. |
| Modifier and Type | Class and Description |
|---|---|
class |
ExpirationPredicate
A "predicate" that supports the definition of an expiration for an objects
lifecycle.
|
class |
ExpireAfter
Expire after the predefined period expireAfter without any exception.
|
class |
ExpireAnd
The logical "and" of two
ExpirationPredicate instances. |
class |
ExpireAt
Expire at the predefined moment in time expireAt without any exception.
|
class |
ExpireNever
Expire never.
|
class |
ExpireOr
The logical "or" of two
ExpirationPredicate instances. |
class |
ExpireTimeout
Expire if predefined idle time in milliseconds "expireAfter" has expired
before we experience another "touch".
|
class |
ExpireUsage
Expire after expireMax usages without any exception.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeclarationFunctor<T>
|
| Modifier and Type | Class and Description |
|---|---|
class |
MacroAssign<T>
A single "execution" step in a
MacroFunctor. |
class |
MacroBlock
The
MacroBlock allows for aggregation of other IFunctor
instances to a new compound implementation. |
class |
MacroBreak
Break from the next surrounding
MacroLoop. |
class |
MacroCondition
Implementation of conditional execution of an
IFunctor. |
class |
MacroContinue
Continue execution for the next surrounding
MacroLoop. |
class |
MacroFunctor<T>
An
IFunctor based implementation for scripting components. |
class |
MacroLoop
Implementation of repeated execution of an
IFunctor. |
class |
MacroReturn
Return from the execution of a
MacroBlock, regardless of execution
depth. |
| Modifier and Type | Class and Description |
|---|---|
class |
AcceptAllHostnameVerifier
Accept all hostnames.
|
class |
AcceptLocalHostnameVerifier
Accept local hostnames in addition to the
StrictHostnameVerifier. |
class |
CommonHostnameVerifier
Common superclass for implementing
HostnameVerifier. |
class |
DenyAllHostnameVerifier
Deny all hostnames.
|
class |
StrictHostnameVerifier
Use the default hostname verifier.
|
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.