Package org.apache.camel.oauth.jakarta
Class ServletOAuth
java.lang.Object
org.apache.camel.oauth.OAuth
org.apache.camel.oauth.jakarta.ServletOAuth
-
Field Summary
Fields inherited from class org.apache.camel.oauth.OAuth
CAMEL_OAUTH_BASE_URI, CAMEL_OAUTH_CLIENT_ID, CAMEL_OAUTH_CLIENT_SECRET, CAMEL_OAUTH_COOKIE, CAMEL_OAUTH_LOGOUT_REDIRECT_URI, CAMEL_OAUTH_REDIRECT_URI, CAMEL_OAUTH_SESSION_ID, config, log, sessionStore -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthenticate(Credentials creds) voiddiscoverOAuthConfig(org.apache.camel.CamelContext ctx) Methods inherited from class org.apache.camel.oauth.OAuth
createSession, getOAuthConfig, getSession, getSessionStore
-
Constructor Details
-
ServletOAuth
public ServletOAuth()
-
-
Method Details
-
discoverOAuthConfig
- Specified by:
discoverOAuthConfigin classOAuth- Throws:
OAuthException
-
buildCodeFlowAuthRequestUrl
- Specified by:
buildCodeFlowAuthRequestUrlin classOAuth
-
authenticate
- Specified by:
authenticatein classOAuth- Throws:
OAuthException
-
buildLogoutRequestUrl
- Specified by:
buildLogoutRequestUrlin classOAuth
-