Searched defs:toMap (Results 26 - 37 of 37) sorted by relevance

12

/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/
H A DRefreshToken.java329 public Map<String, Object> toMap() { method in class:RefreshToken
/forgerock/openam-v13/openam-oauth2-common/openid-connect-core/src/main/java/org/forgerock/openidconnect/
H A DOpenIdConnectToken.java273 public Map<String, Object> toMap() throws ServerException { method in class:OpenIdConnectToken
/forgerock/openam-v13/openam-uma/src/main/java/org/forgerock/openam/uma/
H A DAuthorizationRequestEndpoint.java130 JsonValue requestBody = json(toMap(entity));
424 private Map<String, Object> toMap(JsonRepresentation entity) throws BadRequestException { method in class:AuthorizationRequestEndpoint
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/
H A DAuthorizationCode.java276 public Map<String, Object> toMap() { method in class:AuthorizationCode
H A DDeviceCode.java289 public Map<String, Object> toMap() throws ServerException { method in class:DeviceCode
H A DStatefulRefreshToken.java279 public Map<String, Object> toMap() { method in class:StatefulRefreshToken
H A DStatefulAccessToken.java435 public Map<String, Object> toMap() { method in class:StatefulAccessToken
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/
H A DAuthorizationRequestEndpoint.java129 JsonValue requestBody = json(toMap(entity));
423 private Map<String, Object> toMap(JsonRepresentation entity) throws BadRequestException { method in class:AuthorizationRequestEndpoint
/forgerock/openidm-v4/openidm-cluster/src/main/java/org/forgerock/openidm/cluster/
H A DInstanceState.java103 public Map<String, Object> toMap() { method in class:InstanceState
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openidconnect/
H A DOpenIdConnectToken.java339 public Map<String, Object> toMap() throws ServerException { method in class:OpenIdConnectToken
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyUtils.java129 * @param toMap map the map to which the mapToAdd would be added
132 * @return the combined map which is also the toMap
134 * for each key found in the addToMap to the toMap
136 static Map addMapToMap(Map mapToAdd, Map toMap) { argument
137 if ( (mapToAdd != null) && (toMap !=null) ) {
143 addElementToMap(key, values, toMap);
146 return toMap;
154 * @param toMap map the map to which the mapToAdd would be added
157 * @return the combined map which is also the toMap
159 * for each key found in the addToMap to the toMap
165 appendMapToMap(Map mapToAdd, Map toMap) argument
189 addElementToMap(String key, Set values, Map toMap) argument
211 appendElementToMap(String key, Set values, Map toMap) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyUtils.java129 * @param toMap map the map to which the mapToAdd would be added
132 * @return the combined map which is also the toMap
134 * for each key found in the addToMap to the toMap
136 static Map addMapToMap(Map mapToAdd, Map toMap) { argument
137 if ( (mapToAdd != null) && (toMap !=null) ) {
143 addElementToMap(key, values, toMap);
146 return toMap;
154 * @param toMap map the map to which the mapToAdd would be added
157 * @return the combined map which is also the toMap
159 * for each key found in the addToMap to the toMap
165 appendMapToMap(Map mapToAdd, Map toMap) argument
189 addElementToMap(String key, Set values, Map toMap) argument
211 appendElementToMap(String key, Set values, Map toMap) argument
[all...]

Completed in 38 milliseconds

12