Searched refs:ServiceSchemaImpl (Results 1 - 24 of 24) sorted by relevance

/forgerock/openam-v13/openam-upgrade/src/main/java/com/sun/identity/sm/
H A DServiceSchemaModifications.java122 final Map<String, ServiceSchemaImpl> newSchemaMap = fetchNewServiceAttributes(serviceSchemaDoc);
134 Map<String, ServiceSchemaImpl> newSchemaMap = fetchNewServiceAttributes(serviceSchemaDoc);
135 Map<String, ServiceSchemaImpl> existingSchemaMap = null;
172 private static Map<String, ServiceSchemaImpl> getAttributes(Document document) {
173 Map<String, ServiceSchemaImpl> schemas = new HashMap<String, ServiceSchemaImpl>();
178 schemas.put(schemaType, new ServiceSchemaImpl(childNode));
185 private boolean calculateSchemaChanges(Map<String, ServiceSchemaImpl> newSchemaMap,
186 Map<String, ServiceSchemaImpl> existingSchemaMap) throws UpgradeException {
188 for (Map.Entry<String, ServiceSchemaImpl> entr
[all...]
/forgerock/openam/openam-upgrade/src/main/java/com/sun/identity/sm/
H A DServiceSchemaModifications.java122 final Map<String, ServiceSchemaImpl> newSchemaMap = fetchNewServiceAttributes(serviceSchemaDoc);
134 Map<String, ServiceSchemaImpl> newSchemaMap = fetchNewServiceAttributes(serviceSchemaDoc);
135 Map<String, ServiceSchemaImpl> existingSchemaMap = null;
172 private static Map<String, ServiceSchemaImpl> getAttributes(Document document) {
173 Map<String, ServiceSchemaImpl> schemas = new HashMap<String, ServiceSchemaImpl>();
178 schemas.put(schemaType, new ServiceSchemaImpl(childNode));
185 private boolean calculateSchemaChanges(Map<String, ServiceSchemaImpl> newSchemaMap,
186 Map<String, ServiceSchemaImpl> existingSchemaMap) throws UpgradeException {
188 for (Map.Entry<String, ServiceSchemaImpl> entr
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchemaImpl.java25 * $Id: ServiceSchemaImpl.java,v 1.7 2008/06/25 05:44:05 qcheng Exp $
55 class ServiceSchemaImpl { class
93 Map<String, ServiceSchemaImpl> subSchemas;
95 ServiceSchemaImpl orgAttrSchema;
108 ServiceSchemaImpl() { method in class:ServiceSchemaImpl
113 protected ServiceSchemaImpl(Node node) { method in class:ServiceSchemaImpl
118 protected ServiceSchemaImpl(ServiceSchemaManagerImpl ss, Node node) { method in class:ServiceSchemaImpl
273 ServiceSchemaImpl getSubSchema(String subSchemaName) throws SMSException {
274 return ((ServiceSchemaImpl) subSchemas.get(subSchemaName));
281 ServiceSchemaImpl getOrgAttrSchem
[all...]
H A DServiceSchemaManagerImpl.java272 ServiceSchemaImpl getSchema(SchemaType type) {
273 ServiceSchemaImpl answer = (ServiceSchemaImpl) subSchemas.get(type);
319 ServiceSchemaImpl ss;
550 ServiceSchemaImpl ss = (ServiceSchemaImpl) subSchemas.get(type);
554 subSchemas.put(type, new ServiceSchemaImpl(this, childNode));
564 ServiceSchemaImpl ss = (ServiceSchemaImpl) subSchemas.get(type);
568 subSchemas.put(type, new ServiceSchemaImpl(thi
[all...]
H A DServiceConfigImpl.java67 private ServiceSchemaImpl ss;
99 ServiceSchemaImpl ss, CachedSMSEntry entry, String orgName,
318 * Returns the ServiceSchemaImpl assicated with this object
320 ServiceSchemaImpl getServiceSchemaImpl() {
335 // check if ServiceSchemaImpl is stale
478 ServiceConfigManagerImpl scm, ServiceSchemaImpl ss, String dn,
487 ServiceConfigManagerImpl scm, ServiceSchemaImpl ss, String dn,
489 boolean globalConfig, ServiceSchemaImpl parentSS)
587 ServiceConfigManagerImpl scm, ServiceSchemaImpl ss, String dn,
589 boolean globalConfig, ServiceSchemaImpl parentS
[all...]
H A DServiceSchema.java63 ServiceSchemaImpl ss;
80 protected ServiceSchema(ServiceSchemaImpl ssi, String compName,
85 protected ServiceSchema(ServiceSchemaImpl ssi, String compName,
679 ServiceSchemaImpl ssi = ss.getSubSchema(subSchemaName);
H A DServiceSchemaManager.java462 ServiceSchemaImpl ss = ssm.getSchema(type);
484 ServiceSchemaImpl ss = ssm.getSchema(SchemaType.ORGANIZATION);
486 ServiceSchemaImpl ssi = ss.getOrgAttrSchema();
H A DCreateServiceConfig.java154 ServiceSchemaImpl ss = ssm.getSchema(SchemaType.GLOBAL);
172 ServiceSchemaImpl ss = ssm.getSchema(SchemaType.ORGANIZATION);
253 ServiceSchemaImpl ss,
308 ServiceSchemaImpl ss, String id, String priority, Map attrs,
H A DServiceConfig.java58 private ServiceSchemaImpl ss;
336 ServiceSchemaImpl nss = ss.getSubSchema(subSchemaIdentifier);
H A DServiceConfigManager.java298 ServiceSchemaImpl ss = ssm.getSchema(SchemaType.GLOBAL);
336 ServiceSchemaImpl ss = ssm.getSchema(SchemaType.ORGANIZATION);
H A DServiceConfigManagerImpl.java197 ServiceSchemaImpl ss = ssm.getSchema(SchemaType.GLOBAL);
249 ServiceSchemaImpl ss = ssm.getSchema(SchemaType.ORGANIZATION);
H A DPluginSchemaImpl.java50 class PluginSchemaImpl extends ServiceSchemaImpl implements CachedSMSEntry.SMSEntryUpdateListener {
H A DServiceManager.java319 ServiceSchemaImpl ss = ssm
1183 ServiceSchemaImpl ssi = new ServiceSchemaImpl(null, childNode);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchemaImpl.java25 * $Id: ServiceSchemaImpl.java,v 1.7 2008/06/25 05:44:05 qcheng Exp $
53 class ServiceSchemaImpl { class
91 ServiceSchemaImpl orgAttrSchema;
104 ServiceSchemaImpl() { method in class:ServiceSchemaImpl
109 protected ServiceSchemaImpl(Node node) { method in class:ServiceSchemaImpl
114 protected ServiceSchemaImpl(ServiceSchemaManagerImpl ss, Node node) { method in class:ServiceSchemaImpl
262 ServiceSchemaImpl getSubSchema(String subSchemaName) throws SMSException {
263 return ((ServiceSchemaImpl) subSchemas.get(subSchemaName));
270 ServiceSchemaImpl getOrgAttrSchema() {
369 debug.warning("ServiceSchemaImpl
[all...]
H A DServiceSchemaManagerImpl.java270 ServiceSchemaImpl getSchema(SchemaType type) {
271 ServiceSchemaImpl answer = (ServiceSchemaImpl) subSchemas.get(type);
317 ServiceSchemaImpl ss;
548 ServiceSchemaImpl ss = (ServiceSchemaImpl) subSchemas.get(type);
552 subSchemas.put(type, new ServiceSchemaImpl(this, childNode));
562 ServiceSchemaImpl ss = (ServiceSchemaImpl) subSchemas.get(type);
566 subSchemas.put(type, new ServiceSchemaImpl(thi
[all...]
H A DServiceConfigImpl.java67 private ServiceSchemaImpl ss;
99 ServiceSchemaImpl ss, CachedSMSEntry entry, String orgName,
318 * Returns the ServiceSchemaImpl assicated with this object
320 ServiceSchemaImpl getServiceSchemaImpl() {
335 // check if ServiceSchemaImpl is stale
481 ServiceConfigManagerImpl scm, ServiceSchemaImpl ss, String dn,
490 ServiceConfigManagerImpl scm, ServiceSchemaImpl ss, String dn,
492 boolean globalConfig, ServiceSchemaImpl parentSS)
590 ServiceConfigManagerImpl scm, ServiceSchemaImpl ss, String dn,
592 boolean globalConfig, ServiceSchemaImpl parentS
[all...]
H A DServiceSchema.java61 ServiceSchemaImpl ss;
78 protected ServiceSchema(ServiceSchemaImpl ssi, String compName,
83 protected ServiceSchema(ServiceSchemaImpl ssi, String compName,
662 ServiceSchemaImpl ssi = ss.getSubSchema(subSchemaName);
H A DServiceSchemaManager.java464 ServiceSchemaImpl ss = ssm.getSchema(type);
486 ServiceSchemaImpl ss = ssm.getSchema(SchemaType.ORGANIZATION);
488 ServiceSchemaImpl ssi = ss.getOrgAttrSchema();
H A DCreateServiceConfig.java154 ServiceSchemaImpl ss = ssm.getSchema(SchemaType.GLOBAL);
172 ServiceSchemaImpl ss = ssm.getSchema(SchemaType.ORGANIZATION);
253 ServiceSchemaImpl ss,
308 ServiceSchemaImpl ss, String id, String priority, Map attrs,
H A DServiceConfig.java58 private ServiceSchemaImpl ss;
336 ServiceSchemaImpl nss = ss.getSubSchema(subSchemaIdentifier);
H A DServiceConfigManager.java298 ServiceSchemaImpl ss = ssm.getSchema(SchemaType.GLOBAL);
336 ServiceSchemaImpl ss = ssm.getSchema(SchemaType.ORGANIZATION);
H A DServiceConfigManagerImpl.java197 ServiceSchemaImpl ss = ssm.getSchema(SchemaType.GLOBAL);
249 ServiceSchemaImpl ss = ssm.getSchema(SchemaType.ORGANIZATION);
H A DPluginSchemaImpl.java51 class PluginSchemaImpl extends ServiceSchemaImpl {
H A DServiceManager.java319 ServiceSchemaImpl ss = ssm
1183 ServiceSchemaImpl ssi = new ServiceSchemaImpl(null, childNode);

Completed in 276 milliseconds