public final class ClientParams extends Object
Constructor and Description |
---|
ClientParams() |
Modifier and Type | Method and Description |
---|---|
String |
getClientId() |
String |
getKeyAlias() |
KeyStore |
getKeyStore() |
String |
getKeyStorePassword() |
String |
getTokenEndpoint() |
KeyStore |
getTrustStore() |
void |
setClientId(String clientId) |
void |
setKeyAlias(String keyAlias) |
void |
setKeyStore(KeyStore keyStore) |
void |
setKeyStorePassword(String keyStorePassword) |
void |
setTokenEndpoint(String tokenEndpoint) |
void |
setTrustStore(KeyStore trustStore) |
public String getTokenEndpoint()
public void setTokenEndpoint(String tokenEndpoint)
public KeyStore getKeyStore()
public void setKeyStore(KeyStore keyStore)
public String getKeyStorePassword()
public void setKeyStorePassword(String keyStorePassword)
public String getKeyAlias()
public void setKeyAlias(String keyAlias)
public KeyStore getTrustStore()
public void setTrustStore(KeyStore trustStore)
public String getClientId()
public void setClientId(String clientId)
Copyright © 2023 Avaya. All rights reserved.