@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2022-04-28T13:50:40.626-05:00")
public class DefaultProvisioningConnectionProfile
extends AbstractResource
implements ProvisioningConnectionProfile
propertiesreadLock, writeLock| Constructor and Description |
|---|
DefaultProvisioningConnectionProfile(InternalDataStore dataStore) |
DefaultProvisioningConnectionProfile(InternalDataStore dataStore,
java.util.Map<java.lang.String,java.lang.Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
ProvisioningConnectionAuthScheme |
getAuthScheme() |
java.util.Map<java.lang.String,Property> |
getPropertyDescriptors() |
java.lang.String |
getToken() |
ProvisioningConnectionProfile |
setAuthScheme(ProvisioningConnectionAuthScheme authScheme) |
ProvisioningConnection |
setDefaultProvisioningConnectionForApplication(java.lang.String appId,
ProvisioningConnectionRequest profile)
Sets the default Provisioning Connection for an application.
|
ProvisioningConnection |
setDefaultProvisioningConnectionForApplication(java.lang.String appId,
ProvisioningConnectionRequest profile,
java.lang.Boolean activate)
Sets the default Provisioning Connection for an application.
|
ProvisioningConnectionProfile |
setToken(java.lang.String token) |
clear, containsKey, containsValue, createPropertyDescriptorMap, createPropertyDescriptorMap, entrySet, equals, get, getDataStore, getDeletedPropertyNames, getInternalProperties, getParamsFromHref, getProperty, getPropertyNames, getResourceHref, getResourceListProperty, getResourceProperty, getUpdatedPropertyNames, hashCode, hasProperty, isDirty, isEmpty, isPrintableProperty, keySet, materialize, put, putAll, remove, setInternalProperties, setProperty, setProperty, setResourceHref, size, toString, valuesgetBoolean, getBoolean, getBooleanProperty, getCharArray, getDateProperty, getDoubleProperty, getDoubleProperty, getEnumListProperty, getEnumProperty, getEnumProperty, getInt, getInteger, getIntegerList, getIntProperty, getIntProperty, getListProperty, getListProperty, getMap, getMapProperty, getNonEmptyMap, getNullableBoolean, getNullableBooleanProperty, getNumber, getNumberList, getString, getString, getStringList, getStringProperty, setProperty, setPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetResourceHref, setResourceHrefgetBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringListpublic DefaultProvisioningConnectionProfile(InternalDataStore dataStore)
public DefaultProvisioningConnectionProfile(InternalDataStore dataStore, java.util.Map<java.lang.String,java.lang.Object> properties)
public java.util.Map<java.lang.String,Property> getPropertyDescriptors()
getPropertyDescriptors in class AbstractResourcepublic ProvisioningConnectionAuthScheme getAuthScheme()
getAuthScheme in interface ProvisioningConnectionProfilepublic ProvisioningConnectionProfile setAuthScheme(ProvisioningConnectionAuthScheme authScheme)
setAuthScheme in interface ProvisioningConnectionProfilepublic java.lang.String getToken()
getToken in interface ProvisioningConnectionProfilepublic ProvisioningConnectionProfile setToken(java.lang.String token)
setToken in interface ProvisioningConnectionProfile@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2022-04-28T13:50:40.626-05:00",
comments="POST - /api/v1/apps/{appId}/connections/default")
public ProvisioningConnection setDefaultProvisioningConnectionForApplication(java.lang.String appId,
ProvisioningConnectionRequest profile,
java.lang.Boolean activate)
setDefaultProvisioningConnectionForApplication in interface ProvisioningConnectionProfileappId - (required)profile - (required)activate - (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2022-04-28T13:50:40.626-05:00",
comments="POST - /api/v1/apps/{appId}/connections/default")
public ProvisioningConnection setDefaultProvisioningConnectionForApplication(java.lang.String appId,
ProvisioningConnectionRequest profile)
setDefaultProvisioningConnectionForApplication in interface ProvisioningConnectionProfileappId - (required)profile - (required)Copyright © 2017-2022 Okta. All Rights Reserved.