Class JwksService
java.lang.Object
org.apache.cxf.rs.security.oauth2.services.JwksService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.cxf.rs.security.jose.jwk.JsonWebKeysbooleanvoidsetKeyServiceClient(org.apache.cxf.jaxrs.client.WebClient keyServiceClient) voidsetStripPrivateParameters(boolean stripPrivateParameters) Whether to strip private parameters from the keys that are returned.
-
Constructor Details
-
JwksService
public JwksService()
-
-
Method Details
-
getPublicVerificationKeys
@Path("keys") @GET @Produces("application/json") public org.apache.cxf.rs.security.jose.jwk.JsonWebKeys getPublicVerificationKeys() -
setKeyServiceClient
public void setKeyServiceClient(org.apache.cxf.jaxrs.client.WebClient keyServiceClient) -
isStripPrivateParameters
public boolean isStripPrivateParameters() -
setStripPrivateParameters
public void setStripPrivateParameters(boolean stripPrivateParameters) Whether to strip private parameters from the keys that are returned. The default is true.
-