Searched refs:put (Results 76 - 100 of 5219) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-authentication/openam-auth-oidc/src/test/java/org/forgerock/openam/authentication/modules/oidc/
H A DOpenIdConnectConfigTest.java38 configState.put(OpenIdConnectConfig.HEADER_NAME_KEY, asSet("header_name"));
39 configState.put(OpenIdConnectConfig.ISSUER_NAME_KEY, asSet("accounts.google.com"));
40 configState.put(OpenIdConnectConfig.CRYPTO_CONTEXT_TYPE_KEY,
42 configState.put(OpenIdConnectConfig.CRYPTO_CONTEXT_VALUE_KEY,
44 configState.put(OpenIdConnectConfig.PRINCIPAL_MAPPER_CLASS_KEY, asSet(PRINCIPAL_MAPPER));
45 configState.put(OpenIdConnectConfig.JWK_TO_LOCAL_ATTRIBUTE_MAPPINGS_KEY, asOrderedSet("id=sub"));
71 configState.put(OpenIdConnectConfig.CRYPTO_CONTEXT_TYPE_KEY, asSet("bogus_type"));
78 configState.put(OpenIdConnectConfig.CRYPTO_CONTEXT_VALUE_KEY, asSet("bogus_url"));
/forgerock/openidm-v4/openidm-repo-orientdb/src/main/java/org/forgerock/openidm/repo/orientdb/impl/
H A DActivator.java57 bootConfig.put(OrientDBRepoService.CONFIG_DB_URL, repoConfig.get(OrientDBRepoService.CONFIG_DB_URL.toLowerCase()).getObject());
58 bootConfig.put(OrientDBRepoService.CONFIG_USER, repoConfig.get(OrientDBRepoService.CONFIG_USER.toLowerCase()).getObject());
59 bootConfig.put(OrientDBRepoService.CONFIG_PASSWORD, repoConfig.get(OrientDBRepoService.CONFIG_PASSWORD.toLowerCase()).getObject());
60 bootConfig.put(OrientDBRepoService.CONFIG_POOL_MIN_SIZE, repoConfig.get(OrientDBRepoService.CONFIG_POOL_MIN_SIZE.toLowerCase()).getObject());
61 bootConfig.put(OrientDBRepoService.CONFIG_POOL_MAX_SIZE, repoConfig.get(OrientDBRepoService.CONFIG_POOL_MAX_SIZE.toLowerCase()).getObject());
68 prop.put("service.pid", "org.forgerock.openidm.bootrepo.orientdb");
69 prop.put("openidm.router.prefix", "bootrepo");
70 prop.put("db.type", "OrientDB");
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DStatelessTokenMetadata.java92 map.put(USERNAME, getResourceOwnerId());
93 map.put(CLIENT_ID, getClientId());
94 map.put(GRANT_TYPE, getGrantType());
95 map.put(REALM, getRealm());
96 map.put(EXPIRE_TIME, getExpiryTime());
97 map.put(ID, getId());
98 map.put(TOKEN_NAME, getName());
99 map.put(SCOPE, getScope());
/forgerock/openam/openam-audit/openam-audit-configuration/src/test/java/org/forgerock/openam/audit/events/handlers/
H A DSyslogAuditEventHandlerFactoryTest.java54 configAttributes.put("enabled", singleton("true"));
55 configAttributes.put("topics", singleton("access"));
56 configAttributes.put("host", singleton("www.example.com"));
57 configAttributes.put("port", singleton("1000"));
58 configAttributes.put("transportProtocol", singleton(TransportProtocol.UDP.name()));
59 configAttributes.put("connectTimeout", singleton("10"));
60 configAttributes.put("bufferingEnabled", singleton("true"));
61 configAttributes.put("facility", singleton(Facility.USER.name()));
H A DCsvAuditEventHandlerFactoryTest.java60 configAttributes.put("enabled", singleton("true"));
61 configAttributes.put("topics", singleton("access"));
62 configAttributes.put("location", singleton(logDirName));
63 configAttributes.put("bufferingEnabled", singleton("true"));
64 configAttributes.put("bufferingAutoFlush", singleton("false"));
84 configAttributes.put("enabled", singleton("false"));
85 configAttributes.put("topics", singleton("access"));
86 configAttributes.put("location", singleton(logDirName));
87 configAttributes.put("bufferingEnabled", singleton("true"));
88 configAttributes.put("bufferingAutoFlus
[all...]
/forgerock/openam/openam-authentication/openam-auth-oidc/src/test/java/org/forgerock/openam/authentication/modules/oidc/
H A DOpenIdConnectConfigTest.java38 configState.put(OpenIdConnectConfig.HEADER_NAME_KEY, asSet("header_name"));
39 configState.put(OpenIdConnectConfig.ISSUER_NAME_KEY, asSet("accounts.google.com"));
40 configState.put(OpenIdConnectConfig.CRYPTO_CONTEXT_TYPE_KEY,
42 configState.put(OpenIdConnectConfig.CRYPTO_CONTEXT_VALUE_KEY,
44 configState.put(OpenIdConnectConfig.PRINCIPAL_MAPPER_CLASS_KEY, asSet(PRINCIPAL_MAPPER));
45 configState.put(OpenIdConnectConfig.JWK_TO_LOCAL_ATTRIBUTE_MAPPINGS_KEY, asOrderedSet("id=sub"));
71 configState.put(OpenIdConnectConfig.CRYPTO_CONTEXT_TYPE_KEY, asSet("bogus_type"));
78 configState.put(OpenIdConnectConfig.CRYPTO_CONTEXT_VALUE_KEY, asSet("bogus_url"));
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/scriptedcrest2dj/tools/
H A DSchemaSlurper.groovy102 typeMap.put(TYPE_ARRAY, List.class);
103 typeMap.put(TYPE_BOOLEAN, Boolean.class);
104 typeMap.put(TYPE_INTEGER, Integer.class);
105 typeMap.put(TYPE_NUMBER, Number.class);
106 typeMap.put(TYPE_OBJECT, Map.class);
107 typeMap.put(TYPE_STRING, String.class);
108 typeMap.put(JAVA_TYPE_BIGDECIMAL, BigDecimal.class);
109 typeMap.put(JAVA_TYPE_BIGINTEGER, BigInteger.class);
110 typeMap.put(JAVA_TYPE_PRIMITIVE_BOOLEAN, boolean.class);
111 typeMap.put(JAVA_TYPE_BYTE_ARRA
[all...]
/forgerock/openam-v13/openam-shared/src/test/java/org/forgerock/openam/utils/
H A DSingleValueMapperTest.java34 map.put(key, value);
42 map.put(key, value);
51 map.put(firstKey, value);
52 map.put(secondKey, value);
59 map.put(key, 1);
66 map.put(null, null);
/forgerock/openam/openam-shared/src/test/java/org/forgerock/openam/utils/
H A DSingleValueMapperTest.java37 map.put(key, value);
47 map.put(key, value);
58 map.put(firstKey, value);
59 map.put(secondKey, value);
69 map.put(key, 1);
77 map.put(null, null);
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DTLSByteChannel.java158 unwrappedData.put(recvUnwrappedBuffer.get());
164 unwrappedData.put(recvUnwrappedBuffer);
296 newRecvUnwrappedBuffer.put(recvUnwrappedBuffer);
309 newRecvWrappedBuffer.put(recvWrappedBuffer);
379 newSendWrappedBuffer.put(sendWrappedBuffer);
429 map.put("_WITH_AES_256_", 256);
430 map.put("_WITH_ARIA_256_", 256);
431 map.put("_WITH_CAMELLIA_256_", 256);
432 map.put("_WITH_AES_128_", 128);
433 map.put("_WITH_ARIA_128
[all...]
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DTLSByteChannel.java157 unwrappedData.put(recvUnwrappedBuffer.get());
163 unwrappedData.put(recvUnwrappedBuffer);
295 newRecvUnwrappedBuffer.put(recvUnwrappedBuffer);
308 newRecvWrappedBuffer.put(recvWrappedBuffer);
378 newSendWrappedBuffer.put(sendWrappedBuffer);
428 map.put("_WITH_AES_256_", 256);
429 map.put("_WITH_ARIA_256_", 256);
430 map.put("_WITH_CAMELLIA_256_", 256);
431 map.put("_WITH_AES_128_", 128);
432 map.put("_WITH_ARIA_128
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DTLSByteChannel.java158 unwrappedData.put(recvUnwrappedBuffer.get());
164 unwrappedData.put(recvUnwrappedBuffer);
296 newRecvUnwrappedBuffer.put(recvUnwrappedBuffer);
309 newRecvWrappedBuffer.put(recvWrappedBuffer);
379 newSendWrappedBuffer.put(sendWrappedBuffer);
429 map.put("_WITH_AES_256_", 256);
430 map.put("_WITH_ARIA_256_", 256);
431 map.put("_WITH_CAMELLIA_256_", 256);
432 map.put("_WITH_AES_128_", 128);
433 map.put("_WITH_ARIA_128
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DTLSByteChannel.java158 unwrappedData.put(recvUnwrappedBuffer.get());
164 unwrappedData.put(recvUnwrappedBuffer);
296 newRecvUnwrappedBuffer.put(recvUnwrappedBuffer);
309 newRecvWrappedBuffer.put(recvWrappedBuffer);
379 newSendWrappedBuffer.put(sendWrappedBuffer);
429 map.put("_WITH_AES_256_", 256);
430 map.put("_WITH_ARIA_256_", 256);
431 map.put("_WITH_CAMELLIA_256_", 256);
432 map.put("_WITH_AES_128_", 128);
433 map.put("_WITH_ARIA_128
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DTLSByteChannel.java157 unwrappedData.put(recvUnwrappedBuffer.get());
163 unwrappedData.put(recvUnwrappedBuffer);
295 newRecvUnwrappedBuffer.put(recvUnwrappedBuffer);
308 newRecvWrappedBuffer.put(recvWrappedBuffer);
378 newSendWrappedBuffer.put(sendWrappedBuffer);
428 map.put("_WITH_AES_256_", 256);
429 map.put("_WITH_ARIA_256_", 256);
430 map.put("_WITH_CAMELLIA_256_", 256);
431 map.put("_WITH_AES_128_", 128);
432 map.put("_WITH_ARIA_128
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DTLSByteChannel.java148 unwrappedData.put(recvUnwrappedBuffer.get());
154 unwrappedData.put(recvUnwrappedBuffer);
286 newRecvUnwrappedBuffer.put(recvUnwrappedBuffer);
299 newRecvWrappedBuffer.put(recvWrappedBuffer);
369 newSendWrappedBuffer.put(sendWrappedBuffer);
419 map.put("_WITH_AES_256_", 256);
420 map.put("_WITH_ARIA_256_", 256);
421 map.put("_WITH_CAMELLIA_256_", 256);
422 map.put("_WITH_AES_128_", 128);
423 map.put("_WITH_ARIA_128
[all...]
/forgerock/openam-v13/openam-core/src/test/java/org/forgerock/openam/sso/providers/stateless/
H A DJwtSessionMapperTest.java194 sessionInfo.getProperties().put("CharSet", "UTF-8");
195 sessionInfo.getProperties().put("UserId", "amadmin");
196 sessionInfo.getProperties().put("FullLoginURL", "/openam/UI/Login?realm=%2F");
197 sessionInfo.getProperties().put("successURL", "/openam/console");
198 sessionInfo.getProperties().put("cookieSupport", "true");
199 sessionInfo.getProperties().put("AuthLevel", "0");
200 sessionInfo.getProperties().put("SessionHandle", "shandle:AQIC5wM2LY4Sfcz2r0heYum8JSnH9eXYDQ0lx9-s9ZE7ma8.*AAJTSQACMDMAAlMxAAIwMQACU0sAFC00MTQ5NTY5Mzg2NjYzOTcyODcy*");
201 sessionInfo.getProperties().put("UserToken", "amadmin");
202 sessionInfo.getProperties().put("loginURL", "/openam/UI/Login");
203 sessionInfo.getProperties().put("Principal
[all...]
/forgerock/openam-v13/openam-audit/openam-audit-configuration/src/test/java/org/forgerock/openam/audit/events/handlers/
H A DCsvAuditEventHandlerFactoryTest.java60 configAttributes.put("enabled", singleton("true"));
61 configAttributes.put("topics", singleton("access"));
62 configAttributes.put("location", singleton(logDirName));
63 configAttributes.put("bufferingEnabled", singleton("true"));
64 configAttributes.put("bufferingAutoFlush", singleton("false"));
84 configAttributes.put("enabled", singleton("false"));
85 configAttributes.put("topics", singleton("access"));
86 configAttributes.put("location", singleton(logDirName));
87 configAttributes.put("bufferingEnabled", singleton("true"));
88 configAttributes.put("bufferingAutoFlus
[all...]
/forgerock/openam-v13/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DConstants.java128 optionsMap.put(ENTITY_NAME, SAML2Constants.IDPENTITYID);
129 optionsMap.put(ALLOW_CREATE, SAML2Constants.ALLOWCREATE);
130 optionsMap.put(AUTH_COMPARISON, SAML2Constants.IDPENTITYID);
131 optionsMap.put(AUTHN_CONTEXT_CLASS_REF, SAML2Constants.AUTH_CONTEXT_CLASS_REF);
132 optionsMap.put(AUTHN_CONTEXT_DECL_REF, SAML2Constants.AUTH_CONTEXT_DECL_REF);
133 optionsMap.put(BINDING, SAML2Constants.BINDING);
134 optionsMap.put(FORCE_AUTHN, SAML2Constants.FORCEAUTHN);
135 optionsMap.put(IS_PASSIVE, SAML2Constants.ISPASSIVE);
136 optionsMap.put(NAME_ID_FORMAT, SAML2Constants.NAMEID_POLICY_FORMAT);
137 optionsMap.put(REQ_BINDIN
[all...]
/forgerock/openam/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DConstants.java128 optionsMap.put(ENTITY_NAME, SAML2Constants.IDPENTITYID);
129 optionsMap.put(ALLOW_CREATE, SAML2Constants.ALLOWCREATE);
130 optionsMap.put(AUTH_COMPARISON, SAML2Constants.IDPENTITYID);
131 optionsMap.put(AUTHN_CONTEXT_CLASS_REF, SAML2Constants.AUTH_CONTEXT_CLASS_REF);
132 optionsMap.put(AUTHN_CONTEXT_DECL_REF, SAML2Constants.AUTH_CONTEXT_DECL_REF);
133 optionsMap.put(BINDING, SAML2Constants.BINDING);
134 optionsMap.put(FORCE_AUTHN, SAML2Constants.FORCEAUTHN);
135 optionsMap.put(IS_PASSIVE, SAML2Constants.ISPASSIVE);
136 optionsMap.put(NAME_ID_FORMAT, SAML2Constants.NAMEID_POLICY_FORMAT);
137 optionsMap.put(REQ_BINDIN
[all...]
/forgerock/openam/openam-rest/src/main/java/org/forgerock/openam/forgerockrest/guice/
H A DForgerockRestGuiceModule.java83 definitions.put("evaluate", evaluateDefinition);
84 definitions.put("evaluateTree", evaluateDefinition);
85 definitions.put("copy",
87 definitions.put("move",
89 definitions.put("schema",
91 definitions.put("validate",
93 definitions.put(RestConstants.TEMPLATE,
95 definitions.put(RestConstants.GET_ALL_TYPES,
97 definitions.put(RestConstants.GET_CREATABLE_TYPES,
99 definitions.put(RestConstant
[all...]
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/sso/providers/stateless/
H A DJwtSessionMapperTest.java202 sessionInfo.getProperties().put("CharSet", "UTF-8");
203 sessionInfo.getProperties().put("UserId", "amadmin");
204 sessionInfo.getProperties().put("FullLoginURL", "/openam/UI/Login?realm=%2F");
205 sessionInfo.getProperties().put("successURL", "/openam/console");
206 sessionInfo.getProperties().put("cookieSupport", "true");
207 sessionInfo.getProperties().put("AuthLevel", "0");
208 sessionInfo.getProperties().put("UserToken", "amadmin");
209 sessionInfo.getProperties().put("loginURL", "/openam/UI/Login");
210 sessionInfo.getProperties().put("Principals", "amadmin");
211 sessionInfo.getProperties().put("Servic
[all...]
/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/
H A DPolicy.java128 scope.put("recon", recon);
130 actionParam.put(HttpUtils.PARAM_ACTION, "performAction");
131 recon.put("actionParam", actionParam.getObject());
133 scope.put("sourceAction", (syncOperation instanceof ObjectMapping.SourceSyncOperation));
134 scope.put("linkQualifier", linkQualifier);
136 scope.put("source", source.asMap());
139 scope.put("target", target.asMap());
173 scope.put("linkQualifier", linkQualifier);
174 scope.put("sourceAction", sourceAction);
175 scope.put("actio
[all...]
H A DReconciliationContext.java241 sourceExisting.put("processed", getStatistics().getSourceProcessed());
242 sourceExisting.put("total", totalSourceEntriesStr);
243 sourceDetail.put("existing", sourceExisting);
244 progressDetail.put("source", sourceDetail);
246 targetExisting.put("processed", getStatistics().getTargetProcessed());
247 targetExisting.put("total", totalTargetEntriesStr);
248 targetDetail.put("existing", targetExisting);
249 targetDetail.put("created", getStatistics().getTargetCreated());
250 progressDetail.put("target", targetDetail);
252 linkExisting.put("processe
[all...]
/forgerock/openam-v13/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/authn/callbackhandlers/
H A DRestAuthConfirmationCallbackHandlerTest.java125 .addLast(JsonValueBuilder.jsonValue().put("value", 2).build())
127 .add(JsonValueBuilder.jsonValue().put("value", "Select confirmation:").build())
128 .add(JsonValueBuilder.jsonValue().put("value", 0).build())
129 .add(JsonValueBuilder.jsonValue().put("value", new String[]{"OK", "NO", "CANCEL"}).build())
130 .add(JsonValueBuilder.jsonValue().put("value", -1).build())
131 .addLast(JsonValueBuilder.jsonValue().put("value", 0).build())
132 .put("type", "ConfirmationCallback")
159 .addLast(JsonValueBuilder.jsonValue().put("value", 2).build())
161 .add(JsonValueBuilder.jsonValue().put("value", "Select confirmation:").build())
162 .add(JsonValueBuilder.jsonValue().put("valu
[all...]
/forgerock/openidm-v4/openidm-workflow-activiti/src/main/java/org/forgerock/openidm/workflow/activiti/impl/
H A DJsonUser.java41 put(SCIM_USERNAME, userId);
57 put(SCIM_USERNAME, id);
66 put(SCIM_NAME, new HashMap(6));
69 get(SCIM_NAME).put(SCIM_NAME_GIVENNAME, firstName);
75 put(SCIM_NAME, new HashMap(6));
78 get(SCIM_NAME).put(SCIM_NAME_FAMILYNAME, lastName);
101 put(SCIM_PASSWORD, password);

Completed in 182 milliseconds

1234567891011>>