Class JwksService
java.lang.Object
org.apache.cxf.rs.security.oauth2.services.JwksService
- Direct Known Subclasses:
OidcKeysService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetKeyServiceClient(WebClient keyServiceClient) voidsetStripPrivateParameters(boolean stripPrivateParameters) Whether to strip private parameters from the keys that are returned.
-
Constructor Details
-
JwksService
public JwksService()
-
-
Method Details
-
getPublicVerificationKeys
-
setKeyServiceClient
-
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.
-