Uses of Interface
org.springframework.security.core.token.TokenService

Packages that use TokenService
org.springframework.security.core.token A service for building secure random tokens. 
 

Uses of TokenService in org.springframework.security.core.token
 

Classes in org.springframework.security.core.token that implement TokenService
 class KeyBasedPersistenceTokenService
          Basic implementation of TokenService that is compatible with clusters and across machine restarts, without requiring database persistence.
 



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