Index

A B C D E F G I J L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractOAuthProcessor - Class in org.apache.camel.oauth
 
AbstractOAuthProcessor() - Constructor for class org.apache.camel.oauth.AbstractOAuthProcessor
 
accessToken() - Method in class org.apache.camel.oauth.UserProfile
 
addAudience(String) - Method in class org.apache.camel.oauth.JWTOptions
 
attributes() - Method in class org.apache.camel.oauth.UserProfile
 
AUTH_CODE - Enum constant in enum class org.apache.camel.oauth.OAuthFlowType
 
AuthCodeCredentials - Class in org.apache.camel.oauth
 
AuthCodeCredentials() - Constructor for class org.apache.camel.oauth.AuthCodeCredentials
 
authenticate(Credentials) - Method in class org.apache.camel.oauth.jakarta.ServletOAuth
 
authenticate(Credentials) - Method in class org.apache.camel.oauth.OAuth
 
authenticate(Credentials) - Method in class org.apache.camel.oauth.vertx.VertxOAuth
 
authenticateExistingUserProfile(OAuth, OAuthSession) - Method in class org.apache.camel.oauth.AbstractOAuthProcessor
 

B

buildCodeFlowAuthRequestUrl(OAuthCodeFlowParams) - Method in class org.apache.camel.oauth.jakarta.ServletOAuth
 
buildCodeFlowAuthRequestUrl(OAuthCodeFlowParams) - Method in class org.apache.camel.oauth.OAuth
 
buildCodeFlowAuthRequestUrl(OAuthCodeFlowParams) - Method in class org.apache.camel.oauth.vertx.VertxOAuth
 
buildLogoutRequestUrl(OAuthLogoutParams) - Method in class org.apache.camel.oauth.jakarta.ServletOAuth
 
buildLogoutRequestUrl(OAuthLogoutParams) - Method in class org.apache.camel.oauth.OAuth
 
buildLogoutRequestUrl(OAuthLogoutParams) - Method in class org.apache.camel.oauth.vertx.VertxOAuth
 

C

CAMEL_OAUTH_BASE_URI - Static variable in class org.apache.camel.oauth.OAuth
 
CAMEL_OAUTH_CLIENT_ID - Static variable in class org.apache.camel.oauth.OAuth
 
CAMEL_OAUTH_CLIENT_SECRET - Static variable in class org.apache.camel.oauth.OAuth
 
CAMEL_OAUTH_COOKIE - Static variable in class org.apache.camel.oauth.OAuth
 
CAMEL_OAUTH_LOGOUT_REDIRECT_URI - Static variable in class org.apache.camel.oauth.OAuth
 
CAMEL_OAUTH_REDIRECT_URI - Static variable in class org.apache.camel.oauth.OAuth
 
CAMEL_OAUTH_SESSION_ID - Static variable in class org.apache.camel.oauth.OAuth
 
CLIENT - Enum constant in enum class org.apache.camel.oauth.OAuthFlowType
 
ClientCredentials - Class in org.apache.camel.oauth
 
ClientCredentials() - Constructor for class org.apache.camel.oauth.ClientCredentials
 
CODE - Enum constant in enum class org.apache.camel.oauth.OAuthCodeFlowParams.AuthRequestResponseType
 
config - Variable in class org.apache.camel.oauth.OAuth
 
CONSENT - Enum constant in enum class org.apache.camel.oauth.OAuthCodeFlowParams.AuthRequestPromptOpts
 
context - Variable in class org.apache.camel.oauth.OAuthFactory
 
createOAuth() - Method in class org.apache.camel.oauth.jakarta.ServletOAuthFactory
 
createOAuth() - Method in class org.apache.camel.oauth.OAuthFactory
 
createOAuth() - Method in class org.apache.camel.oauth.vertx.VertxOAuthFactory
 
createSession(Exchange) - Method in class org.apache.camel.oauth.InMemorySessionStore
 
createSession(Exchange) - Method in class org.apache.camel.oauth.OAuth
 
createSession(Exchange) - Method in interface org.apache.camel.oauth.OAuthSessionStore
 
Credentials - Class in org.apache.camel.oauth
 
Credentials() - Constructor for class org.apache.camel.oauth.Credentials
 

D

discoverOAuthConfig(CamelContext) - Method in class org.apache.camel.oauth.jakarta.ServletOAuth
 
discoverOAuthConfig(CamelContext) - Method in class org.apache.camel.oauth.OAuth
 
discoverOAuthConfig(CamelContext) - Method in class org.apache.camel.oauth.vertx.VertxOAuth
 

E

expired() - Method in class org.apache.camel.oauth.UserProfile
 

F

findOAuth() - Method in class org.apache.camel.oauth.OAuthFactory
 
findOAuth(CamelContext) - Method in class org.apache.camel.oauth.AbstractOAuthProcessor
 
findOAuthOrThrow(CamelContext) - Method in class org.apache.camel.oauth.AbstractOAuthProcessor
 
flowType - Variable in class org.apache.camel.oauth.Credentials
 
fromJson(OAuthConfig, JsonObject) - Static method in class org.apache.camel.oauth.UserProfile
 

G

getAcrValues() - Method in class org.apache.camel.oauth.OAuthCodeFlowParams
 
getAlgorithm() - Method in class org.apache.camel.oauth.JWTOptions
 
getAudience() - Method in class org.apache.camel.oauth.JWTOptions
 
getAuthorizationPath() - Method in class org.apache.camel.oauth.OAuthConfig
 
getBaseUrl() - Method in class org.apache.camel.oauth.OAuthConfig
 
getClaim(String) - Method in class org.apache.camel.oauth.UserProfile
 
getClientId() - Method in class org.apache.camel.oauth.ClientCredentials
 
getClientId() - Method in class org.apache.camel.oauth.OAuthCodeFlowParams
 
getClientId() - Method in class org.apache.camel.oauth.OAuthConfig
 
getClientSecret() - Method in class org.apache.camel.oauth.ClientCredentials
 
getClientSecret() - Method in class org.apache.camel.oauth.OAuthConfig
 
getCode() - Method in class org.apache.camel.oauth.AuthCodeCredentials
 
getDisplay() - Method in class org.apache.camel.oauth.OAuthCodeFlowParams
 
getExpiresInSeconds() - Method in class org.apache.camel.oauth.JWTOptions
 
getFlowType() - Method in class org.apache.camel.oauth.Credentials
 
getGrantType() - Method in enum class org.apache.camel.oauth.OAuthFlowType
 
getHeader() - Method in class org.apache.camel.oauth.JWTOptions
 
getIdTokenHint() - Method in class org.apache.camel.oauth.OAuthCodeFlowParams
 
getIntrospectionPath() - Method in class org.apache.camel.oauth.OAuthConfig
 
getIssuer() - Method in class org.apache.camel.oauth.JWTOptions
 
getJWKSet() - Method in class org.apache.camel.oauth.OAuthConfig
 
getJwksPath() - Method in class org.apache.camel.oauth.OAuthConfig
 
getJWTOptions() - Method in class org.apache.camel.oauth.OAuthConfig
 
getLeeway() - Method in class org.apache.camel.oauth.JWTOptions
 
getLoginHint() - Method in class org.apache.camel.oauth.OAuthCodeFlowParams
 
getLogoutPath() - Method in class org.apache.camel.oauth.OAuthConfig
 
getMaxAge() - Method in class org.apache.camel.oauth.OAuthCodeFlowParams
 
getNonceAlgorithm() - Method in class org.apache.camel.oauth.JWTOptions
 
getOAuthConfig() - Method in class org.apache.camel.oauth.OAuth
 
getOAuthFlowType(String) - Static method in enum class org.apache.camel.oauth.OAuthFlowType
 
getPrompt() - Method in class org.apache.camel.oauth.OAuthCodeFlowParams
 
getProperty(CamelContext, String) - Static method in class org.apache.camel.oauth.OAuthProperties
 
getRedirectUri() - Method in class org.apache.camel.oauth.AuthCodeCredentials
 
getRedirectUri() - Method in class org.apache.camel.oauth.OAuthCodeFlowParams
 
getRedirectUri() - Method in class org.apache.camel.oauth.OAuthLogoutParams
 
getRequiredProperty(CamelContext, String) - Static method in class org.apache.camel.oauth.OAuthProperties
 
getResponseType() - Method in class org.apache.camel.oauth.OAuthCodeFlowParams
 
getRevocationPath() - Method in class org.apache.camel.oauth.OAuthConfig
 
getScopes() - Method in class org.apache.camel.oauth.OAuthCodeFlowParams
 
getSession(Exchange) - Method in class org.apache.camel.oauth.InMemorySessionStore
 
getSession(Exchange) - Method in class org.apache.camel.oauth.OAuth
 
getSession(Exchange) - Method in interface org.apache.camel.oauth.OAuthSessionStore
 
getSessionId() - Method in class org.apache.camel.oauth.InMemorySession
 
getSessionId() - Method in interface org.apache.camel.oauth.OAuthSession
 
getSessionStore() - Method in class org.apache.camel.oauth.OAuth
 
getState() - Method in class org.apache.camel.oauth.AuthCodeCredentials
 
getState() - Method in class org.apache.camel.oauth.OAuthCodeFlowParams
 
getSubject() - Method in class org.apache.camel.oauth.JWTOptions
 
getToken() - Method in class org.apache.camel.oauth.TokenCredentials
 
getTokenPath() - Method in class org.apache.camel.oauth.OAuthConfig
 
getUiLocales() - Method in class org.apache.camel.oauth.OAuthCodeFlowParams
 
getUserInfoPath() - Method in class org.apache.camel.oauth.OAuthConfig
 
getUserProfile() - Method in class org.apache.camel.oauth.OAuthLogoutParams
 
getUserProfile() - Method in interface org.apache.camel.oauth.OAuthSession
 
getUserProfile() - Method in class org.apache.camel.oauth.UserCredentials
 
getValue(String, Class<T>) - Method in class org.apache.camel.oauth.InMemorySession
 
getValue(String, Class<T>) - Method in interface org.apache.camel.oauth.OAuthSession
 
getVertxUser() - Method in class org.apache.camel.oauth.vertx.VertxUserProfile
 

I

ID_TOKEN - Enum constant in enum class org.apache.camel.oauth.OAuthCodeFlowParams.AuthRequestResponseType
 
idToken() - Method in class org.apache.camel.oauth.UserProfile
 
InMemorySession - Class in org.apache.camel.oauth
 
InMemorySession(String) - Constructor for class org.apache.camel.oauth.InMemorySession
 
InMemorySessionStore - Class in org.apache.camel.oauth
 
InMemorySessionStore() - Constructor for class org.apache.camel.oauth.InMemorySessionStore
 
isIgnoreExpiration() - Method in class org.apache.camel.oauth.JWTOptions
 
isNoTimestamp() - Method in class org.apache.camel.oauth.JWTOptions
 

J

JWTOptions - Class in org.apache.camel.oauth
 
JWTOptions() - Constructor for class org.apache.camel.oauth.JWTOptions
 

L

log - Variable in class org.apache.camel.oauth.AbstractOAuthProcessor
 
log - Variable in class org.apache.camel.oauth.InMemorySession
 
log - Variable in class org.apache.camel.oauth.InMemorySessionStore
 
log - Variable in class org.apache.camel.oauth.OAuth
 
logDetails(String) - Method in class org.apache.camel.oauth.UserProfile
 
LOGIN - Enum constant in enum class org.apache.camel.oauth.OAuthCodeFlowParams.AuthRequestPromptOpts
 
logRequestHeaders(String, Message) - Method in class org.apache.camel.oauth.AbstractOAuthProcessor
 
lookupFactory(CamelContext) - Static method in class org.apache.camel.oauth.OAuthFactory
 

M

merge(UserProfile) - Method in class org.apache.camel.oauth.UserProfile
 

N

NONE - Enum constant in enum class org.apache.camel.oauth.OAuthCodeFlowParams.AuthRequestPromptOpts
 

O

OAuth - Class in org.apache.camel.oauth
 
OAuth() - Constructor for class org.apache.camel.oauth.OAuth
 
OAuthBearerTokenProcessor - Class in org.apache.camel.oauth
 
OAuthBearerTokenProcessor() - Constructor for class org.apache.camel.oauth.OAuthBearerTokenProcessor
 
OAuthClientCredentialsProcessor - Class in org.apache.camel.oauth
 
OAuthClientCredentialsProcessor() - Constructor for class org.apache.camel.oauth.OAuthClientCredentialsProcessor
 
OAuthCodeFlowCallback - Class in org.apache.camel.oauth
 
OAuthCodeFlowCallback() - Constructor for class org.apache.camel.oauth.OAuthCodeFlowCallback
 
OAuthCodeFlowParams - Class in org.apache.camel.oauth
 
OAuthCodeFlowParams() - Constructor for class org.apache.camel.oauth.OAuthCodeFlowParams
 
OAuthCodeFlowParams.AuthRequestDisplayOpts - Enum Class in org.apache.camel.oauth
 
OAuthCodeFlowParams.AuthRequestPromptOpts - Enum Class in org.apache.camel.oauth
 
OAuthCodeFlowParams.AuthRequestResponseType - Enum Class in org.apache.camel.oauth
 
OAuthCodeFlowProcessor - Class in org.apache.camel.oauth
 
OAuthCodeFlowProcessor() - Constructor for class org.apache.camel.oauth.OAuthCodeFlowProcessor
 
OAuthConfig - Class in org.apache.camel.oauth
 
OAuthConfig() - Constructor for class org.apache.camel.oauth.OAuthConfig
 
OAuthException - Exception Class in org.apache.camel.oauth
 
OAuthException(String) - Constructor for exception class org.apache.camel.oauth.OAuthException
 
OAuthException(String, Throwable) - Constructor for exception class org.apache.camel.oauth.OAuthException
 
OAuthException(Throwable) - Constructor for exception class org.apache.camel.oauth.OAuthException
 
OAuthFactory - Class in org.apache.camel.oauth
 
OAuthFactory(CamelContext) - Constructor for class org.apache.camel.oauth.OAuthFactory
 
OAuthFlowType - Enum Class in org.apache.camel.oauth
 
OAuthLogoutParams - Class in org.apache.camel.oauth
 
OAuthLogoutParams() - Constructor for class org.apache.camel.oauth.OAuthLogoutParams
 
OAuthLogoutProcessor - Class in org.apache.camel.oauth
 
OAuthLogoutProcessor() - Constructor for class org.apache.camel.oauth.OAuthLogoutProcessor
 
OAuthProperties - Class in org.apache.camel.oauth
 
OAuthProperties() - Constructor for class org.apache.camel.oauth.OAuthProperties
 
OAuthSession - Interface in org.apache.camel.oauth
 
OAuthSessionStore - Interface in org.apache.camel.oauth
 
org.apache.camel.oauth - package org.apache.camel.oauth
 
org.apache.camel.oauth.jakarta - package org.apache.camel.oauth.jakarta
 
org.apache.camel.oauth.vertx - package org.apache.camel.oauth.vertx
 

P

PAGE - Enum constant in enum class org.apache.camel.oauth.OAuthCodeFlowParams.AuthRequestDisplayOpts
 
POPUP - Enum constant in enum class org.apache.camel.oauth.OAuthCodeFlowParams.AuthRequestDisplayOpts
 
principal() - Method in class org.apache.camel.oauth.UserProfile
 
process(Exchange) - Method in class org.apache.camel.oauth.OAuthBearerTokenProcessor
 
process(Exchange) - Method in class org.apache.camel.oauth.OAuthClientCredentialsProcessor
 
process(Exchange) - Method in class org.apache.camel.oauth.OAuthCodeFlowCallback
 
process(Exchange) - Method in class org.apache.camel.oauth.OAuthCodeFlowProcessor
 
process(Exchange) - Method in class org.apache.camel.oauth.OAuthLogoutProcessor
 
procName - Variable in class org.apache.camel.oauth.AbstractOAuthProcessor
 
putUserProfile(UserProfile) - Method in interface org.apache.camel.oauth.OAuthSession
 
putValue(String, T) - Method in class org.apache.camel.oauth.InMemorySession
 
putValue(String, T) - Method in interface org.apache.camel.oauth.OAuthSession
 

R

refreshToken() - Method in class org.apache.camel.oauth.UserProfile
 
removeUserProfile() - Method in interface org.apache.camel.oauth.OAuthSession
 
removeValue(String) - Method in class org.apache.camel.oauth.InMemorySession
 
removeValue(String) - Method in interface org.apache.camel.oauth.OAuthSession
 

S

SELECT_ACCOUNT - Enum constant in enum class org.apache.camel.oauth.OAuthCodeFlowParams.AuthRequestPromptOpts
 
sendRedirect(Message, String) - Method in class org.apache.camel.oauth.AbstractOAuthProcessor
 
ServletOAuth - Class in org.apache.camel.oauth.jakarta
 
ServletOAuth() - Constructor for class org.apache.camel.oauth.jakarta.ServletOAuth
 
ServletOAuthFactory - Class in org.apache.camel.oauth.jakarta
 
ServletOAuthFactory(CamelContext) - Constructor for class org.apache.camel.oauth.jakarta.ServletOAuthFactory
 
sessionStore - Variable in class org.apache.camel.oauth.OAuth
 
setAcrValues(String) - Method in class org.apache.camel.oauth.OAuthCodeFlowParams
 
setAlgorithm(String) - Method in class org.apache.camel.oauth.JWTOptions
 
setAudience(List<String>) - Method in class org.apache.camel.oauth.JWTOptions
 
setAuthorizationPath(String) - Method in class org.apache.camel.oauth.OAuthConfig
 
setBaseUrl(String) - Method in class org.apache.camel.oauth.OAuthConfig
 
setClientId(String) - Method in class org.apache.camel.oauth.ClientCredentials
 
setClientId(String) - Method in class org.apache.camel.oauth.OAuthCodeFlowParams
 
setClientId(String) - Method in class org.apache.camel.oauth.OAuthConfig
 
setClientSecret(String) - Method in class org.apache.camel.oauth.ClientCredentials
 
setClientSecret(String) - Method in class org.apache.camel.oauth.OAuthConfig
 
setCode(String) - Method in class org.apache.camel.oauth.AuthCodeCredentials
 
setDisplay(OAuthCodeFlowParams.AuthRequestDisplayOpts) - Method in class org.apache.camel.oauth.OAuthCodeFlowParams
 
setExpiresInMinutes(int) - Method in class org.apache.camel.oauth.JWTOptions
 
setExpiresInSeconds(int) - Method in class org.apache.camel.oauth.JWTOptions
 
setFlowType(OAuthFlowType) - Method in class org.apache.camel.oauth.Credentials
 
setHeader(JsonObject) - Method in class org.apache.camel.oauth.JWTOptions
 
setIdTokenHint(String) - Method in class org.apache.camel.oauth.OAuthCodeFlowParams
 
setIgnoreExpiration(boolean) - Method in class org.apache.camel.oauth.JWTOptions
 
setIntrospectionPath(String) - Method in class org.apache.camel.oauth.OAuthConfig
 
setIssuer(String) - Method in class org.apache.camel.oauth.JWTOptions
 
setJWKSet(JWKSet) - Method in class org.apache.camel.oauth.OAuthConfig
 
setJwksPath(String) - Method in class org.apache.camel.oauth.OAuthConfig
 
setLeeway(int) - Method in class org.apache.camel.oauth.JWTOptions
 
setLoginHint(String) - Method in class org.apache.camel.oauth.OAuthCodeFlowParams
 
setLogoutPath(String) - Method in class org.apache.camel.oauth.OAuthConfig
 
setMaxAge(Integer) - Method in class org.apache.camel.oauth.OAuthCodeFlowParams
 
setNonceAlgorithm(String) - Method in class org.apache.camel.oauth.JWTOptions
 
setNoTimestamp(boolean) - Method in class org.apache.camel.oauth.JWTOptions
 
setPrompt(List<OAuthCodeFlowParams.AuthRequestPromptOpts>) - Method in class org.apache.camel.oauth.OAuthCodeFlowParams
 
setRedirectUri(String) - Method in class org.apache.camel.oauth.AuthCodeCredentials
 
setRedirectUri(String) - Method in class org.apache.camel.oauth.OAuthCodeFlowParams
 
setRedirectUri(String) - Method in class org.apache.camel.oauth.OAuthLogoutParams
 
setResponseType(OAuthCodeFlowParams.AuthRequestResponseType) - Method in class org.apache.camel.oauth.OAuthCodeFlowParams
 
setRevocationPath(String) - Method in class org.apache.camel.oauth.OAuthConfig
 
setScope(String) - Method in class org.apache.camel.oauth.OAuthCodeFlowParams
 
setScopes(List<String>) - Method in class org.apache.camel.oauth.OAuthCodeFlowParams
 
setSessionCookie(Message, OAuthSession) - Method in class org.apache.camel.oauth.AbstractOAuthProcessor
 
setState(String) - Method in class org.apache.camel.oauth.AuthCodeCredentials
 
setState(String) - Method in class org.apache.camel.oauth.OAuthCodeFlowParams
 
setSubject(String) - Method in class org.apache.camel.oauth.JWTOptions
 
setToken(String) - Method in class org.apache.camel.oauth.TokenCredentials
 
setTokenPath(String) - Method in class org.apache.camel.oauth.OAuthConfig
 
setUiLocales(String) - Method in class org.apache.camel.oauth.OAuthCodeFlowParams
 
setUser(UserProfile) - Method in class org.apache.camel.oauth.OAuthLogoutParams
 
setUserInfoPath(String) - Method in class org.apache.camel.oauth.OAuthConfig
 
subject() - Method in class org.apache.camel.oauth.UserProfile
 

T

TokenCredentials - Class in org.apache.camel.oauth
 
TokenCredentials(String) - Constructor for class org.apache.camel.oauth.TokenCredentials
 
TOUCH - Enum constant in enum class org.apache.camel.oauth.OAuthCodeFlowParams.AuthRequestDisplayOpts
 
ttl() - Method in class org.apache.camel.oauth.UserProfile
 

U

UserCredentials - Class in org.apache.camel.oauth
 
UserCredentials(UserProfile) - Constructor for class org.apache.camel.oauth.UserCredentials
 
UserProfile - Class in org.apache.camel.oauth
 
UserProfile(JsonObject, JsonObject) - Constructor for class org.apache.camel.oauth.UserProfile
 

V

valueOf(String) - Static method in enum class org.apache.camel.oauth.OAuthCodeFlowParams.AuthRequestDisplayOpts
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.camel.oauth.OAuthCodeFlowParams.AuthRequestPromptOpts
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.camel.oauth.OAuthCodeFlowParams.AuthRequestResponseType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.camel.oauth.OAuthFlowType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.apache.camel.oauth.OAuthCodeFlowParams.AuthRequestDisplayOpts
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.camel.oauth.OAuthCodeFlowParams.AuthRequestPromptOpts
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.camel.oauth.OAuthCodeFlowParams.AuthRequestResponseType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.camel.oauth.OAuthFlowType
Returns an array containing the constants of this enum class, in the order they are declared.
VertxOAuth - Class in org.apache.camel.oauth.vertx
 
VertxOAuth(Vertx) - Constructor for class org.apache.camel.oauth.vertx.VertxOAuth
 
VertxOAuthFactory - Class in org.apache.camel.oauth.vertx
 
VertxOAuthFactory(CamelContext) - Constructor for class org.apache.camel.oauth.vertx.VertxOAuthFactory
 
VertxUserProfile - Class in org.apache.camel.oauth.vertx
 
VertxUserProfile(User) - Constructor for class org.apache.camel.oauth.vertx.VertxUserProfile
 

W

WAP - Enum constant in enum class org.apache.camel.oauth.OAuthCodeFlowParams.AuthRequestDisplayOpts
 
A B C D E F G I J L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form