Package com.i2group.disco.daod.spi
Interface IConnectorRequestModifier.IRequestContext
- Enclosing interface:
- IConnectorRequestModifier
public static interface IConnectorRequestModifier.IRequestContext
Extra information about the request to be modified.
- Since:
- 13.4
-
Method Summary
Modifier and TypeMethodDescriptionGets the identifier of the authentication configuration, if this is a login request.Gets the identifier of the connector that the request is being sent to.Gets the name of the connector that the request is being sent to.Gets the identifier of the query, if this is an asynchronous request.Gets the identifier of the service that the request is being sent to.
-
Method Details
-
getConnectorId
String getConnectorId()Gets the identifier of the connector that the request is being sent to.- Returns:
- See above.
-
getConnectorName
String getConnectorName()Gets the name of the connector that the request is being sent to.- Returns:
- See above.
-
getServiceId
Gets the identifier of the service that the request is being sent to.- Returns:
- See above.
-
getQueryId
Gets the identifier of the query, if this is an asynchronous request.- Returns:
- See above.
-
getAuthConfigId
Gets the identifier of the authentication configuration, if this is a login request.- Returns:
- See above.
-