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-01-30T09:30:33.152574-06:00[America/Chicago]")
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
-