See: Description
| Interface | Description |
|---|---|
| HttpClient |
Define the behaviour of a HTTP client.
|
| LongNumericGenerator |
Interface to guaranteed to return a long.
|
| NumericGenerator |
Interface to return a new sequential number for each call.
|
| RandomStringGenerator |
Interface to return a random String.
|
| UniqueTicketIdGenerator |
Interface that enables for pluggable unique ticket Ids strategies.
|
| Class | Description |
|---|---|
| AopUtils |
Utility class to assist with AOP operations.
|
| ApplicationContextProvider |
An implementation of
ApplicationContextAware that statically
holds the application context. |
| CalendarUtils |
Utility class for calendar functions.
|
| CustomBeanValidationPostProcessor |
Provides a custom
TraversableResolver that should work in JPA2 environments without the JPA2
restrictions (i.e. getters for all properties). |
| DefaultLongNumericGenerator |
The default numeric generator for generating long values.
|
| DefaultRandomStringGenerator |
Implementation of the RandomStringGenerator that allows you to define the
length of the random part.
|
| DefaultUniqueTicketIdGenerator |
Default implementation of
UniqueTicketIdGenerator. |
| Pair<A,B> |
This class contains a pair of objects.
|
| PrivateKeyFactoryBean |
Factory Bean for creating a private key from a file.
|
| PublicKeyFactoryBean |
FactoryBean for creating a public key from a file.
|
| SamlDateUtils |
SAML date utilities.
|
| SimpleHttpClient | |
| SpringAwareMessageMessageInterpolator |
Configures the
Validator to check the Spring Messages. |
Copyright © 2004-2014 Jasig. All Rights Reserved.