Groovy Documentation

Package com.odobo.grails.plugin.springsecurity.rest.token.storage

 

Interface Summary
TokenStorageService Implementations of this interface are responsible to load user information from a token storage system, and to store token information into it.
 


Class Summary
GormTokenStorageService GORM implementation for token storage.
MemcachedTokenStorageService Stores and retrieves tokens in a memcached server.
 


Exception Summary
TokenNotFoundException Thrown if the desired token is not found by the TokenStorageService
 


Groovy Documentation