TokenController Class |
Namespace: Dundas.BI.WebApi.Controllers
The TokenController type exposes the following members.
| Name | Description | |
|---|---|---|
| TokenController |
Initializes a new instance of the TokenController class.
|
| Name | Description | |
|---|---|---|
| CreateAttributeToken |
Creates an attribute token.
| |
| CreateToken |
Creates a token.
| |
| DeleteToken |
Deletes a token.
| |
| EnsureCallerContext |
If the current context is not already the specified context, creates a new caller context which is
a clone of the specified context and sets it as the current one.
(Inherited from ApiControllerBase.) | |
| EnsureFormFileMultipartContent |
Ensures when form files are access the content is MIME multi-part which we want.
(Inherited from ApiControllerBase.) | |
| GetAssociatedTokenDataType |
Gets the data type of an attribute token.
| |
| GetClientIdFromCookieOrProvided |
Gets the client ID from cookie or from the provided value, which is usually from the query string.
(Inherited from ApiControllerBase.) | |
| GetLocalizations |
Gets the list of localized captions for the specified token.
| |
| GetParameterTokens | Obsolete.
OBSOLETE - Use POST /Token/GetParameterTokens/ instead.
Retrieves the parameter tokens.
| |
| GetParameterTokensWithOptions |
Retrieves the parameter tokens.
| |
| GetServiceT |
Gets the requested service.
(Inherited from ApiControllerBase.) | |
| GetSessionIdFromCookieHeaderOrProvided |
Gets the session ID from cookie, the authorization header or from the provided value, which is usually from the query string.
(Inherited from ApiControllerBase.) | |
| GetTokenById |
Gets a token.
| |
| GetVisibleTokens |
Gets a list of tokens visible to the caller, filtered by project ID.
| |
| LoadSession |
Creates a new caller context associated with the specified session ID. The session is not validated.
(Inherited from ApiControllerBase.) | |
| PromoteToGlobal |
Promotes an existing project or account token to a global token.
| |
| QueryNumberOfTokens |
Gets the number of tokens that match the filter.
| |
| QueryTokens |
Gets a list of TokenDefinitionData objects matching the specified criteria.
| |
| ReferencedEntities |
Gets the list of file system entities that reference the specified token.
| |
| RequestFirstFormFile |
Retrieves the first form file from the request.
(Inherited from ApiControllerBase.) | |
| RequestFormFiles |
Retrieves the form files from the request.
(Inherited from ApiControllerBase.) | |
| ResolveToken |
Resolves the given token to a string representation of the resolved value.
| |
| ResolveTokenByIds |
Resolves multiple given tokens to a string representation of the resolved value.
| |
| ReturnInvalidWindowsIdentityResponse |
Returns the invalid windows identity response to challenge the browser.
(Inherited from ApiControllerBase.) | |
| SetLocalizations |
Updates the list of localized captions for the specified token.
| |
| UpdateAssociatedTokenDataType |
Updates an attribute tokens data type.
| |
| UpdateToken |
Updates a token.
|