Spring Security Framework

Package org.springframework.security.token

Interface Summary
Token A token issued by TokenService.
TokenService Provides a mechanism to allocate and rebuild secure, randomised tokens.
 

Class Summary
DefaultToken The default implementation of Token.
KeyBasedPersistenceTokenService Basic implementation of TokenService that is compatible with clusters and across machine restarts, without requiring database persistence.
SecureRandomFactoryBean Creates a SecureRandom instance.
 


Spring Security Framework

Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.