| Interface | Description |
|---|---|
| AccessTokenJsonRenderer | Generates a JSON representation of a org.springframework.security.core.userdetails.UserDetails object. |
| Class | Description |
|---|---|
| DefaultAccessTokenJsonRenderer | Generates a JSON response like the following: {"username":"john.doe","roles":["USER","ADMIN"],"access_token":"1a2b3c4d"}.
|