package

org.springframework.security.core.token

A service for building secure random tokens.

Interfaces

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

Classes

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. 
Sha512DigestUtils Provides SHA512 digest methods.