[Drivers] Other methods should become
ShawnClake opened this issue · 0 comments
isDriverScriptable() : Boolean
isDriverCommandable() : Boolean
isDriverConfigurable() : Boolean
isDriverAuthenticatable() : Boolean
isDriverRoleRestricted() : Boolean
isDriverWhitelisted() : Boolean
isDriverBlacklisted() : Boolean
getDriverConfig() : Config
getDriverName() : String
getDriverDescription() : String
getDriverHelpEndpoint() : String
getDriverTips() : String (Output at the end of processing such as json parser)
getDriverMinimumRole() : Role
getDriverWhitelist() : Dict
getDriverBlacklist() : Dict
getAuthEndpoint(): String
getCatalogEndpoint() : String
getBaseEndpoint() : String
isTokenable() : Boolean
getToken(Response) : Credentials
getApiFormat() : String (None, json, xml, text)
getApiStatus() : Boolean (None, up, down, maintenance etc.)
getApiDescription() : String
getApiDocsEndpoint() : String
getApiAuthType() : String (None, Basic, Bearer, Body etc.)
getDefaultApiCredentials() : Credentials
isApiAuthenticated() : Boolean
isApiAuthenticationSeparateRequest() : Boolean
authenticateApi(Auth) : Response
isApitaxAuthBasedOnApiAuth() : Boolean
authenticateApitax(Auth) : Resonse
addAuthHeader(Credentials): HeaderBuilder
addHeaders() : HeaderBuilder
addAuthBody(Credentials) : BodyBuilder
addBody() : BodyBuilder
getEndpointCatalog() : EndpointCatalog
getScriptCatalog() : ScriptCatalog
getCommandCatalog() : CommandCatalog
getScript(path): String
renameScript(original, now): Boolean
saveScript(path, content): Boolean
deleteScript(path) : Boolean
createApitaxUser(User) : Boolean
saveApitaxUser(User) : Boolean
getApitaxUser(User) : User
deleteApitaxUser(User) : Boolean
handleCommand(Command) : Response
onPreRequest(ApitaxRequest) : ApitaxRequest
onPostRequest(ApitaxRequest) : ApitaxRequest
onPreResponse(ApitaxResponse) : ApitaxResponse
onPostResponse(ApitaxResponse) : ApitaxResponse
onPreHandleCommand(Command) : Command