Class OAuthConfig

java.lang.Object
org.apache.camel.oauth.OAuthConfig

public class OAuthConfig extends Object
  • Constructor Details

    • OAuthConfig

      public OAuthConfig()
  • Method Details

    • getBaseUrl

      public String getBaseUrl()
    • setBaseUrl

      public OAuthConfig setBaseUrl(String baseUrl)
    • getClientId

      public String getClientId()
    • setClientId

      public OAuthConfig setClientId(String clientId)
    • getClientSecret

      public String getClientSecret()
    • setClientSecret

      public OAuthConfig setClientSecret(String clientSecret)
    • getAuthorizationPath

      public String getAuthorizationPath()
    • setAuthorizationPath

      public OAuthConfig setAuthorizationPath(String authorizationPath)
    • getTokenPath

      public String getTokenPath()
    • setTokenPath

      public OAuthConfig setTokenPath(String tokenPath)
    • getRevocationPath

      public String getRevocationPath()
    • setRevocationPath

      public OAuthConfig setRevocationPath(String revocationPath)
    • getLogoutPath

      public String getLogoutPath()
    • setLogoutPath

      public OAuthConfig setLogoutPath(String logoutPath)
    • getUserInfoPath

      public String getUserInfoPath()
    • setUserInfoPath

      public OAuthConfig setUserInfoPath(String userInfoPath)
    • getIntrospectionPath

      public String getIntrospectionPath()
    • setIntrospectionPath

      public OAuthConfig setIntrospectionPath(String introspectionPath)
    • getJwksPath

      public String getJwksPath()
    • setJwksPath

      public OAuthConfig setJwksPath(String jwksPath)
    • getJWTOptions

      public JWTOptions getJWTOptions()
    • getJWKSet

      public com.nimbusds.jose.jwk.JWKSet getJWKSet()
    • setJWKSet

      public void setJWKSet(com.nimbusds.jose.jwk.JWKSet jwkSet)