Groovy Documentation

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

 

Interface Summary
RestAuthenticationTokenJsonRenderer Generates a JSON representation of a org.springframework.security.core.userdetails.UserDetails object.
 


Class Summary
DefaultRestAuthenticationTokenJsonRenderer Generates a JSON response like the following: {"username":"john.doe","token":"1a2b3c4d","roles":["ADMIN","USER"]}
 


Groovy Documentation