Searched refs:existingAttrs (Results 1 - 14 of 14) sorted by relevance

/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeHelper.java42 * @param existingAttrs The old attributes
47 public AttributeSchemaImpl addNewAttribute(Set<AttributeSchemaImpl> existingAttrs, AttributeSchemaImpl newAttr) argument
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeHelper.java42 * @param existingAttrs The old attributes
47 public AttributeSchemaImpl addNewAttribute(Set<AttributeSchemaImpl> existingAttrs, AttributeSchemaImpl newAttr) argument
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DResourceManager.java192 Map existingAttrs = null;
193 existingAttrs = leafConfig.getAttributes();
195 if ((existingAttrs == null) ||
196 (!existingAttrs.containsKey(RESOURCE_PREFIXES))) {
202 Set existingRes = (Set) existingAttrs.get(RESOURCE_PREFIXES);
571 Map existingAttrs = null;
572 existingAttrs = leafConfig.getAttributes();
574 if ((existingAttrs == null) ||
575 (!existingAttrs.containsKey(RESOURCES_XML))) {
589 Set existingRes = (Set) existingAttrs
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DResourceManager.java192 Map existingAttrs = null;
193 existingAttrs = leafConfig.getAttributes();
195 if ((existingAttrs == null) ||
196 (!existingAttrs.containsKey(RESOURCE_PREFIXES))) {
202 Set existingRes = (Set) existingAttrs.get(RESOURCE_PREFIXES);
571 Map existingAttrs = null;
572 existingAttrs = leafConfig.getAttributes();
574 if ((existingAttrs == null) ||
575 (!existingAttrs.containsKey(RESOURCES_XML))) {
589 Set existingRes = (Set) existingAttrs
[all...]
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/helpers/
H A DSessionServiceHelper.java85 public AttributeSchemaImpl addNewAttribute(Set<AttributeSchemaImpl> existingAttrs, AttributeSchemaImpl newAttr) argument
88 for (AttributeSchemaImpl attr : existingAttrs) {
H A DAuthServiceHelper.java102 public AttributeSchemaImpl addNewAttribute(Set<AttributeSchemaImpl> existingAttrs, AttributeSchemaImpl newAttr) argument
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/helpers/
H A DSessionServiceHelper.java80 public AttributeSchemaImpl addNewAttribute(Set<AttributeSchemaImpl> existingAttrs, AttributeSchemaImpl newAttr) argument
83 for (AttributeSchemaImpl attr : existingAttrs) {
H A DAuthServiceHelper.java125 public AttributeSchemaImpl addNewAttribute(Set<AttributeSchemaImpl> existingAttrs, AttributeSchemaImpl newAttr) argument
/forgerock/openam-v13/openam-upgrade/src/main/java/com/sun/identity/sm/
H A DServiceSchemaModifications.java408 Set<AttributeSchemaImpl> existingAttrs) throws UpgradeException {
413 for (AttributeSchemaImpl existingAttr : existingAttrs) {
422 newAttr = serviceHelper.addNewAttribute(existingAttrs, newAttr);
432 private Set<AttributeSchemaImpl> getAttributesModified(Set<AttributeSchemaImpl> newAttrs, Set<AttributeSchemaImpl> existingAttrs) argument
443 for (AttributeSchemaImpl existingAttr : existingAttrs) {
465 private Set<AttributeSchemaImpl> getAttributesDeleted(Set<AttributeSchemaImpl> newAttrs, Set<AttributeSchemaImpl> existingAttrs) { argument
468 for (AttributeSchemaImpl existingAttr : existingAttrs) {
407 getAttributesAdded(Set<AttributeSchemaImpl> newAttrs, Set<AttributeSchemaImpl> existingAttrs) argument
H A DAbstractUpgradeHelper.java90 public AttributeSchemaImpl addNewAttribute(Set<AttributeSchemaImpl> existingAttrs, AttributeSchemaImpl newAttr) argument
/forgerock/openam/openam-upgrade/src/main/java/com/sun/identity/sm/
H A DServiceSchemaModifications.java408 Set<AttributeSchemaImpl> existingAttrs) throws UpgradeException {
413 for (AttributeSchemaImpl existingAttr : existingAttrs) {
422 newAttr = serviceHelper.addNewAttribute(existingAttrs, newAttr);
432 private Set<AttributeSchemaImpl> getAttributesModified(Set<AttributeSchemaImpl> newAttrs, Set<AttributeSchemaImpl> existingAttrs) argument
443 for (AttributeSchemaImpl existingAttr : existingAttrs) {
465 private Set<AttributeSchemaImpl> getAttributesDeleted(Set<AttributeSchemaImpl> newAttrs, Set<AttributeSchemaImpl> existingAttrs) { argument
468 for (AttributeSchemaImpl existingAttr : existingAttrs) {
407 getAttributesAdded(Set<AttributeSchemaImpl> newAttrs, Set<AttributeSchemaImpl> existingAttrs) argument
H A DAbstractUpgradeHelper.java231 public AttributeSchemaImpl addNewAttribute(Set<AttributeSchemaImpl> existingAttrs, AttributeSchemaImpl newAttr) argument
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DConfigureSocialAuthN.java363 * @param existingAttrs The "base" attributes.
367 Map<String, Set<String>> mergeAttributes(Map<String, Set<String>> existingAttrs, argument
369 Map<String, Set<String>> mergedAttrs = new CaseInsensitiveHashMap(existingAttrs);
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DConfigureSocialAuthN.java363 * @param existingAttrs The "base" attributes.
367 Map<String, Set<String>> mergeAttributes(Map<String, Set<String>> existingAttrs, argument
369 Map<String, Set<String>> mergedAttrs = new CaseInsensitiveHashMap(existingAttrs);

Completed in 33 milliseconds