Package com.sap.cloud.security.xsuaa
Class XsuaaCredentials
java.lang.Object
com.sap.cloud.security.xsuaa.XsuaaCredentials
Represents the XSUAA credentials of VCAP_SERVICES.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()getUrl()voidsetCertificate(String certificate) voidsetCertUrl(String certUrl) voidsetClientId(String clientId) voidsetClientSecret(String clientSecret) voidsetCredentialType(CredentialType credentialType) voidvoidsetUaaDomain(String uaaDomain) voidvoidsetVerificationKey(String verificationKey) voidsetXsAppName(String xsAppName)
-
Constructor Details
-
XsuaaCredentials
public XsuaaCredentials()
-
-
Method Details
-
getClientId
-
setClientId
-
getClientSecret
-
setClientSecret
-
getUrl
-
setUrl
-
getCertUrl
-
setCertUrl
-
getUaaDomain
-
setUaaDomain
-
getXsAppName
-
setXsAppName
-
getVerificationKey
-
setVerificationKey
-
getCertificate
-
setCertificate
-
getCredentialType
-
setCredentialType
-
getKey
-
setKey
-