Package com.appiancorp.services
Interface KougarServiceContext
- All Superinterfaces:
Principal
,com.appiancorp.asl3.servicefw.connect.ServiceContext
,ServiceContext
- All Known Implementing Classes:
AbstractServiceContext
,EscalatedServiceContext
,UserServiceContext
,WebServiceContext
For Kougar connections, this should be used instead of ServiceContext.
-
Method Summary
Modifier and TypeMethodDescriptioncom.appian.komodo.api.EngineCredentials
getEngineCredentials
(com.appiancorp.kougar.services.ServiceConnection svcConn) Returns the credentials to be used for calls with the specifiedKougarConnection
.Methods inherited from interface com.appiancorp.services.ServiceContext
addService, getAttribute, getCalendarID, getIdentity, getLocale, getName, getService, getTimeZone, isDesignatedForMigration, isRtl, removeAttribute, removeService, setAttribute, setCalendarID, setLocale, setTimeZone
-
Method Details
-
getEngineCredentials
com.appian.komodo.api.EngineCredentials getEngineCredentials(com.appiancorp.kougar.services.ServiceConnection svcConn) throws Exception Returns the credentials to be used for calls with the specifiedKougarConnection
.- Parameters:
svcConn
- the connection for which we need the credentials- Returns:
- an
EngineCredentials
object representing the credentials - Throws:
Exception
-