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

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

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

Classes in org.springframework.security.core.token that implement Token
 class DefaultToken
          The default implementation of Token.
 

Methods in org.springframework.security.core.token that return Token
 Token TokenService.allocateToken(String extendedInformation)
          Forces the allocation of a new Token.
 Token KeyBasedPersistenceTokenService.allocateToken(String extendedInformation)
           
 Token TokenService.verifyToken(String key)
          Permits verification the <getKey() was issued by this TokenService and reconstructs the corresponding Token.
 Token KeyBasedPersistenceTokenService.verifyToken(String key)
           
 



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