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
FieldsModifier and TypeFieldDescriptionprotected ProvisioningConnectionAuthSchemeRequeststatic final Stringstatic final Stringstatic final String - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionauthScheme(ProvisioningConnectionAuthSchemeRequest authScheme) booleanGet authSchemeUnique client identifier for the OAuth 2.0 service app from the target orggetToken()Token used to authenticate with the appinthashCode()voidsetAuthScheme(ProvisioningConnectionAuthSchemeRequest authScheme) voidsetClientId(String clientId) voidtoString() 
- 
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
 
 -