Package com.adobe
Class Workspace
- java.lang.Object
-
- com.adobe.Workspace
-
public class Workspace extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWorkspace.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Workspace.Builderbuilder()booleanequals(Object o)StringgetApiKey()StringgetClientSecret()StringgetConsumerOrgId()StringgetCredentialId()StringgetImsOrgId()StringgetImsUrl()Set<String>getMetascopes()PrivateKeygetPrivateKey()StringgetTechnicalAccountId()inthashCode()StringtoString()voidvalidateJwtCredentialConfig()
-
-
-
Method Detail
-
validateJwtCredentialConfig
public void validateJwtCredentialConfig()
-
getImsUrl
public String getImsUrl()
-
getImsOrgId
public String getImsOrgId()
-
getConsumerOrgId
public String getConsumerOrgId()
-
getApiKey
public String getApiKey()
-
getCredentialId
public String getCredentialId()
-
getClientSecret
public String getClientSecret()
-
getTechnicalAccountId
public String getTechnicalAccountId()
-
getPrivateKey
public PrivateKey getPrivateKey()
-
builder
public static Workspace.Builder builder()
-
-