Searched refs:NAME_ID_MAPPPING (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DSAMLv2Model.java91 public static final String NAME_ID_MAPPPING = "NameIDMappingService"; field in interface:SAMLv2Model
H A DSAMLv2ModelImpl.java596 map.put(NAME_ID_MAPPPING, Collections.EMPTY_SET);
602 map.put(NAME_ID_MAPPPING,
1153 if (idpStdValues.keySet().contains(NAME_ID_MAPPPING)) {
1155 idpStdValues, NAME_ID_MAPPPING);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DSAMLv2Model.java91 public static final String NAME_ID_MAPPPING = "NameIDMappingService"; field in interface:SAMLv2Model
H A DSAMLv2ModelImpl.java596 map.put(NAME_ID_MAPPPING, Collections.EMPTY_SET);
602 map.put(NAME_ID_MAPPPING,
1153 if (idpStdValues.keySet().contains(NAME_ID_MAPPPING)) {
1155 idpStdValues, NAME_ID_MAPPPING);

Completed in 56 milliseconds