Package org.jasig.cas.util

Various utility classes to generate unique ids and work with urls.

See:
          Description

Interface Summary
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 Summary
CalendarUtils  
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.
HttpClient  
LdapUtils Utilities related to LDAP functions.
PrivateKeyFactoryBean Factory Bean for creating a private key from a file.
PublicKeyFactoryBean FactoryBean for creating a public key from a file.
SamlCompliantUniqueTicketIdGenerator Unique Ticket Id Generator compliant with the SAML 1.1 specification for artifacts.
SamlUtils Utilities adopted from the Google sample code.
 

Package org.jasig.cas.util Description

Various utility classes to generate unique ids and work with urls.



Copyright © 2004-2009 Java Architectures Special Interest Group. All Rights Reserved.