public class ServiceSchemaModifications extends Object
Modifier and Type | Field and Description |
---|---|
protected SSOToken |
adminToken |
protected String |
serviceName |
protected Document |
serviceSchemaDoc |
Constructor and Description |
---|
ServiceSchemaModifications(String serviceName,
Document schemaDoc,
SSOToken adminToken,
boolean newService) |
Modifier and Type | Method and Description |
---|---|
NewServiceWrapper |
getNewServiceWrapper()
Get the wrapper that wraps the new service and any modifications it might have.
|
Set<SchemaUpgradeWrapper> |
getSchemaModifications() |
Map<String,ServiceSchemaUpgradeWrapper> |
getServiceModifications() |
Map<String,SubSchemaUpgradeWrapper> |
getSubSchemaChanges() |
boolean |
hasSchemaChanges() |
boolean |
hasSubSchemaChanges() |
boolean |
isServiceModified() |
protected String serviceName
protected Document serviceSchemaDoc
protected SSOToken adminToken
public ServiceSchemaModifications(String serviceName, Document schemaDoc, SSOToken adminToken, boolean newService) throws UpgradeException
UpgradeException
public boolean isServiceModified()
public boolean hasSchemaChanges()
public boolean hasSubSchemaChanges()
public Set<SchemaUpgradeWrapper> getSchemaModifications()
public Map<String,ServiceSchemaUpgradeWrapper> getServiceModifications()
public Map<String,SubSchemaUpgradeWrapper> getSubSchemaChanges()
public NewServiceWrapper getNewServiceWrapper()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.