default ConnectorAuthorizationCodeProperties.Builder |
ConnectorAuthorizationCodeProperties.Builder.authorizationCode(Consumer<ConnectorProperty.Builder> authorizationCode) |
The authorization code received from the authorization server after user consent.
|
default ConnectorAuthorizationCodeProperties.Builder |
ConnectorAuthorizationCodeProperties.Builder.authorizationCodeUrl(Consumer<ConnectorProperty.Builder> authorizationCodeUrl) |
The authorization endpoint URL where users will be redirected to grant authorization.
|
default ClientCredentialsProperties.Builder |
ClientCredentialsProperties.Builder.clientId(Consumer<ConnectorProperty.Builder> clientId) |
The OAuth2 client identifier provided by the authorization server.
|
default ConnectorAuthorizationCodeProperties.Builder |
ConnectorAuthorizationCodeProperties.Builder.clientId(Consumer<ConnectorProperty.Builder> clientId) |
The OAuth2 client identifier provided by the authorization server.
|
default ClientCredentialsProperties.Builder |
ClientCredentialsProperties.Builder.clientSecret(Consumer<ConnectorProperty.Builder> clientSecret) |
The OAuth2 client secret provided by the authorization server.
|
default ConnectorAuthorizationCodeProperties.Builder |
ConnectorAuthorizationCodeProperties.Builder.clientSecret(Consumer<ConnectorProperty.Builder> clientSecret) |
The OAuth2 client secret provided by the authorization server.
|
default JWTBearerProperties.Builder |
JWTBearerProperties.Builder.jwtToken(Consumer<ConnectorProperty.Builder> jwtToken) |
The JWT token to be used in the bearer token grant flow for authentication.
|
default BasicAuthenticationProperties.Builder |
BasicAuthenticationProperties.Builder.password(Consumer<ConnectorProperty.Builder> password) |
The password property name to use for Basic authentication credentials.
|
default ConnectorAuthorizationCodeProperties.Builder |
ConnectorAuthorizationCodeProperties.Builder.prompt(Consumer<ConnectorProperty.Builder> prompt) |
The OAuth2 prompt parameter that controls the authorization server's behavior during user authentication.
|
default ConnectorAuthorizationCodeProperties.Builder |
ConnectorAuthorizationCodeProperties.Builder.redirectUri(Consumer<ConnectorProperty.Builder> redirectUri) |
The redirect URI that must match the URI registered with the authorization server.
|
default ClientCredentialsProperties.Builder |
ClientCredentialsProperties.Builder.scope(Consumer<ConnectorProperty.Builder> scope) |
The OAuth2 scope that defines the level of access requested for the client credentials flow.
|
default ConnectorAuthorizationCodeProperties.Builder |
ConnectorAuthorizationCodeProperties.Builder.scope(Consumer<ConnectorProperty.Builder> scope) |
The OAuth2 scope that defines the level of access requested for the authorization code flow.
|
default ClientCredentialsProperties.Builder |
ClientCredentialsProperties.Builder.tokenUrl(Consumer<ConnectorProperty.Builder> tokenUrl) |
The token endpoint URL where the client will request access tokens using client credentials.
|
default ConnectorAuthorizationCodeProperties.Builder |
ConnectorAuthorizationCodeProperties.Builder.tokenUrl(Consumer<ConnectorProperty.Builder> tokenUrl) |
The token endpoint URL where the authorization code will be exchanged for an access token.
|
default JWTBearerProperties.Builder |
JWTBearerProperties.Builder.tokenUrl(Consumer<ConnectorProperty.Builder> tokenUrl) |
The token endpoint URL where the JWT bearer token will be exchanged for an access token.
|
default ConnectionPropertiesConfiguration.Builder |
ConnectionPropertiesConfiguration.Builder.url(Consumer<ConnectorProperty.Builder> url) |
The base instance URL for the endpoint that this connection type will connect to.
|
default BasicAuthenticationProperties.Builder |
BasicAuthenticationProperties.Builder.username(Consumer<ConnectorProperty.Builder> username) |
The username property name to use for Basic authentication credentials.
|