Package com.okta.sdk.resource.model
Class ProvisioningConnectionProfile
java.lang.Object
com.okta.sdk.resource.model.ProvisioningConnectionProfile
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-17T07:49:15.347219-05:00[America/Chicago]",
comments="Generator version: 7.5.0")
public class ProvisioningConnectionProfile
extends Object
implements Serializable
The profile used to configure the connection method of authentication and the credentials. Currently, token-based and OAuth 2.0-based authentication are supported.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected ProvisioningConnectionAuthSchemeRequest
static final String
static final String
static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionauthScheme
(ProvisioningConnectionAuthSchemeRequest authScheme) boolean
Get authSchemeUnique client identifier for the OAuth 2.0 service app from the target orggetToken()
Token used to authenticate with the appint
hashCode()
void
setAuthScheme
(ProvisioningConnectionAuthSchemeRequest authScheme) void
setClientId
(String clientId) void
toString()
-
Field Details
-
JSON_PROPERTY_AUTH_SCHEME
- See Also:
-
authScheme
-
JSON_PROPERTY_TOKEN
- See Also:
-
JSON_PROPERTY_CLIENT_ID
- See Also:
-
-
Constructor Details
-
ProvisioningConnectionProfile
public ProvisioningConnectionProfile()
-
-
Method Details
-
authScheme
-
getAuthScheme
Get authScheme- Returns:
- authScheme
-
setAuthScheme
-
token
-
getToken
Token used to authenticate with the app- Returns:
- token
-
setToken
-
clientId
-
getClientId
Unique client identifier for the OAuth 2.0 service app from the target org- Returns:
- clientId
-
setClientId
-
equals
-
hashCode
public int hashCode() -
toString
-