Searched refs:put (Results 1 - 25 of 5219) sorted by relevance

1234567891011>>

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/loggers/
H A DLoggingCategoryNames.java50 NAMES.put("org.opends.server.core", "CORE");
51 NAMES.put("org.forgerock.opendj.ldap", "CORE");
55 NAMES.put("org.opends.server.extensions", "EXTENSIONS");
59 NAMES.put("org.opends.server.protocol", "PROTOCOL");
60 NAMES.put("org.forgerock.opendj.io", "PROTOCOL");
63 NAMES.put("org.opends.server.config", "CONFIG");
66 NAMES.put("org.opends.server.loggers", "LOG");
69 NAMES.put("org.opends.server.util", "UTIL");
72 NAMES.put("org.opends.server.schema", "SCHEMA");
73 NAMES.put("or
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/util/
H A DCharsetMapping.java42 java2Http.put("5601", "euc-kr");
43 java2Http.put("646", "iso-8859-1");
45 java2Http.put("big5", "big5");
47 java2Http.put("cns11643", "euc-tw");
48 java2Http.put("cp1252", "windows-1252");
50 java2Http.put("eucjp", "euc-jp");
51 java2Http.put("gbk", "gbk");
52 java2Http.put("johab", "Johab");
54 java2Http.put("iso646-us", "iso-8859-1");
55 java2Http.put("iso8859_
[all...]
H A DgetEncoding.java42 java2Http.put("5601", "euc-kr");
43 java2Http.put("646", "iso-8859-1");
45 java2Http.put("big5", "big5");
47 java2Http.put("cns11643", "euc-tw");
48 java2Http.put("cp1252", "windows-1252");
50 java2Http.put("eucjp", "euc-jp");
51 java2Http.put("gbk", "gbk");
52 java2Http.put("johab", "Johab");
54 java2Http.put("iso646-us", "iso-8859-1");
55 java2Http.put("iso8859_
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/util/
H A DCharsetMapping.java42 java2Http.put("5601", "euc-kr");
43 java2Http.put("646", "iso-8859-1");
45 java2Http.put("big5", "big5");
47 java2Http.put("cns11643", "euc-tw");
48 java2Http.put("cp1252", "windows-1252");
50 java2Http.put("eucjp", "euc-jp");
51 java2Http.put("gbk", "gbk");
52 java2Http.put("johab", "Johab");
54 java2Http.put("iso646-us", "iso-8859-1");
55 java2Http.put("iso8859_
[all...]
H A DgetEncoding.java42 java2Http.put("5601", "euc-kr");
43 java2Http.put("646", "iso-8859-1");
45 java2Http.put("big5", "big5");
47 java2Http.put("cns11643", "euc-tw");
48 java2Http.put("cp1252", "windows-1252");
50 java2Http.put("eucjp", "euc-jp");
51 java2Http.put("gbk", "gbk");
52 java2Http.put("johab", "Johab");
54 java2Http.put("iso646-us", "iso-8859-1");
55 java2Http.put("iso8859_
[all...]
/forgerock/opendj-v3/opendj-dsml-servlet/src/main/java/org/opends/dsml/protocol/
H A DResultCodeFactory.java39 codeToDescr.put(0, LDAPResultCode.SUCCESS);
40 codeToDescr.put(1, LDAPResultCode.OPERATIONS_ERROR);
41 codeToDescr.put(2, LDAPResultCode.PROTOCOL_ERROR);
42 codeToDescr.put(3, LDAPResultCode.TIME_LIMIT_EXCEEDED);
43 codeToDescr.put(4, LDAPResultCode.SIZE_LIMIT_EXCEEDED);
44 codeToDescr.put(5, LDAPResultCode.COMPARE_FALSE);
45 codeToDescr.put(6, LDAPResultCode.COMPARE_TRUE);
46 codeToDescr.put(7, LDAPResultCode.AUTH_METHOD_NOT_SUPPORTED);
48 codeToDescr.put(8, LDAPResultCode.STRONG_AUTH_REQUIRED);
49 codeToDescr.put(1
[all...]
/forgerock/opendj2/src/dsml/org/opends/dsml/protocol/
H A DResultCodeFactory.java42 codeToDescr.put(new Integer(0), LDAPResultCode.SUCCESS);
43 codeToDescr.put(new Integer(1), LDAPResultCode.OPERATIONS_ERROR);
44 codeToDescr.put(new Integer(2), LDAPResultCode.PROTOCOL_ERROR);
45 codeToDescr.put(new Integer(3), LDAPResultCode.TIME_LIMIT_EXCEEDED);
46 codeToDescr.put(new Integer(4), LDAPResultCode.SIZE_LIMIT_EXCEEDED);
47 codeToDescr.put(new Integer(5), LDAPResultCode.COMPARE_FALSE);
48 codeToDescr.put(new Integer(6), LDAPResultCode.COMPARE_TRUE);
49 codeToDescr.put(new Integer(7), LDAPResultCode.AUTH_METHOD_NOT_SUPPORTED);
51 codeToDescr.put(new Integer(8), LDAPResultCode.STRONG_AUTH_REQUIRED);
52 codeToDescr.put(ne
[all...]
/forgerock/opendj-b2.6/src/dsml/org/opends/dsml/protocol/
H A DResultCodeFactory.java43 codeToDescr.put(new Integer(0), LDAPResultCode.SUCCESS);
44 codeToDescr.put(new Integer(1), LDAPResultCode.OPERATIONS_ERROR);
45 codeToDescr.put(new Integer(2), LDAPResultCode.PROTOCOL_ERROR);
46 codeToDescr.put(new Integer(3), LDAPResultCode.TIME_LIMIT_EXCEEDED);
47 codeToDescr.put(new Integer(4), LDAPResultCode.SIZE_LIMIT_EXCEEDED);
48 codeToDescr.put(new Integer(5), LDAPResultCode.COMPARE_FALSE);
49 codeToDescr.put(new Integer(6), LDAPResultCode.COMPARE_TRUE);
50 codeToDescr.put(new Integer(7), LDAPResultCode.AUTH_METHOD_NOT_SUPPORTED);
52 codeToDescr.put(new Integer(8), LDAPResultCode.STRONG_AUTH_REQUIRED);
53 codeToDescr.put(ne
[all...]
/forgerock/opendj2.6.2/src/dsml/org/opends/dsml/protocol/
H A DResultCodeFactory.java43 codeToDescr.put(new Integer(0), LDAPResultCode.SUCCESS);
44 codeToDescr.put(new Integer(1), LDAPResultCode.OPERATIONS_ERROR);
45 codeToDescr.put(new Integer(2), LDAPResultCode.PROTOCOL_ERROR);
46 codeToDescr.put(new Integer(3), LDAPResultCode.TIME_LIMIT_EXCEEDED);
47 codeToDescr.put(new Integer(4), LDAPResultCode.SIZE_LIMIT_EXCEEDED);
48 codeToDescr.put(new Integer(5), LDAPResultCode.COMPARE_FALSE);
49 codeToDescr.put(new Integer(6), LDAPResultCode.COMPARE_TRUE);
50 codeToDescr.put(new Integer(7), LDAPResultCode.AUTH_METHOD_NOT_SUPPORTED);
52 codeToDescr.put(new Integer(8), LDAPResultCode.STRONG_AUTH_REQUIRED);
53 codeToDescr.put(ne
[all...]
/forgerock/opendj2-hg/src/dsml/org/opends/dsml/protocol/
H A DResultCodeFactory.java42 codeToDescr.put(new Integer(0), LDAPResultCode.SUCCESS);
43 codeToDescr.put(new Integer(1), LDAPResultCode.OPERATIONS_ERROR);
44 codeToDescr.put(new Integer(2), LDAPResultCode.PROTOCOL_ERROR);
45 codeToDescr.put(new Integer(3), LDAPResultCode.TIME_LIMIT_EXCEEDED);
46 codeToDescr.put(new Integer(4), LDAPResultCode.SIZE_LIMIT_EXCEEDED);
47 codeToDescr.put(new Integer(5), LDAPResultCode.COMPARE_FALSE);
48 codeToDescr.put(new Integer(6), LDAPResultCode.COMPARE_TRUE);
49 codeToDescr.put(new Integer(7), LDAPResultCode.AUTH_METHOD_NOT_SUPPORTED);
51 codeToDescr.put(new Integer(8), LDAPResultCode.STRONG_AUTH_REQUIRED);
52 codeToDescr.put(ne
[all...]
/forgerock/opendj2-jel-hg/src/dsml/org/opends/dsml/protocol/
H A DResultCodeFactory.java43 codeToDescr.put(new Integer(0), LDAPResultCode.SUCCESS);
44 codeToDescr.put(new Integer(1), LDAPResultCode.OPERATIONS_ERROR);
45 codeToDescr.put(new Integer(2), LDAPResultCode.PROTOCOL_ERROR);
46 codeToDescr.put(new Integer(3), LDAPResultCode.TIME_LIMIT_EXCEEDED);
47 codeToDescr.put(new Integer(4), LDAPResultCode.SIZE_LIMIT_EXCEEDED);
48 codeToDescr.put(new Integer(5), LDAPResultCode.COMPARE_FALSE);
49 codeToDescr.put(new Integer(6), LDAPResultCode.COMPARE_TRUE);
50 codeToDescr.put(new Integer(7), LDAPResultCode.AUTH_METHOD_NOT_SUPPORTED);
52 codeToDescr.put(new Integer(8), LDAPResultCode.STRONG_AUTH_REQUIRED);
53 codeToDescr.put(ne
[all...]
/forgerock/openam-v13/openam-audit/openam-audit-configuration/src/test/java/org/forgerock/openam/audit/events/handlers/
H A DJdbcAuditEventHandlerFactoryTest.java52 configAttributes.put("enabled", singleton("true"));
53 configAttributes.put("topics", singleton("access"));
54 configAttributes.put("databaseType", singleton("h2"));
55 configAttributes.put("jdbcUrl", singleton("jdbc:h2:mem:audit"));
56 configAttributes.put("driverClassName", singleton("org.h2.Driver"));
57 configAttributes.put("username", singleton("test"));
58 configAttributes.put("password", singleton("password"));
59 configAttributes.put("autoCommit", singleton("true"));
60 configAttributes.put("connectionTimeout", singleton("31200"));
61 configAttributes.put("idleTimeou
[all...]
/forgerock/openam/openam-audit/openam-audit-configuration/src/test/java/org/forgerock/openam/audit/events/handlers/
H A DJdbcAuditEventHandlerFactoryTest.java52 configAttributes.put("enabled", singleton("true"));
53 configAttributes.put("topics", singleton("access"));
54 configAttributes.put("databaseType", singleton("h2"));
55 configAttributes.put("jdbcUrl", singleton("jdbc:h2:mem:audit"));
56 configAttributes.put("driverClassName", singleton("org.h2.Driver"));
57 configAttributes.put("username", singleton("test"));
58 configAttributes.put("password", singleton("password"));
59 configAttributes.put("autoCommit", singleton("true"));
60 configAttributes.put("connectionTimeout", singleton("31200"));
61 configAttributes.put("idleTimeou
[all...]
/forgerock/openam-v13/openam-core/src/test/java/com/sun/identity/idm/common/
H A DIdRepoUtilsTest.java30 values.put("userpassword2", asSet("test1"));
31 values.put("auserpassword", asSet("test2"));
32 values.put("userpassword", asSet("test3"));
33 values.put("aunicodepwd", asSet("test4"));
34 values.put("unicodepwd2", asSet("test5"));
35 values.put("unicodepwd", asSet("test6"));
44 values.put("userpassword", asSet("test1"));
45 values.put("uSeRpAsSwOrD", asSet("test2"));
46 values.put("userPassword", asSet("test3"));
47 values.put("UnIcOdEpW
[all...]
/forgerock/openam/openam-core/src/test/java/com/sun/identity/idm/common/
H A DIdRepoUtilsTest.java30 values.put("userpassword2", asSet("test1"));
31 values.put("auserpassword", asSet("test2"));
32 values.put("userpassword", asSet("test3"));
33 values.put("aunicodepwd", asSet("test4"));
34 values.put("unicodepwd2", asSet("test5"));
35 values.put("unicodepwd", asSet("test6"));
44 values.put("userpassword", asSet("test1"));
45 values.put("uSeRpAsSwOrD", asSet("test2"));
46 values.put("userPassword", asSet("test3"));
47 values.put("UnIcOdEpW
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/authorization/dseecompat/
H A DProxyBindTestCase.java164 env.put(Context.INITIAL_CONTEXT_FACTORY, factory);
167 env.put(Context.PROVIDER_URL, url);
168 env.put(Context.SECURITY_AUTHENTICATION, "DIGEST-MD5");
171 env.put("java.naming.security.sasl.authorizationID", authZID);
172 env.put(Context.SECURITY_PRINCIPAL, authID);
173 env.put(Context.SECURITY_CREDENTIALS, "password");
174 env.put("javax.security.sasl.qop", "auth");
178 env.put("java.naming.security.sasl.authorizationID", proxyUserID);
179 env.put(Context.SECURITY_PRINCIPAL, aciUserID);
180 env.put(Contex
[all...]
/forgerock/openidm-v4/openidm-scheduler/src/test/java/org/forgerock/openidm/scheduler/
H A DScheduleConfigServiceTest.java36 config.put(SchedulerService.SCHEDULE_TYPE, SchedulerService.SCHEDULE_TYPE_CRON);
37 config.put(SchedulerService.SCHEDULE_START_TIME, "2011-05-03T10:00:00");
38 config.put(SchedulerService.SCHEDULE_END_TIME, "2011-05-03T15:59:59");
39 config.put(SchedulerService.SCHEDULE_CRON_SCHEDULE, "0 30 10-13 ? * WED,FRI");
40 config.put(SchedulerService.SCHEDULE_TIME_ZONE, "America/Los_Angeles");
41 config.put(SchedulerService.SCHEDULE_INVOKE_SERVICE, "active-sync");
42 config.put(SchedulerService.SCHEDULE_INVOKE_CONTEXT, "system-x");
54 config.put(SchedulerService.SCHEDULE_TYPE, SchedulerService.SCHEDULE_TYPE_CRON);
55 config.put(SchedulerService.SCHEDULE_START_TIME, "2011-05-03T10:00:00");
56 config.put(SchedulerServic
[all...]
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/
H A DAMAuthErrorCodeResponseStatusMapping.java61 authErrorCodeResponseStatuses.put(AMAuthErrorCode.AUTH_ACCOUNT_EXPIRED, Response.Status.UNAUTHORIZED);
62 authErrorCodeResponseStatuses.put(AMAuthErrorCode.AUTH_ERROR, Response.Status.INTERNAL_SERVER_ERROR);
63 authErrorCodeResponseStatuses.put(AMAuthErrorCode.AUTH_INVALID_PASSWORD, Response.Status.UNAUTHORIZED);
64 authErrorCodeResponseStatuses.put(AMAuthErrorCode.AUTH_USER_INACTIVE, Response.Status.UNAUTHORIZED);
65 authErrorCodeResponseStatuses.put(AMAuthErrorCode.AUTH_CONFIG_NOT_FOUND, Response.Status.BAD_REQUEST);
66 authErrorCodeResponseStatuses.put(AMAuthErrorCode.AUTH_LOGIN_FAILED, Response.Status.UNAUTHORIZED);
67 authErrorCodeResponseStatuses.put(AMAuthErrorCode.AUTH_INVALID_DOMAIN, Response.Status.BAD_REQUEST);
68 authErrorCodeResponseStatuses.put(AMAuthErrorCode.AUTH_ORG_INACTIVE, Response.Status.BAD_REQUEST);
69 // authErrorCodeResponseStatuses.put(AMAuthErrorCode.AUTH_TIMEOUT, ???); 408
70 authErrorCodeResponseStatuses.put(AMAuthErrorCod
[all...]
/forgerock/openam-v13/openam-audit/openam-audit-configuration/src/main/java/org/forgerock/openam/audit/configuration/
H A DAuditTopicChoiceValues.java33 AUDIT_TOPICS.put("access", "audit.topic.access");
34 AUDIT_TOPICS.put("activity", "audit.topic.activity");
35 AUDIT_TOPICS.put("authentication", "audit.topic.authentication");
36 AUDIT_TOPICS.put("config", "audit.topic.config");
/forgerock/openam/openam-audit/openam-audit-configuration/src/main/java/org/forgerock/openam/audit/configuration/
H A DAuditTopicChoiceValues.java33 AUDIT_TOPICS.put("access", "audit.topic.access");
34 AUDIT_TOPICS.put("activity", "audit.topic.activity");
35 AUDIT_TOPICS.put("authentication", "audit.topic.authentication");
36 AUDIT_TOPICS.put("config", "audit.topic.config");
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/
H A DAMAuthErrorCodeResponseStatusMapping.java61 authErrorCodeResponseStatuses.put(AMAuthErrorCode.AUTH_ACCOUNT_EXPIRED, Response.Status.UNAUTHORIZED);
62 authErrorCodeResponseStatuses.put(AMAuthErrorCode.AUTH_ERROR, Response.Status.INTERNAL_SERVER_ERROR);
63 authErrorCodeResponseStatuses.put(AMAuthErrorCode.AUTH_INVALID_PASSWORD, Response.Status.UNAUTHORIZED);
64 authErrorCodeResponseStatuses.put(AMAuthErrorCode.AUTH_USER_INACTIVE, Response.Status.UNAUTHORIZED);
65 authErrorCodeResponseStatuses.put(AMAuthErrorCode.AUTH_CONFIG_NOT_FOUND, Response.Status.BAD_REQUEST);
66 authErrorCodeResponseStatuses.put(AMAuthErrorCode.AUTH_LOGIN_FAILED, Response.Status.UNAUTHORIZED);
67 authErrorCodeResponseStatuses.put(AMAuthErrorCode.AUTH_INVALID_DOMAIN, Response.Status.BAD_REQUEST);
68 authErrorCodeResponseStatuses.put(AMAuthErrorCode.AUTH_ORG_INACTIVE, Response.Status.BAD_REQUEST);
69 // authErrorCodeResponseStatuses.put(AMAuthErrorCode.AUTH_TIMEOUT, ???); 408
70 authErrorCodeResponseStatuses.put(AMAuthErrorCod
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/
H A DSAMLPropertyTemplate.java43 templates.put(SAMLConstants.PARTNERNAME,
45 readonlyTemplates.put(SAMLConstants.PARTNERNAME,
48 templates.put(SAMLConstants.SOURCEID,
50 readonlyTemplates.put(SAMLConstants.SOURCEID,
53 templates.put(SAMLConstants.TARGET,
55 readonlyTemplates.put(SAMLConstants.TARGET,
58 templates.put(SAMLConstants.POSTURL,
60 readonlyTemplates.put(SAMLConstants.POSTURL,
63 templates.put(SAMLConstants.ATTRIBUTEMAPPER,
65 readonlyTemplates.put(SAMLConstant
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/
H A DSAMLPropertyTemplate.java43 templates.put(SAMLConstants.PARTNERNAME,
45 readonlyTemplates.put(SAMLConstants.PARTNERNAME,
48 templates.put(SAMLConstants.SOURCEID,
50 readonlyTemplates.put(SAMLConstants.SOURCEID,
53 templates.put(SAMLConstants.TARGET,
55 readonlyTemplates.put(SAMLConstants.TARGET,
58 templates.put(SAMLConstants.POSTURL,
60 readonlyTemplates.put(SAMLConstants.POSTURL,
63 templates.put(SAMLConstants.ATTRIBUTEMAPPER,
65 readonlyTemplates.put(SAMLConstant
[all...]
/forgerock/openam-v13/openam-scripting/src/main/java/org/forgerock/openam/scripting/rest/
H A DScriptExceptionMappingHandler.java96 ERROR_CODE_MAP.put(CONTEXT_NOT_RECOGNISED, BAD_REQUEST);
97 ERROR_CODE_MAP.put(LANGUAGE_NOT_SUPPORTED, BAD_REQUEST);
98 ERROR_CODE_MAP.put(FIND_BY_NAME_FAILED, INTERNAL_ERROR);
99 ERROR_CODE_MAP.put(FIND_BY_UUID_FAILED, INTERNAL_ERROR);
100 ERROR_CODE_MAP.put(DELETE_FAILED, INTERNAL_ERROR);
101 ERROR_CODE_MAP.put(RETRIEVE_FAILED, INTERNAL_ERROR);
102 ERROR_CODE_MAP.put(RETRIEVE_ALL_FAILED, INTERNAL_ERROR);
103 ERROR_CODE_MAP.put(SAVE_FAILED, INTERNAL_ERROR);
104 ERROR_CODE_MAP.put(INSUFFICIENT_PRIVILEGES, FORBIDDEN);
105 ERROR_CODE_MAP.put(MISSING_SCRIPT_UUI
[all...]
/forgerock/openam/openam-scripting/src/main/java/org/forgerock/openam/scripting/rest/
H A DScriptExceptionMappingHandler.java98 ERROR_CODE_MAP.put(CONTEXT_NOT_RECOGNISED, BAD_REQUEST);
99 ERROR_CODE_MAP.put(LANGUAGE_NOT_SUPPORTED, BAD_REQUEST);
100 ERROR_CODE_MAP.put(FIND_BY_NAME_FAILED, INTERNAL_ERROR);
101 ERROR_CODE_MAP.put(FIND_BY_UUID_FAILED, INTERNAL_ERROR);
102 ERROR_CODE_MAP.put(DELETE_FAILED, INTERNAL_ERROR);
103 ERROR_CODE_MAP.put(RETRIEVE_FAILED, INTERNAL_ERROR);
104 ERROR_CODE_MAP.put(RETRIEVE_ALL_FAILED, INTERNAL_ERROR);
105 ERROR_CODE_MAP.put(SAVE_FAILED, INTERNAL_ERROR);
106 ERROR_CODE_MAP.put(INSUFFICIENT_PRIVILEGES, FORBIDDEN);
107 ERROR_CODE_MAP.put(MISSING_SCRIPT_UUI
[all...]

Completed in 268 milliseconds

1234567891011>>