Package org.springframework.security.core.token
A service for building secure random tokens.
-
Interface Summary Interface Description Token A token issued byTokenService.TokenService Provides a mechanism to allocate and rebuild secure, randomised tokens. -
Class Summary Class Description DefaultToken The default implementation ofToken.KeyBasedPersistenceTokenService Basic implementation ofTokenServicethat is compatible with clusters and across machine restarts, without requiring database persistence.SecureRandomFactoryBean Creates aSecureRandominstance.Sha512DigestUtils Provides SHA512 digest methods.