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()StringgetProjectId()StringgetTechnicalAccountId()StringgetWorkspaceId()inthashCode()StringtoString()voidvalidateJwtCredentialConfig()voidvalidateWorkspaceContext()
-
-
-
Method Detail
-
validateJwtCredentialConfig
public void validateJwtCredentialConfig()
-
validateWorkspaceContext
public void validateWorkspaceContext()
-
getImsUrl
public String getImsUrl()
-
getImsOrgId
public String getImsOrgId()
-
getConsumerOrgId
public String getConsumerOrgId()
-
getProjectId
public String getProjectId()
-
getWorkspaceId
public String getWorkspaceId()
-
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()
-
-