Type Params | Return Type | Name and description |
---|---|---|
|
static void |
applyServiceAuthProfile(ModelItem item, java.lang.String serviceName, java.lang.String profileName) Applies environment service's auth profile to all descendants of a given model item |
|
static java.lang.String |
getActiveEnvironmentAuthProfile(Interface apiInterface) |
|
static java.lang.String |
getActiveEnvironmentAuthProfile(Request request) |
|
static java.lang.String |
getActiveEnvironmentId(ModelItem modelItem) |
|
static java.lang.String |
getActiveEnvironmentName(ModelItem modelItem) |
|
static Service |
getActiveEnvironmentService(Interface apiInterface) |
|
static Service |
getActiveEnvironmentService(ApiConnection apiConnection) |
|
static KafkaConnectionSettingsConfig |
getConnectionSettings(KafkaConnectionSettingsContainerConfig settingsContainerConfig, java.lang.String settingsId) |
|
static java.lang.String |
getDefaultEndpointAuthProfile(Interface apiInterface) |
|
static java.lang.String |
getEnvironmentSpecAuthProfile(Interface apiInterface) |
|
static java.lang.String |
getEnvironmentSpecAuthProfile(Request request) |
|
static Enum |
getInterfaceServiceType(Interface serviceInterface) Determines a type of service based on api interface class |
|
static Service |
getService(Environment environment, Interface apiInterface) |
|
static Enum[] |
getServiceTypes() @return all possible service types |
|
static boolean |
isDefaultEnvironment(java.lang.String environmentName) |
|
static boolean |
isEnvironmentSelected(ModelItem modelItem) |
|
static void |
raiseCloneEnvironmentNotification(ModelItem item, java.lang.String fromEnvironmentId, java.lang.String toEnvironmentId) |
|
static void |
raiseInitNewEnvironmentNotification(ModelItem item, java.lang.String environmentId) |
|
static void |
setActiveEnvironmentAuthProfile(Interface apiInterface, java.lang.String authProfile) |
|
static void |
setDefaultEndpointAuthProfile(Interface apiInterface, java.lang.String authProfile) |
|
static void |
setEnvironmentSpecAuthProfile(Interface apiInterface, java.lang.String authProfile) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Applies environment service's auth profile to all descendants of a given model item
item
- parent model itemserviceName
- the name of the serviceprofileName
- the name of the authorization profileDetermines a type of service based on api interface class
serviceInterface
- service*