- get(String) - Method in interface com.laserfiche.api.client.httphandlers.Headers
-
Returns the header value.
- get(String) - Method in class com.laserfiche.api.client.httphandlers.HeadersImpl
-
- getAccessToken() - Method in class com.laserfiche.api.client.model.GetAccessTokenResponse
-
Returns the Laserfiche Cloud OAuth 2.0 access token.
- getAccessToken() - Method in class com.laserfiche.api.client.model.SessionKeyInfo
-
Returns the access token that can be used to authenticate with the repository apis.
- getAccessTokenFromServicePrincipal(String, AccessKey) - Method in interface com.laserfiche.api.client.oauth.TokenClient
-
Gets an OAuth access token given a Laserfiche Cloud service principal key and an OAuth service application access key.
- getAccessTokenFromServicePrincipal(String, AccessKey, String) - Method in interface com.laserfiche.api.client.oauth.TokenClient
-
Gets an OAuth access token given a Laserfiche Cloud service principal key and an OAuth service application access key.
- getAccessTokenFromServicePrincipal(String, AccessKey) - Method in class com.laserfiche.api.client.oauth.TokenClientImpl
-
- getAccessTokenFromServicePrincipal(String, AccessKey, String) - Method in class com.laserfiche.api.client.oauth.TokenClientImpl
-
- GetAccessTokenResponse - Class in com.laserfiche.api.client.model
-
The response from the Laserfiche Cloud OAuth 2.0 token endpoint.
- GetAccessTokenResponse() - Constructor for class com.laserfiche.api.client.model.GetAccessTokenResponse
-
- getClientId() - Method in class com.laserfiche.api.client.model.AccessKey
-
Returns the app's client id.
- getCustomerId() - Method in class com.laserfiche.api.client.model.AccessKey
-
Returns the Laserfiche customer id the app is registered in.
- getDetail() - Method in class com.laserfiche.api.client.model.ProblemDetails
-
Returns a human-readable explanation specific to this occurrence of the problem.
- getDomain() - Method in class com.laserfiche.api.client.model.AccessKey
-
Returns the Laserfiche domain the app belongs to, e.g.
- getErrorCode() - Method in class com.laserfiche.api.client.model.ProblemDetails
-
Returns the error code.
- getErrorSource() - Method in class com.laserfiche.api.client.model.ProblemDetails
-
Returns the error source.
- getExpireIn() - Method in class com.laserfiche.api.client.model.SessionKeyInfo
-
Returns the lifetime in seconds of the access token.
- getExpiresIn() - Method in class com.laserfiche.api.client.model.GetAccessTokenResponse
-
Returns the lifetime in seconds of the access token.
- getExtensions() - Method in class com.laserfiche.api.client.model.ProblemDetails
-
Returns the extension members.
- getGrantType() - Method in class com.laserfiche.api.client.model.CreateConnectionRequest
-
Returns the grant type.
- getHeaders() - Method in exception com.laserfiche.api.client.model.ApiException
-
Returns the API response headers.
- getHeadersMap(HttpResponse) - Static method in class com.laserfiche.api.client.tokenclients.TokenClientUtils
-
- getInstance() - Method in class com.laserfiche.api.client.model.ProblemDetails
-
Returns a URI reference that identifies the specific occurrence of the problem.
- getJwk() - Method in class com.laserfiche.api.client.model.AccessKey
-
Returns the app's json web key.
- getOAuthApiBaseUri(String) - Static method in class com.laserfiche.api.client.tokenclients.TokenClientUtils
-
Given a Laserfiche domain, such as laserfiche.ca, returns the base URL for OAuth.
- getOperationId() - Method in class com.laserfiche.api.client.model.ProblemDetails
-
Returns the operation id.
- getPassword() - Method in class com.laserfiche.api.client.model.CreateConnectionRequest
-
Returns the password.
- getProblemDetails() - Method in exception com.laserfiche.api.client.model.ApiException
-
Returns the API problem details.
- getRefreshToken() - Method in class com.laserfiche.api.client.model.GetAccessTokenResponse
-
Returns an optional refresh token used to get a new Laserfiche Cloud OAuth 2.0 access token.
- getRegionalDomain() - Method in class com.laserfiche.api.client.httphandlers.BeforeSendResult
-
Returns the Laserfiche Cloud regional domain, e.g.
- getScope() - Method in class com.laserfiche.api.client.model.GetAccessTokenResponse
-
Returns the scope configured on the access token.
- getStatus() - Method in class com.laserfiche.api.client.model.ProblemDetails
-
Returns the HTTP status code.
- getStatusCode() - Method in exception com.laserfiche.api.client.model.ApiException
-
Returns the API status code.
- getTitle() - Method in class com.laserfiche.api.client.model.ProblemDetails
-
Returns a short, human-readable summary of the problem type.
- getTokenType() - Method in class com.laserfiche.api.client.model.GetAccessTokenResponse
-
Returns the token type that provides how to utilize the access token.
- getTokenType() - Method in class com.laserfiche.api.client.model.SessionKeyInfo
-
Returns the token type that provides how to utilize the access token.
- getTraceId() - Method in class com.laserfiche.api.client.model.ProblemDetails
-
Returns the trace id.
- getType() - Method in class com.laserfiche.api.client.model.ProblemDetails
-
Returns the problem type.
- getUsername() - Method in class com.laserfiche.api.client.model.CreateConnectionRequest
-
Returns the username.
- SessionKeyInfo - Class in com.laserfiche.api.client.model
-
The response from the Laserfiche Self-Hosted token endpoint.
- SessionKeyInfo() - Constructor for class com.laserfiche.api.client.model.SessionKeyInfo
-
- set(String, String) - Method in interface com.laserfiche.api.client.httphandlers.Headers
-
Set the header.
- set(String, String) - Method in class com.laserfiche.api.client.httphandlers.HeadersImpl
-
- setAccessToken(String) - Method in class com.laserfiche.api.client.model.GetAccessTokenResponse
-
Sets the Laserfiche Cloud OAuth 2.0 access token.
- setAccessToken(String) - Method in class com.laserfiche.api.client.model.SessionKeyInfo
-
Sets the access token that can be used to authenticate with the repository apis.
- setClientId(String) - Method in class com.laserfiche.api.client.model.AccessKey
-
Sets the app's client id.
- setCustomerId(String) - Method in class com.laserfiche.api.client.model.AccessKey
-
Sets the Laserfiche customer id the app is registered in.
- setDetail(String) - Method in class com.laserfiche.api.client.model.ProblemDetails
-
Sets a human-readable explanation specific to this occurrence of the problem.
- setDomain(String) - Method in class com.laserfiche.api.client.model.AccessKey
-
Sets the Laserfiche domain the app belongs to, e.g.
- setErrorCode(Integer) - Method in class com.laserfiche.api.client.model.ProblemDetails
-
Sets the error code.
- setErrorSource(String) - Method in class com.laserfiche.api.client.model.ProblemDetails
-
Sets the error source.
- setExpireIn(int) - Method in class com.laserfiche.api.client.model.SessionKeyInfo
-
Sets the lifetime in seconds of the access token.
- setExpiresIn(Integer) - Method in class com.laserfiche.api.client.model.GetAccessTokenResponse
-
Sets the lifetime in seconds of the access token.
- setExtensions(Map<String, Object>) - Method in class com.laserfiche.api.client.model.ProblemDetails
-
Sets the extension members.
- setGrantType(String) - Method in class com.laserfiche.api.client.model.CreateConnectionRequest
-
Sets the grant type
- setHeaders(Map<String, String>) - Method in exception com.laserfiche.api.client.model.ApiException
-
Sets the API response headers.
- setInstance(String) - Method in class com.laserfiche.api.client.model.ProblemDetails
-
Sets a URI reference that identifies the specific occurrence of the problem.
- setJwk(JWK) - Method in class com.laserfiche.api.client.model.AccessKey
-
Sets the app's json web key.
- setOperationId(String) - Method in class com.laserfiche.api.client.model.ProblemDetails
-
Sets the operation id.
- setPassword(String) - Method in class com.laserfiche.api.client.model.CreateConnectionRequest
-
Sets the password.
- setProblemDetails(ProblemDetails) - Method in exception com.laserfiche.api.client.model.ApiException
-
Sets the API problem details.
- setRefreshToken(String) - Method in class com.laserfiche.api.client.model.GetAccessTokenResponse
-
Sets a refresh token used to get a new Laserfiche Cloud OAuth 2.0 access token.
- setRegionalDomain(String) - Method in class com.laserfiche.api.client.httphandlers.BeforeSendResult
-
Sets the Laserfiche Cloud regional domain, e.g.
- setScope(String) - Method in class com.laserfiche.api.client.model.GetAccessTokenResponse
-
Sets the scope configured on the access token.
- setStatus(Integer) - Method in class com.laserfiche.api.client.model.ProblemDetails
-
Sets the HTTP status code.
- setStatusCode(int) - Method in exception com.laserfiche.api.client.model.ApiException
-
Sets the API status code.
- setTitle(String) - Method in class com.laserfiche.api.client.model.ProblemDetails
-
Sets a short, human-readable summary of the problem type.
- setTokenType(String) - Method in class com.laserfiche.api.client.model.GetAccessTokenResponse
-
Sets the token type that provides how to utilize the access token.
- setTokenType(String) - Method in class com.laserfiche.api.client.model.SessionKeyInfo
-
Sets the token type that provides how to utilize the access token.
- setTraceId(String) - Method in class com.laserfiche.api.client.model.ProblemDetails
-
Sets the trace id.
- setType(String) - Method in class com.laserfiche.api.client.model.ProblemDetails
-
Sets the problem type.
- setUsername(String) - Method in class com.laserfiche.api.client.model.CreateConnectionRequest
-
Sets the username.
- status() - Method in interface com.laserfiche.api.client.httphandlers.Response
-
Status code.
- status() - Method in class com.laserfiche.api.client.httphandlers.ResponseImpl
-