Groovy Documentation

com.odobo.grails.plugin.springsecurity.rest.token.generation
[Groovy] Interface TokenGenerator


interface TokenGenerator

Implementations of this interface must provide a token generation strategy


Method Summary
java.lang.String generateToken()

Generates a globally unique token.

 

Method Detail

generateToken

java.lang.String generateToken()
Generates a globally unique token.
Returns:
a String based token.


 

Groovy Documentation