Package org.apache.camel.oauth
Class OAuthConfig
java.lang.Object
org.apache.camel.oauth.OAuthConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.nimbusds.jose.jwk.JWKSetsetAuthorizationPath(String authorizationPath) setBaseUrl(String baseUrl) setClientId(String clientId) setClientSecret(String clientSecret) setIntrospectionPath(String introspectionPath) voidsetJWKSet(com.nimbusds.jose.jwk.JWKSet jwkSet) setJwksPath(String jwksPath) setLogoutPath(String logoutPath) setRevocationPath(String revocationPath) setTokenPath(String tokenPath) setUserInfoPath(String userInfoPath)
-
Constructor Details
-
OAuthConfig
public OAuthConfig()
-
-
Method Details
-
getBaseUrl
-
setBaseUrl
-
getClientId
-
setClientId
-
getClientSecret
-
setClientSecret
-
getAuthorizationPath
-
setAuthorizationPath
-
getTokenPath
-
setTokenPath
-
getRevocationPath
-
setRevocationPath
-
getLogoutPath
-
setLogoutPath
-
getUserInfoPath
-
setUserInfoPath
-
getIntrospectionPath
-
setIntrospectionPath
-
getJwksPath
-
setJwksPath
-
getJWTOptions
-
getJWKSet
public com.nimbusds.jose.jwk.JWKSet getJWKSet() -
setJWKSet
public void setJWKSet(com.nimbusds.jose.jwk.JWKSet jwkSet)
-