Searched refs:Map (Results 26 - 50 of 5827) sorted by relevance

1234567891011>>

/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DITask.java32 import java.util.Map;
43 * @param mapParams Map of parameters.
45 String execute(Locale locale, Map mapParams)
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DSubjectDecision.java31 import java.util.Map;
42 private Map<String, Set<String>> advices;
50 public SubjectDecision(boolean satisfied, Map<String, Set<String>> advices) {
69 public Map<String, Set<String>> getAdvices() {
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/realm/model/
H A DServicesProfileModel.java33 import java.util.Map;
43 * @param map Map of attribute name to Set of attribute values.
46 void assignService(Map map)
52 * @param attrValues Map of attribute name to its values.
55 void setAttributes(Map attrValues)
63 Map getDefaultAttributeValues();
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/realm/model/
H A DServicesProfileModel.java33 import java.util.Map;
43 * @param map Map of attribute name to Set of attribute values.
46 void assignService(Map map)
52 * @param attrValues Map of attribute name to its values.
55 void setAttributes(Map attrValues)
63 Map getDefaultAttributeValues();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DSubjectDecision.java31 import java.util.Map;
42 private Map<String, Set<String>> advices;
50 public SubjectDecision(boolean satisfied, Map<String, Set<String>> advices) {
69 public Map<String, Set<String>> getAdvices() {
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSCModel.java33 import java.util.Map;
43 * @return Map of attribute values. Returns the EMPTY_SET if
46 public Map getValues() throws AMConsoleException;
59 public void setValues(Map modifiedValues) throws AMConsoleException;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DDSAMECallbackInterface.java32 import java.util.Map;
43 * Sets the Map which contains the values required for the callback.
45 * @param configMap Map contains the values required by the custom callback.
46 * @throws AuthenticationException when there is an error setting the Map.
48 public void setConfig(Map configMap) throws AuthenticationException;
51 * Returns the Map containing key/values pairs required for the
54 * @return Map containing values required by the callback.
56 public Map getConfig();
/forgerock/openam-v13/openam-http-client/src/main/java/org/forgerock/http/client/response/
H A DHttpClientResponse.java18 import java.util.Map;
58 public Map<String, String> getHeaders();
80 public Map<String, String> getCookies();
/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/
H A DToken.java21 import java.util.Map;
46 * Converts the token into a {@code Map} of its key data.
48 * @return A {@code Map} of the token's key data.
51 Map<String, Object> toMap() throws ServerException;
56 * @return A {@code Map} of the token's information.
58 Map<String, Object> getTokenInfo();
/forgerock/openam-v13/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/oidc/
H A DOpenIdConnectTokenClaimMapper.java22 import java.util.Map;
43 Map<String, String> getCustomClaims(SSOToken token, Map<String, String> claimMap) throws TokenCreationException;
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DIStateAccess.java31 import java.util.Map;
43 public Map getData();
45 public void putData(Map data);
H A DITask.java31 import java.util.Map;
38 Map properties) throws InstallException;
40 public boolean rollBack(String name, IStateAccess state, Map properties)
44 Map properties);
47 Map properties);
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/common/
H A DICookieResetInitializer.java31 import java.util.Map;
42 public abstract Map getCookieDomains();
43 public abstract Map getCookiePaths();
H A DIPDPCacheEntry.java27 import java.util.Map;
39 public Map getParameterMap();
40 public void setParameterMap(Map parameterMap);
H A DIProfileAttributeHelper.java31 import java.util.Map;
49 public Map getAttributeMap(SSOToken token, Map queryMap)
52 public abstract Map getAttributeMap(
53 SSOValidationResult ssoValidationResult, Map queryMap)
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/accountmgmt/
H A DFSUserProvider.java31 import java.util.Map;
52 * The followings are possible key-value pair of the Map:
72 public String getUserID(String orgDN, Map avPairs, Map env)
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/plugins/
H A DDiscoEntryHandler.java32 import java.util.Map;
49 * Key used in method <code>modifyDiscoEntries()</code> return Map.
55 * Key used in method <code>modifyDiscoEntries()</code> return Map.
67 * @return Map of <code>entryId</code> and
73 public Map getDiscoEntries(String userID, List reqServiceTypes);
85 * @return Map which contains the following key value pairs:
96 public Map modifyDiscoEntries(String userID,
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSCModel.java33 import java.util.Map;
43 * @return Map of attribute values. Returns the EMPTY_SET if
46 public Map getValues() throws AMConsoleException;
59 public void setValues(Map modifiedValues) throws AMConsoleException;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DDSAMECallbackInterface.java32 import java.util.Map;
43 * Sets the Map which contains the values required for the callback.
45 * @param configMap Map contains the values required by the custom callback.
46 * @throws AuthenticationException when there is an error setting the Map.
48 public void setConfig(Map configMap) throws AuthenticationException;
51 * Returns the Map containing key/values pairs required for the
54 * @return Map containing values required by the callback.
56 public Map getConfig();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/accountmgmt/
H A DFSUserProvider.java31 import java.util.Map;
52 * The followings are possible key-value pair of the Map:
72 public String getUserID(String orgDN, Map avPairs, Map env)
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/plugins/
H A DDiscoEntryHandler.java32 import java.util.Map;
49 * Key used in method <code>modifyDiscoEntries()</code> return Map.
55 * Key used in method <code>modifyDiscoEntries()</code> return Map.
67 * @return Map of <code>entryId</code> and
73 public Map getDiscoEntries(String userID, List reqServiceTypes);
85 * @return Map which contains the following key value pairs:
96 public Map modifyDiscoEntries(String userID,
/forgerock/openam/openam-http-client/src/main/java/org/forgerock/http/client/response/
H A DHttpClientResponse.java18 import java.util.Map;
58 public Map<String, String> getHeaders();
80 public Map<String, String> getCookies();
/forgerock/openam/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/oidc/
H A DOpenIdConnectTokenClaimMapper.java22 import java.util.Map;
45 Map<String, String> getCustomClaims(SSOToken token, Map<String, String> claimMap) throws TokenCreationException;
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DIStateAccess.java31 import java.util.Map;
43 public Map getData();
45 public void putData(Map data);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DFSSAMLServiceModel.java34 import java.util.Map;
46 public Map getAttributeLabels();
53 public Map getAttributeInlineHelps();
60 public Map getAttributeValues();
65 * @param values Attribute values. Map of samlv1.x attribute name to set of values.
68 public void setAttributeValues(Map values)

Completed in 42 milliseconds

1234567891011>>