Class ConjurProperties
- java.lang.Object
-
- com.cyberark.conjur.springboot.domain.ConjurProperties
-
public class ConjurProperties extends Object
The type Conjur properties.
-
-
Constructor Summary
Constructors Constructor Description ConjurProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccount()Gets account.StringgetApplianceUrl()Gets appliance url.StringgetAuthenticatorId()Gets authenticator id.StringgetAuthnApiKey()Gets auth api key.StringgetAuthnLogin()Gets authn login.StringgetAuthTokenFile()Gets auth token file.StringgetCertFile()Gets cert file.StringgetJwtTokenPath()Gets jwt token path.StringgetSslCertificate()Gets ssl certificate.voidsetAccount(String account)Sets account.voidsetApplianceUrl(String applianceUrl)Sets appliance url.voidsetAuthenticatorId(String authenticatorId)Sets authenticator id.voidsetAuthnApiKey(String authnApiKey)Sets auth api key.voidsetAuthnLogin(String authnLogin)Sets authn login.voidsetAuthTokenFile(String authToken)Sets auth token file.voidsetCertFile(String certFile)Sets cert file.voidsetJwtTokenPath(String jwtTokenPath)Sets jwt token path.voidsetSslCertificate(String sslCertificate)Sets ssl certificate.StringtoString()
-
-
-
Method Detail
-
getAccount
public String getAccount()
Gets account.- Returns:
- the account
-
setAccount
public void setAccount(String account)
Sets account.- Parameters:
account- the account
-
getApplianceUrl
public String getApplianceUrl()
Gets appliance url.- Returns:
- the appliance url
-
setApplianceUrl
public void setApplianceUrl(String applianceUrl)
Sets appliance url.- Parameters:
applianceUrl- the appliance url
-
getAuthTokenFile
public String getAuthTokenFile()
Gets auth token file.- Returns:
- the auth token file
-
setAuthTokenFile
public void setAuthTokenFile(String authToken)
Sets auth token file.- Parameters:
authToken- the auth token
-
getAuthnLogin
public String getAuthnLogin()
Gets authn login.- Returns:
- the authn login
-
setAuthnLogin
public void setAuthnLogin(String authnLogin)
Sets authn login.- Parameters:
authnLogin- the authn login
-
getCertFile
public String getCertFile()
Gets cert file.- Returns:
- the cert file
-
setCertFile
public void setCertFile(String certFile)
Sets cert file.- Parameters:
certFile- the cert file
-
getSslCertificate
public String getSslCertificate()
Gets ssl certificate.- Returns:
- the ssl certificate
-
setSslCertificate
public void setSslCertificate(String sslCertificate)
Sets ssl certificate.- Parameters:
sslCertificate- the ssl certificate
-
getAuthnApiKey
public String getAuthnApiKey()
Gets auth api key.- Returns:
- the auth api key
-
setAuthnApiKey
public void setAuthnApiKey(String authnApiKey)
Sets auth api key.- Parameters:
authnApiKey- the auth api key
-
getJwtTokenPath
public String getJwtTokenPath()
Gets jwt token path.- Returns:
- the jwt token path
-
setJwtTokenPath
public void setJwtTokenPath(String jwtTokenPath)
Sets jwt token path.- Parameters:
jwtTokenPath- the jwt token path
-
getAuthenticatorId
public String getAuthenticatorId()
Gets authenticator id.- Returns:
- the authenticator id
-
setAuthenticatorId
public void setAuthenticatorId(String authenticatorId)
Sets authenticator id.- Parameters:
authenticatorId- the authenticator id
-
-