@Controller public class JWKSetPublishingEndpoint extends Object
Constructor and Description |
---|
JWKSetPublishingEndpoint() |
Modifier and Type | Method and Description |
---|---|
String |
getJwk(org.springframework.ui.Model m) |
JWTSigningAndValidationService |
getJwtService() |
void |
setJwtService(JWTSigningAndValidationService jwtService) |
public static final String URL
public JWKSetPublishingEndpoint()
@RequestMapping(value="/jwk", produces="application/json") public String getJwk(org.springframework.ui.Model m)
public JWTSigningAndValidationService getJwtService()
public void setJwtService(JWTSigningAndValidationService jwtService)
jwtService
- the jwtService to setCopyright © 2018. All rights reserved.