Package org.flowable.ui.idm.rest.api
Class ApiTokensResource
- java.lang.Object
-
- org.flowable.ui.idm.rest.api.ApiTokensResource
-
@RestController public class ApiTokensResource extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected TokenServicetokenService
-
Constructor Summary
Constructors Constructor Description ApiTokensResource()
-
-
-
Field Detail
-
tokenService
@Autowired protected TokenService tokenService
-
-
Method Detail
-
getToken
@GetMapping(value="/tokens/{tokenId}", produces="application/json") public TokenRepresentation getToken(@PathVariable String tokenId)
-
-