public class Config extends Object
Constructor and Description |
---|
Config() |
Modifier and Type | Method and Description |
---|---|
void |
addScope(String scope) |
static Config |
fromOM(org.apache.axiom.om.OMElement omElement) |
int |
getMetadataVersion() |
List<String> |
getScopes() |
String |
getUniqueId() |
void |
setMetadataVersion(int metadataVersion) |
void |
setScopes(List<String> scopes) |
void |
setUniqueId(String uniqueId) |
public static Config fromOM(org.apache.axiom.om.OMElement omElement)
public void addScope(String scope)
public String getUniqueId()
public void setUniqueId(String uniqueId)
public int getMetadataVersion()
public void setMetadataVersion(int metadataVersion)
Copyright © 2023 WSO2. All rights reserved.