Searched refs:put (Results 101 - 125 of 5219) sorted by relevance

1234567891011>>

/forgerock/openam/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/authn/callbackhandlers/
H A DRestAuthConfirmationCallbackHandlerTest.java122 .addLast(JsonValueBuilder.jsonValue().put("value", 2).build())
124 .add(JsonValueBuilder.jsonValue().put("value", "Select confirmation:").build())
125 .add(JsonValueBuilder.jsonValue().put("value", 0).build())
126 .add(JsonValueBuilder.jsonValue().put("value", new String[]{"OK", "NO", "CANCEL"}).build())
127 .add(JsonValueBuilder.jsonValue().put("value", -1).build())
128 .addLast(JsonValueBuilder.jsonValue().put("value", 0).build())
129 .put("type", "ConfirmationCallback")
156 .addLast(JsonValueBuilder.jsonValue().put("value", 2).build())
158 .add(JsonValueBuilder.jsonValue().put("value", "Select confirmation:").build())
159 .add(JsonValueBuilder.jsonValue().put("valu
[all...]
/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/
H A DAccessToken.java102 put(ID, id);
111 put(PARENT, authorizationCode);
120 put(USERNAME, resourceOwnerId);
129 put(CLIENT_ID, clientId);
138 put(REDIRECT_URI, redirectUri);
147 put(SCOPE, scope);
156 put(EXPIRE_TIME, expiryTime);
165 put(REFRESH_TOKEN, refreshTokenId);
174 put(TOKEN_TYPE, tokenType);
183 put(TOKEN_NAM
[all...]
/forgerock/openam-v13/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/wsfederation/
H A DObjectFactory.java36 defaultImplementations.put((com.sun.identity.wsfederation.jaxb.wsfederation.RealmElement.class), "com.sun.identity.wsfederation.jaxb.wsfederation.impl.RealmElementImpl");
37 defaultImplementations.put((com.sun.identity.wsfederation.jaxb.wsfederation.IssuerNamesOfferedType.class), "com.sun.identity.wsfederation.jaxb.wsfederation.impl.IssuerNamesOfferedTypeImpl");
38 defaultImplementations.put((com.sun.identity.wsfederation.jaxb.wsfederation.RequestProofTokenType.class), "com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequestProofTokenTypeImpl");
39 defaultImplementations.put((com.sun.identity.wsfederation.jaxb.wsfederation.ProofTokenElement.class), "com.sun.identity.wsfederation.jaxb.wsfederation.impl.ProofTokenElementImpl");
40 defaultImplementations.put((com.sun.identity.wsfederation.jaxb.wsfederation.DisplayNameType.class), "com.sun.identity.wsfederation.jaxb.wsfederation.impl.DisplayNameTypeImpl");
41 defaultImplementations.put((com.sun.identity.wsfederation.jaxb.wsfederation.AssertionType.class), "com.sun.identity.wsfederation.jaxb.wsfederation.impl.AssertionTypeImpl");
42 defaultImplementations.put((com.sun.identity.wsfederation.jaxb.wsfederation.SignOutElement.class), "com.sun.identity.wsfederation.jaxb.wsfederation.impl.SignOutElementImpl");
43 defaultImplementations.put((com.sun.identity.wsfederation.jaxb.wsfederation.UriNamedClaimTypesOfferedType.class), "com.sun.identity.wsfederation.jaxb.wsfederation.impl.UriNamedClaimTypesOfferedTypeImpl");
44 defaultImplementations.put((com.sun.identity.wsfederation.jaxb.wsfederation.TokenTypesOfferedElement.class), "com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenTypesOfferedElementImpl");
45 defaultImplementations.put((co
[all...]
/forgerock/openam/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/wsfederation/
H A DObjectFactory.java36 defaultImplementations.put((com.sun.identity.wsfederation.jaxb.wsfederation.RealmElement.class), "com.sun.identity.wsfederation.jaxb.wsfederation.impl.RealmElementImpl");
37 defaultImplementations.put((com.sun.identity.wsfederation.jaxb.wsfederation.IssuerNamesOfferedType.class), "com.sun.identity.wsfederation.jaxb.wsfederation.impl.IssuerNamesOfferedTypeImpl");
38 defaultImplementations.put((com.sun.identity.wsfederation.jaxb.wsfederation.RequestProofTokenType.class), "com.sun.identity.wsfederation.jaxb.wsfederation.impl.RequestProofTokenTypeImpl");
39 defaultImplementations.put((com.sun.identity.wsfederation.jaxb.wsfederation.ProofTokenElement.class), "com.sun.identity.wsfederation.jaxb.wsfederation.impl.ProofTokenElementImpl");
40 defaultImplementations.put((com.sun.identity.wsfederation.jaxb.wsfederation.DisplayNameType.class), "com.sun.identity.wsfederation.jaxb.wsfederation.impl.DisplayNameTypeImpl");
41 defaultImplementations.put((com.sun.identity.wsfederation.jaxb.wsfederation.AssertionType.class), "com.sun.identity.wsfederation.jaxb.wsfederation.impl.AssertionTypeImpl");
42 defaultImplementations.put((com.sun.identity.wsfederation.jaxb.wsfederation.SignOutElement.class), "com.sun.identity.wsfederation.jaxb.wsfederation.impl.SignOutElementImpl");
43 defaultImplementations.put((com.sun.identity.wsfederation.jaxb.wsfederation.UriNamedClaimTypesOfferedType.class), "com.sun.identity.wsfederation.jaxb.wsfederation.impl.UriNamedClaimTypesOfferedTypeImpl");
44 defaultImplementations.put((com.sun.identity.wsfederation.jaxb.wsfederation.TokenTypesOfferedElement.class), "com.sun.identity.wsfederation.jaxb.wsfederation.impl.TokenTypesOfferedElementImpl");
45 defaultImplementations.put((co
[all...]
/forgerock/openam/openam-authentication/openam-auth-persistentcookie/src/main/java/org/forgerock/openam/authentication/modules/persistentcookie/
H A DPersistentCookieModuleWrapper.java105 config.put(JwtSessionModule.KEY_ALIAS_KEY, getKeyAlias(realm));
106 config.put(JwtSessionModule.PRIVATE_KEY_PASSWORD_KEY, amKeyProvider.getPrivateKeyPass());
107 config.put(JwtSessionModule.KEYSTORE_TYPE_KEY, amKeyProvider.getKeystoreType());
108 config.put(JwtSessionModule.KEYSTORE_FILE_KEY, amKeyProvider.getKeystoreFilePath());
109 config.put(JwtSessionModule.KEYSTORE_PASSWORD_KEY, new String(amKeyProvider.getKeystorePass()));
110 config.put(JwtSessionModule.TOKEN_IDLE_TIME_IN_MINUTES_CLAIM_KEY, tokenIdleTime);
111 config.put(JwtSessionModule.MAX_TOKEN_LIFE_IN_MINUTES_KEY, maxTokenLife);
112 config.put(JwtSessionModule.SECURE_COOKIE_KEY, secureCookie);
113 config.put(JwtSessionModule.HTTP_ONLY_COOKIE_KEY, httpOnlyCookie);
114 config.put(ENFORCE_CLIENT_IP_SETTING_KE
[all...]
/forgerock/openam-v13/openam-test/src/test/java/com/sun/identity/workflow/
H A DSAML2Test.java57 map.put(ParameterKeys.P_REALM, "/");
58 map.put(ParameterKeys.P_COT, "cottest");
59 map.put(ParameterKeys.P_ENTITY_ID, "http://test.com/samples");
60 map.put(ParameterKeys.P_IDP_E_CERT, "test");
61 map.put(ParameterKeys.P_IDP_S_CERT, "test");
92 map.put(ParameterKeys.P_META_DATA, meta);
93 map.put(ParameterKeys.P_EXENDED_DATA, extended);
94 map.put(ParameterKeys.P_COT, "cottest");
95 map.put(ParameterKeys.P_ATTR_MAPPING,
/forgerock/openam/openam-test/src/test/java/com/sun/identity/workflow/
H A DSAML2Test.java57 map.put(ParameterKeys.P_REALM, "/");
58 map.put(ParameterKeys.P_COT, "cottest");
59 map.put(ParameterKeys.P_ENTITY_ID, "http://test.com/samples");
60 map.put(ParameterKeys.P_IDP_E_CERT, "test");
61 map.put(ParameterKeys.P_IDP_S_CERT, "test");
92 map.put(ParameterKeys.P_META_DATA, meta);
93 map.put(ParameterKeys.P_EXENDED_DATA, extended);
94 map.put(ParameterKeys.P_COT, "cottest");
95 map.put(ParameterKeys.P_ATTR_MAPPING,
/forgerock/openam-v13/openam-shared/src/test/java/org/forgerock/openam/utils/collections/
H A DLeastRecentlyUsedTest.java29 cache.put(1, 2);
30 cache.put(3, 4);
39 cache.put(UUID.randomUUID().toString(), UUID.randomUUID().toString());
47 cache.put(1, 2);
48 cache.put(3, 4);
/forgerock/openam-v13/openam-authentication/openam-auth-oidc/src/test/java/org/forgerock/openam/authentication/modules/oidc/
H A DJwtAttributeMapperTest.java46 jwtMappings.put(SUB, SUBJECT_VALUE);
47 jwtMappings.put(ISS, ISSUER);
48 jwtMappings.put(EMAIL, EMAIL_VALUE);
51 attributeMappings.put(SUB, UID);
52 attributeMappings.put(EMAIL, AM_EMAIL);
/forgerock/openam-v13/openam-core/src/test/java/org/forgerock/openam/entitlement/utils/
H A DEntitlementUtilsTest.java40 data.put("attributeName",
42 data.put("description",
44 data.put("anotherAttributeName",
60 data.put("attributeName",
62 data.put("anotherAttributeName",
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/record/
H A DRecord.java46 this.recordHistory.put(new Date(), RecordStatus.INITIALIZED);
85 recordHistory.put(new Date(), RecordStatus.RUNNING);
96 recordHistory.put(new Date(), RecordStatus.STOPPED);
117 properties.put(STATUS_LABEL, getRecordStatus().toString());
118 properties.put(FOLDER_LABEL, getFolderPath() + File.separator);
/forgerock/openam/openam-shared/src/test/java/org/forgerock/openam/utils/collections/
H A DLeastRecentlyUsedTest.java29 cache.put(1, 2);
30 cache.put(3, 4);
39 cache.put(UUID.randomUUID().toString(), UUID.randomUUID().toString());
47 cache.put(1, 2);
48 cache.put(3, 4);
/forgerock/openam/openam-authentication/openam-auth-oidc/src/test/java/org/forgerock/openam/authentication/modules/oidc/
H A DJwtAttributeMapperTest.java46 jwtMappings.put(SUB, SUBJECT_VALUE);
47 jwtMappings.put(ISS, ISSUER);
48 jwtMappings.put(EMAIL, EMAIL_VALUE);
51 attributeMappings.put(SUB, UID);
52 attributeMappings.put(EMAIL, AM_EMAIL);
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/entitlement/service/
H A DApplicationQueryFilterVisitor.java52 appData.put("name", singleton(applicationName));
65 appData.put("createdBy", attributeValue);
67 appData.put("creationDate", attributeValue);
69 appData.put("lastModifiedBy", attributeValue);
71 appData.put("lastModifiedDate", attributeValue);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DSAMLv2ModelImpl.java114 extendedMetaIdpMap.put(IDP_SIGN_CERT_ALIAS, Collections.EMPTY_SET);
115 extendedMetaIdpMap.put(IDP_SIGN_CERT_KEYPASS, Collections.EMPTY_SET);
116 extendedMetaIdpMap.put(IDP_ENCRYPT_CERT_ALIAS, Collections.EMPTY_SET);
117 extendedMetaIdpMap.put(IDP_BASIC_AUTH_ON, Collections.EMPTY_SET);
118 extendedMetaIdpMap.put(IDP_BASIC_AUTH_USER, Collections.EMPTY_SET);
119 extendedMetaIdpMap.put(IDP_BASIC_AUTH_PWD, Collections.EMPTY_SET);
120 extendedMetaIdpMap.put(IDP_AUTO_FED_ENABLED, Collections.EMPTY_SET);
121 extendedMetaIdpMap.put(IDP_AUTO_FED_ATTR, Collections.EMPTY_SET);
122 extendedMetaIdpMap.put(IDP_ATTR_MAP, Collections.EMPTY_SET);
123 extendedMetaIdpMap.put(IDP_NAMEID_ENCRYPTE
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DSAMLv2ModelImpl.java114 extendedMetaIdpMap.put(IDP_SIGN_CERT_ALIAS, Collections.EMPTY_SET);
115 extendedMetaIdpMap.put(IDP_SIGN_CERT_KEYPASS, Collections.EMPTY_SET);
116 extendedMetaIdpMap.put(IDP_ENCRYPT_CERT_ALIAS, Collections.EMPTY_SET);
117 extendedMetaIdpMap.put(IDP_BASIC_AUTH_ON, Collections.EMPTY_SET);
118 extendedMetaIdpMap.put(IDP_BASIC_AUTH_USER, Collections.EMPTY_SET);
119 extendedMetaIdpMap.put(IDP_BASIC_AUTH_PWD, Collections.EMPTY_SET);
120 extendedMetaIdpMap.put(IDP_AUTO_FED_ENABLED, Collections.EMPTY_SET);
121 extendedMetaIdpMap.put(IDP_AUTO_FED_ATTR, Collections.EMPTY_SET);
122 extendedMetaIdpMap.put(IDP_ATTR_MAP, Collections.EMPTY_SET);
123 extendedMetaIdpMap.put(IDP_NAMEID_ENCRYPTE
[all...]
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-base/src/main/java/com/sun/identity/diagnostic/base/services/systeminfo/
H A DSolarisSystemInfoProvider.java68 sysDetailsHM.put(HOSTNAME, getHostName());
69 sysDetailsHM.put(DOMAINNAME, getDomainName());
70 sysDetailsHM.put(OSNAME, getOSName());
71 sysDetailsHM.put(OSVERSIONINFO, getOSReleaseNo());
72 sysDetailsHM.put(OSCPUARCH, getOSCPUArch());
73 sysDetailsHM.put(OSPATCHLIST, getPatchDetectionResults());
74 sysDetailsHM.put(ZONELIST, getAllZones());
75 sysDetailsHM.put(MEMORYINFO, checkRAMAvailability());
76 sysDetailsHM.put(SWAPINFO, checkSwapAvailability());
77 sysDetailsHM.put(IPADDRES
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/common/
H A DIDPPUtils.java105 idppElementTypes.put(IDPPConstants.IDPP_ELEMENT,
107 idppElementTypes.put(IDPPConstants.INFORMAL_NAME_ELEMENT,
109 idppElementTypes.put(IDPPConstants.LINFORMAL_NAME_ELEMENT,
111 idppElementTypes.put(IDPPConstants.COMMON_NAME_ELEMENT,
113 idppElementTypes.put(IDPPConstants.LEGAL_IDENTITY_ELEMENT,
115 idppElementTypes.put(IDPPConstants.EMPLOYMENT_IDENTITY_ELEMENT,
117 idppElementTypes.put(IDPPConstants.ADDRESS_CARD_ELEMENT,
119 idppElementTypes.put(IDPPConstants.MSG_CONTACT_ELEMENT,
121 idppElementTypes.put(IDPPConstants.FACADE_ELEMENT,
123 idppElementTypes.put(IDPPConstant
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/common/
H A DIDPPUtils.java105 idppElementTypes.put(IDPPConstants.IDPP_ELEMENT,
107 idppElementTypes.put(IDPPConstants.INFORMAL_NAME_ELEMENT,
109 idppElementTypes.put(IDPPConstants.LINFORMAL_NAME_ELEMENT,
111 idppElementTypes.put(IDPPConstants.COMMON_NAME_ELEMENT,
113 idppElementTypes.put(IDPPConstants.LEGAL_IDENTITY_ELEMENT,
115 idppElementTypes.put(IDPPConstants.EMPLOYMENT_IDENTITY_ELEMENT,
117 idppElementTypes.put(IDPPConstants.ADDRESS_CARD_ELEMENT,
119 idppElementTypes.put(IDPPConstants.MSG_CONTACT_ELEMENT,
121 idppElementTypes.put(IDPPConstants.FACADE_ELEMENT,
123 idppElementTypes.put(IDPPConstant
[all...]
/forgerock/opendj-b2.6/src/snmp/src/org/opends/server/snmp/
H A DSNMPConnectionHandlerDefinitions.java67 SECURITY_LEVELS.put("noauthnopriv", 0);
68 SECURITY_LEVELS.put("authnopriv", 1);
69 SECURITY_LEVELS.put("authpriv", 2);
/forgerock/opendj2/src/snmp/src/org/opends/server/snmp/
H A DSNMPConnectionHandlerDefinitions.java66 SECURITY_LEVELS.put("noauthnopriv", 0);
67 SECURITY_LEVELS.put("authnopriv", 1);
68 SECURITY_LEVELS.put("authpriv", 2);
/forgerock/opendj2.6.2/src/snmp/src/org/opends/server/snmp/
H A DSNMPConnectionHandlerDefinitions.java67 SECURITY_LEVELS.put("noauthnopriv", 0);
68 SECURITY_LEVELS.put("authnopriv", 1);
69 SECURITY_LEVELS.put("authpriv", 2);
/forgerock/opendj2-jel-hg/src/snmp/src/org/opends/server/snmp/
H A DSNMPConnectionHandlerDefinitions.java67 SECURITY_LEVELS.put("noauthnopriv", 0);
68 SECURITY_LEVELS.put("authnopriv", 1);
69 SECURITY_LEVELS.put("authpriv", 2);
/forgerock/opendj2-hg/src/snmp/src/org/opends/server/snmp/
H A DSNMPConnectionHandlerDefinitions.java66 SECURITY_LEVELS.put("noauthnopriv", 0);
67 SECURITY_LEVELS.put("authnopriv", 1);
68 SECURITY_LEVELS.put("authpriv", 2);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/
H A DBackwardCompSupport.java57 mapIdTypeToServiceName.put(IdType.USER.getName(),
59 mapIdTypeToSchemaType.put(IdType.USER.getName(), "user");
61 mapIdTypeToServiceName.put(IdType.AGENT.getName(),
63 mapIdTypeToSchemaType.put(IdType.AGENT.getName(), "user");
65 mapIdTypeToServiceName.put(IdType.GROUP.getName(),
67 mapIdTypeToSubSchemaName.put(IdType.GROUP.getName(), "Group");
69 mapIdTypeToServiceName.put(IdType.ROLE.getName(),
71 mapIdTypeToSubSchemaName.put(IdType.ROLE.getName(), "Role");
73 mapIdTypeToServiceName.put(IdType.FILTEREDROLE.getName(),
75 mapIdTypeToSubSchemaName.put(IdTyp
[all...]

Completed in 218 milliseconds

1234567891011>>