public class AccessKey extends Object
Constructor and Description |
---|
AccessKey() |
Modifier and Type | Method and Description |
---|---|
static AccessKey |
createFromBase64EncodedAccessKey(String base64EncodedAccessKey)
Creates an AccessKey given a base-64 encoded access key.
|
String |
getClientId()
Returns the app's client id.
|
String |
getCustomerId()
Returns the Laserfiche customer id the app is registered in.
|
String |
getDomain()
Returns the Laserfiche domain the app belongs to, e.g.
|
com.nimbusds.jose.jwk.JWK |
getJwk()
Returns the app's json web key.
|
void |
setClientId(String clientId)
Sets the app's client id.
|
void |
setCustomerId(String customerId)
Sets the Laserfiche customer id the app is registered in.
|
void |
setDomain(String domain)
Sets the Laserfiche domain the app belongs to, e.g.
|
void |
setJwk(com.nimbusds.jose.jwk.JWK jwk)
Sets the app's json web key.
|
public String getCustomerId()
public void setCustomerId(String customerId)
public String getDomain()
public void setDomain(String domain)
public String getClientId()
public void setClientId(String clientId)
public com.nimbusds.jose.jwk.JWK getJwk()
public void setJwk(com.nimbusds.jose.jwk.JWK jwk)
public static AccessKey createFromBase64EncodedAccessKey(String base64EncodedAccessKey)
base64EncodedAccessKey
- The base-64 encoded access key exported from the Laserfiche Developer Console.AccessKey
Copyright © 2024. All rights reserved.