Uses of Class
org.apache.camel.oauth.OAuthConfig
Packages that use OAuthConfig
-
Uses of OAuthConfig in org.apache.camel.oauth
Fields in org.apache.camel.oauth declared as OAuthConfigMethods in org.apache.camel.oauth that return OAuthConfigModifier and TypeMethodDescriptionOAuth.getOAuthConfig()OAuthConfig.setAuthorizationPath(String authorizationPath) OAuthConfig.setBaseUrl(String baseUrl) OAuthConfig.setClientId(String clientId) OAuthConfig.setClientSecret(String clientSecret) OAuthConfig.setIntrospectionPath(String introspectionPath) OAuthConfig.setJwksPath(String jwksPath) OAuthConfig.setLogoutPath(String logoutPath) OAuthConfig.setRevocationPath(String revocationPath) OAuthConfig.setTokenPath(String tokenPath) OAuthConfig.setUserInfoPath(String userInfoPath) Methods in org.apache.camel.oauth with parameters of type OAuthConfigModifier and TypeMethodDescriptionstatic UserProfileUserProfile.fromJson(OAuthConfig config, com.google.gson.JsonObject json)