Searched refs:getAttributeValues (Results 151 - 175 of 370) sorted by relevance

1234567891011>>

/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/
H A DSAMLv2SPAssertionProcessingViewBean.java95 Map new_spExtValues = ps.getAttributeValues(
H A DWSFedSPViewBean.java94 ps.getAttributeValues(model.getSPEXDataMap(), false, model);
H A DFSAuthDomainsEditViewBean.java135 Map values = model.getAttributeValues(realm, name);
220 ps.getAttributeValues(model.getDataMap(), false,model);
H A DIDFFIDPViewBean.java277 Map stdValues = ps.getAttributeValues(
281 Map extValues = ps.getAttributeValues(
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/idm/
H A DEntityAddViewBean.java145 Map values = prop.getAttributeValues(defaultValues.keySet());
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/idm/model/
H A DEntitiesModel.java106 Map getAttributeValues(String universalId, boolean bCreate) method in interface:EntitiesModel
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/
H A DSessionPropertyOpViewBeanBase.java138 Map values = ps.getAttributeValues(ATTRIBUTE_NAMES);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/realm/
H A DIDRepoAddViewBean.java139 Map values = prop.getAttributeValues(defaultValues.keySet());
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/
H A DSCPropertiesBase.java186 return ps.getAttributeValues(orig, true, model);
H A DServerEditGeneralViewBean.java120 model.modifyServer(serverName, parentSite, getAttributeValues());
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/user/model/
H A DUMUserPasswordResetOptionsModelImpl.java94 Set questions = getAttributeValues(
127 Set values = getAttributeValues(
141 Set set = getAttributeValues(realmName,
434 private Set getAttributeValues( method in class:UMUserPasswordResetOptionsModelImpl
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSUtils.java309 String[] attrValues = entry.getAttributeValues(SMSEntry.ATTR_KEYVAL);
310 String[] searchableAttrValues = entry.getAttributeValues(SMSEntry.ATTR_XML_KEYVAL);
422 String[] attrValues = e.getAttributeValues(SMSEntry.ATTR_KEYVAL);
423 String[] searchableAttrValues = e.getAttributeValues(SMSEntry.ATTR_XML_KEYVAL);
H A DServiceConfigImpl.java443 String priorities[] = entry.getAttributeValues(SMSEntry.ATTR_PRIORITY);
453 String[] ids = entry.getAttributeValues(SMSEntry.ATTR_SERVICE_ID);
461 String[] lUri = entry.getAttributeValues(SMSEntry.ATTR_LABELED_URI);
536 String[] ids = sentry.getAttributeValues(
H A DPluginSchemaImpl.java97 if ((smsEntry.getSMSEntry().getAttributeValues(
168 String[] schemaAttrs = smsEntry.getSMSEntry().getAttributeValues(
H A DServiceInstanceImpl.java112 String[] groups = entry.getAttributeValues(SMSEntry.ATTR_SERVICE_ID);
119 String[] uris = entry.getAttributeValues(SMSEntry.ATTR_LABELED_URI);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/sts/
H A DSTSEditViewBeanBase.java262 * @throws ModelControlException thrown by AMPropertySheet#getAttributeValues if model for property-sheet cannot be
264 * @throws AMConsoleException thrown by AMPropertySheet#getAttributeValues if passwords are mis-matched.
275 Map<String, Set<String>> updatedValues = ps.getAttributeValues(currentPersistedInstanceState, model);
297 Map<String, Set<String>> updatedValues = ps.getAttributeValues(currentPersistedInstanceState, model);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DPluginSchemaImpl.java98 if ((smsEntry.getSMSEntry().getAttributeValues(
169 String[] schemaAttrs = smsEntry.getSMSEntry().getAttributeValues(
H A DServiceInstanceImpl.java112 String[] groups = entry.getAttributeValues(SMSEntry.ATTR_SERVICE_ID);
119 String[] uris = entry.getAttributeValues(SMSEntry.ATTR_LABELED_URI);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/
H A DFSAuthDomainsEditViewBean.java135 Map values = model.getAttributeValues(realm, name);
220 ps.getAttributeValues(model.getDataMap(), false,model);
H A DIDFFIDPViewBean.java277 Map stdValues = ps.getAttributeValues(
281 Map extValues = ps.getAttributeValues(
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DUpgradeLDAPAuthModulesStep.java88 moduleInstance.getAttributeValues(asSet(SSL_ENABLED_PROPERTY));
149 final Map<String, Set<String>> moduleSettings = authModuleInstance.getAttributeValues();
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/sts/
H A DSTSEditViewBeanBase.java263 * @throws ModelControlException thrown by AMPropertySheet#getAttributeValues if model for property-sheet cannot be
265 * @throws AMConsoleException thrown by AMPropertySheet#getAttributeValues if passwords are mis-matched.
276 Map<String, Set<String>> updatedValues = ps.getAttributeValues(currentPersistedInstanceState, model);
298 Map<String, Set<String>> updatedValues = ps.getAttributeValues(currentPersistedInstanceState, model);
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DUpgradeLDAPAuthModulesStep.java88 moduleInstance.getAttributeValues(asSet(SSL_ENABLED_PROPERTY));
149 final Map<String, Set<String>> moduleSettings = authModuleInstance.getAttributeValues();
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/
H A DAMPropertySheet.java421 public Map getAttributeValues(Map orig, AMModel model) method in class:AMPropertySheet
424 return getAttributeValues(orig, true, true, model);
440 public Map getAttributeValues(Map orig, boolean modified, AMModel model) method in class:AMPropertySheet
442 return getAttributeValues(orig, modified, true, model);
459 public Map getAttributeValues( method in class:AMPropertySheet
594 public Map getAttributeValues(Collection attrNames) method in class:AMPropertySheet
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/
H A DAMPropertySheet.java421 public Map getAttributeValues(Map orig, AMModel model) method in class:AMPropertySheet
424 return getAttributeValues(orig, true, true, model);
440 public Map getAttributeValues(Map orig, boolean modified, AMModel model) method in class:AMPropertySheet
442 return getAttributeValues(orig, modified, true, model);
459 public Map getAttributeValues( method in class:AMPropertySheet
594 public Map getAttributeValues(Collection attrNames) method in class:AMPropertySheet

Completed in 143 milliseconds

1234567891011>>