Searched refs:Map (Results 51 - 75 of 5827) sorted by relevance

1234567891011>>

/forgerock/openam/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)
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
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/openam-v13/openam-http-client/src/main/java/org/forgerock/http/client/response/
H A DSimpleHttpClientResponse.java18 import java.util.Map;
30 private Map<String, String> headers;
32 private Map<String, String> cookies;
43 public SimpleHttpClientResponse(Integer statusCode, String reasonPhrase, Map<String, String> headers,
44 String messageBody, Map<String, String> cookies) {
76 public Map<String, String> getHeaders() {
97 public Map<String, String> getCookies() {
/forgerock/openam/openam-http-client/src/main/java/org/forgerock/http/client/response/
H A DSimpleHttpClientResponse.java18 import java.util.Map;
30 private Map<String, String> headers;
32 private Map<String, String> cookies;
43 public SimpleHttpClientResponse(Integer statusCode, String reasonPhrase, Map<String, String> headers,
44 String messageBody, Map<String, String> cookies) {
76 public Map<String, String> getHeaders() {
97 public Map<String, String> getCookies() {
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMGroupContainer.java31 import java.util.Map;
74 * Map where the key is the name of the group container, and the
75 * value is a Map to represent Attribute-Value Pairs .
83 public Set createSubGroupContainers(Map groupContainers)
155 public Set searchSubGroupContainers(String wildcard, Map avPairs, int level)
181 Map avPairs, AMSearchControl searchControl) throws AMException,
207 * Map where the key is the name of the static group, and the
208 * value is a Map to represent attribute-value Pairs.
219 public Set createStaticGroups(Map groups) throws AMException, SSOException;
245 public AMGroup createStaticGroup(String name, Map attribute
[all...]
H A DAMCallBack.java31 import java.util.Map;
133 * @return a Map of attributes, where the key is the attribute name and the
138 public Map getAttributes(SSOToken token, String entryDN, Set attrNames) {
171 * @return Map of updated values for <code>attributes<code> or null. If this
181 public Map preProcessCreate(SSOToken token, String entryDN, Map attributes,
219 * @return Map of updated values for <code>newAttributes</code> or null.
231 public Map preProcessModify(SSOToken token, String entryDN,
232 Map oldAttributes, Map newAttribute
[all...]
H A DAMUserPasswordValidation.java31 import java.util.Map;
97 public void validateUserID(String userID, Map envParams)
128 public void validatePassword(String password, Map envParams)
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMGroupContainer.java31 import java.util.Map;
74 * Map where the key is the name of the group container, and the
75 * value is a Map to represent Attribute-Value Pairs .
83 public Set createSubGroupContainers(Map groupContainers)
155 public Set searchSubGroupContainers(String wildcard, Map avPairs, int level)
181 Map avPairs, AMSearchControl searchControl) throws AMException,
207 * Map where the key is the name of the static group, and the
208 * value is a Map to represent attribute-value Pairs.
219 public Set createStaticGroups(Map groups) throws AMException, SSOException;
245 public AMGroup createStaticGroup(String name, Map attribute
[all...]
/forgerock/openam-v13/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/
H A DMapMarshallUtils.java23 import java.util.Map;
28 * ultimately a json native format, into the Map<String, Set<String>> of attributes required for SMS persistence. As part
29 * of this conversion, a Map<String, Object>, returned from JsonValue.asMap, must be transformed into a Map<String, Set<String>>.
30 * Likewise, when going in the other direction (SMS map to JsonValue), the Map<String, Set<String>> needs to be converted
31 * back to a Map<String,Object> so that a JsonValue can be constructed therefrom.
40 * Marshals from a Map<String,Object> produced by jsonValue.asMap to the Map<String, Set<String>> expected by the
44 * the JsonValue corresponding to the keys is a List, a Set, or a Map (a Map woul
[all...]
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/
H A DMapMarshallUtils.java23 import java.util.Map;
28 * ultimately a json native format, into the Map<String, Set<String>> of attributes required for SMS persistence. As part
29 * of this conversion, a Map<String, Object>, returned from JsonValue.asMap, must be transformed into a Map<String, Set<String>>.
30 * Likewise, when going in the other direction (SMS map to JsonValue), the Map<String, Set<String>> needs to be converted
31 * back to a Map<String,Object> so that a JsonValue can be constructed therefrom.
40 * Marshals from a Map<String,Object> produced by jsonValue.asMap to the Map<String, Set<String>> expected by the
44 * the JsonValue corresponding to the keys is a List, a Set, or a Map (a Map woul
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DConditionDecision.java34 import java.util.Map;
48 private Map advices = new HashMap();
68 * @param advices A <code>Map</code> representing advices associated with
70 * The advice name is the key to the Map. The
77 public ConditionDecision(boolean allowed, Map advices) {
101 * The advice name is the key to the Map. The
108 public ConditionDecision(boolean allowed, long timeToLive, Map advices) {
132 * @param advices A <code>Map</code> representing advices associated with
134 * The advice name is the key to the Map. The
141 public void setAdvices(Map advice
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/interfaces/
H A DResponseProvider.java39 import java.util.Map;
63 * A Response Provider computes a <code>Map</code> of response attributes
65 * environment <code>Map</code> passed in the method call
88 * @param configParams <code>Map</code> of the configurational information
93 public void initialize(Map configParams) throws PolicyException;
142 * This influences the response attribute-value Map that would be
143 * computed by a call to method <code>getResponseDecision(Map)</code>
157 public void setProperties(Map properties) throws PolicyException;
163 public Map getProperties();
167 * based on the <code>SSOToken</code> and <code>Map</cod
[all...]
/forgerock/openam-v13/openam-tokens/src/main/java/org/forgerock/openam/tokens/
H A DMapToJsonBytesConverter.java20 import java.util.Map;
30 * A custom converter that converted {@code Map}s to {@code byte} arrays.
35 public class MapToJsonBytesConverter implements Converter<Map<String, ?>, byte[]> {
38 private static final TypeReference<Map<String, Object>> MAP_TYPE = new TypeReference<Map<String, Object>>() {
52 public byte[] convertFrom(Map<String, ?> map) {
61 public Map<String, ?> convertBack(byte[] s) {
65 throw new IllegalArgumentException("Could not convert input to a Map", e);
H A DMapToJsonStringConverter.java20 import java.util.Map;
30 * A custom converter that converted {@code Map}s to JSON {@code String}s.
35 public class MapToJsonStringConverter implements Converter<Map<String, ?>, String> {
38 private static final TypeReference<Map<String, Object>> MAP_TYPE = new TypeReference<Map<String, Object>>() {
52 public String convertFrom(Map<String, ?> map) {
61 public Map<String, ?> convertBack(String s) {
65 throw new IllegalArgumentException("Could not convert input to a Map", e);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/authentication/model/
H A DAuthPropertiesModel.java35 import java.util.Map;
45 * @return Map of attribute values. Returns the EMPTY_SET if
48 public Map getValues() throws AMConsoleException;
53 public Map getAuthTypes();
72 public void setValues(Map modifiedValues) throws AMConsoleException;
78 public Map getInstanceValues(String name);
80 public void setInstanceValues(String name, Map value)
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/realm/model/
H A DRMRealmModel.java37 import java.util.Map;
74 * @param attrValues Map of attribute name to a set of attribute values.
77 void createSubRealm(String parentRealm, String name, Map attrValues)
91 * Returns Map of default realm attribute values.
95 Map getDefaultValues();
99 * Returns Map of attribute name to empty set of values.
103 Map getDataMap();
106 * Returns attribute values. Map of attribute name to set of values.
111 Map getAttributeValues(String name)
118 * @param attributeValues Map o
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/authentication/model/
H A DAuthPropertiesModel.java35 import java.util.Map;
45 * @return Map of attribute values. Returns the EMPTY_SET if
48 public Map getValues() throws AMConsoleException;
53 public Map getAuthTypes();
72 public void setValues(Map modifiedValues) throws AMConsoleException;
78 public Map getInstanceValues(String name);
80 public void setInstanceValues(String name, Map value)
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/realm/model/
H A DRMRealmModel.java37 import java.util.Map;
74 * @param attrValues Map of attribute name to a set of attribute values.
77 void createSubRealm(String parentRealm, String name, Map attrValues)
91 * Returns Map of default realm attribute values.
95 Map getDefaultValues();
99 * Returns Map of attribute name to empty set of values.
103 Map getDataMap();
106 * Returns attribute values. Map of attribute name to set of values.
111 Map getAttributeValues(String name)
118 * @param attributeValues Map o
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DConditionDecision.java34 import java.util.Map;
48 private Map advices = new HashMap();
68 * @param advices A <code>Map</code> representing advices associated with
70 * The advice name is the key to the Map. The
77 public ConditionDecision(boolean allowed, Map advices) {
101 * The advice name is the key to the Map. The
108 public ConditionDecision(boolean allowed, long timeToLive, Map advices) {
132 * @param advices A <code>Map</code> representing advices associated with
134 * The advice name is the key to the Map. The
141 public void setAdvices(Map advice
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/interfaces/
H A DResponseProvider.java39 import java.util.Map;
63 * A Response Provider computes a <code>Map</code> of response attributes
65 * environment <code>Map</code> passed in the method call
88 * @param configParams <code>Map</code> of the configurational information
93 public void initialize(Map configParams) throws PolicyException;
142 * This influences the response attribute-value Map that would be
143 * computed by a call to method <code>getResponseDecision(Map)</code>
157 public void setProperties(Map properties) throws PolicyException;
163 public Map getProperties();
167 * based on the <code>SSOToken</code> and <code>Map</cod
[all...]
/forgerock/openam/openam-tokens/src/main/java/org/forgerock/openam/tokens/
H A DMapToJsonBytesConverter.java20 import java.util.Map;
30 * A custom converter that converted {@code Map}s to {@code byte} arrays.
35 public class MapToJsonBytesConverter implements Converter<Map<String, ?>, byte[]> {
38 private static final TypeReference<Map<String, Object>> MAP_TYPE = new TypeReference<Map<String, Object>>() {
52 public byte[] convertFrom(Map<String, ?> map) {
61 public Map<String, ?> convertBack(byte[] s) {
65 throw new IllegalArgumentException("Could not convert input to a Map", e);
H A DMapToJsonStringConverter.java20 import java.util.Map;
30 * A custom converter that converted {@code Map}s to JSON {@code String}s.
35 public class MapToJsonStringConverter implements Converter<Map<String, ?>, String> {
38 private static final TypeReference<Map<String, Object>> MAP_TYPE = new TypeReference<Map<String, Object>>() {
52 public String convertFrom(Map<String, ?> map) {
61 public Map<String, ?> convertBack(String s) {
65 throw new IllegalArgumentException("Could not convert input to a Map", e);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/internal/
H A DLoginModule.java31 import java.util.Map;
39 Map sharedstate, Map options);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdRepoAttributeValidator.java32 import java.util.Map;
49 void initialize(Map<String, Set<String>> configParams);
60 void validateAttributes(Map<String, Set<String>> attrMap,
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/
H A DAssertionStats.java32 import java.util.Map;
37 private Map assertionMap;
39 public AssertionStats(Map am) {
47 AssertionManager.assStats.record("Size of Assertion Map:" +
50 AssertionManager.assStats.record("No Assertions found in Map");

Completed in 76 milliseconds

1234567891011>>