Searched defs:newAttrs (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DConfigureSocialAuthN.java361 * newAttrs.
364 * @param newAttrs Coinciding attributes from here overwrite ones in existing attributes.
368 Map<String, Set<String>> newAttrs) {
370 for (Map.Entry<String, Set<String>> attr : newAttrs.entrySet()) {
367 mergeAttributes(Map<String, Set<String>> existingAttrs, Map<String, Set<String>> newAttrs) argument
/forgerock/openam-v13/openam-upgrade/src/main/java/com/sun/identity/sm/
H A DServiceSchemaModifications.java192 ServiceSchemaModificationWrapper newAttrs = new ServiceSchemaModificationWrapper(serviceName,
195 schemaModifications.add(new SchemaUpgradeWrapper(newAttrs));
407 private Set<AttributeSchemaImpl> getAttributesAdded(Set<AttributeSchemaImpl> newAttrs, argument
411 for (AttributeSchemaImpl newAttr : newAttrs) {
432 private Set<AttributeSchemaImpl> getAttributesModified(Set<AttributeSchemaImpl> newAttrs, Set<AttributeSchemaImpl> existingAttrs) argument
436 for (AttributeSchemaImpl newAttr : newAttrs) {
465 private Set<AttributeSchemaImpl> getAttributesDeleted(Set<AttributeSchemaImpl> newAttrs, Set<AttributeSchemaImpl> existingAttrs) { argument
470 for (AttributeSchemaImpl newAttr : newAttrs) {
568 * @param newAttrs The new attributes being added by this service.
572 private Set<AttributeSchemaImpl> getAttributesModified(Set<AttributeSchemaImpl> newAttrs) throw argument
[all...]
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DConfigureSocialAuthN.java361 * newAttrs.
364 * @param newAttrs Coinciding attributes from here overwrite ones in existing attributes.
368 Map<String, Set<String>> newAttrs) {
370 for (Map.Entry<String, Set<String>> attr : newAttrs.entrySet()) {
367 mergeAttributes(Map<String, Set<String>> existingAttrs, Map<String, Set<String>> newAttrs) argument
/forgerock/openam/openam-upgrade/src/main/java/com/sun/identity/sm/
H A DServiceSchemaModifications.java192 ServiceSchemaModificationWrapper newAttrs = new ServiceSchemaModificationWrapper(serviceName,
195 schemaModifications.add(new SchemaUpgradeWrapper(newAttrs));
407 private Set<AttributeSchemaImpl> getAttributesAdded(Set<AttributeSchemaImpl> newAttrs, argument
411 for (AttributeSchemaImpl newAttr : newAttrs) {
432 private Set<AttributeSchemaImpl> getAttributesModified(Set<AttributeSchemaImpl> newAttrs, Set<AttributeSchemaImpl> existingAttrs) argument
436 for (AttributeSchemaImpl newAttr : newAttrs) {
465 private Set<AttributeSchemaImpl> getAttributesDeleted(Set<AttributeSchemaImpl> newAttrs, Set<AttributeSchemaImpl> existingAttrs) { argument
470 for (AttributeSchemaImpl newAttr : newAttrs) {
568 * @param newAttrs The new attributes being added by this service.
572 private Set<AttributeSchemaImpl> getAttributesModified(Set<AttributeSchemaImpl> newAttrs) throw argument
[all...]

Completed in 43 milliseconds