Interface KougarServiceContext

All Superinterfaces:
Principal, com.appiancorp.asl3.servicefw.connect.ServiceContext, ServiceContext
All Known Implementing Classes:
AbstractServiceContext, EscalatedServiceContext, UserServiceContext, WebServiceContext

public interface KougarServiceContext extends ServiceContext
For Kougar connections, this should be used instead of ServiceContext.
  • 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 specified KougarConnection.
      Parameters:
      svcConn - the connection for which we need the credentials
      Returns:
      an EngineCredentials object representing the credentials
      Throws:
      Exception