Searched refs:Map (Results 226 - 250 of 5827) sorted by relevance

1234567891011>>

/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/spi/
H A DEnvironmentMapper.java35 import java.util.Map;
53 Map properties) throws XACMLException;
62 public Map mapToNativeEnvironment(Environment xacmlContextEnvironment,
/forgerock/openam/openam-http-client/src/main/java/org/forgerock/http/client/request/
H A DHttpClientRequest.java18 import java.util.Map;
81 public Map<String, String> getHeaders();
88 public Map<String, String> getQueryParameters();
/forgerock/openam/openam-sts/openam-common-sts/src/main/java/org/forgerock/openam/sts/
H A DInstanceConfigMarshaller.java22 import java.util.Map;
27 * the Map<String, Set<String>> SMS representation or the json representation. Simply wraps the static methods in the
32 * Called to marshal an STSInstanceConfig subclass instance to the Map<String, Set<String>> required for SMS persistence.
37 Map<String, Set<String>> toMap(T instance) throws STSPublishException;
45 T fromMapAttributes(Map<String, Set<String>> attributes) throws STSPublishException;
50 * to publish the Rest or Soap STS instance. The invocation payload is the SMS Map<String, Set<String>> representation
53 * @param jsonMapAttributes the Map<String, Set<String>> native to the ViewBean context and to SMS persistence, wrapped
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMObject.java31 import java.util.Map;
244 * Returns Map of all attributes. Map key is the attribute name and value is
247 * @return Map of all attributes.
254 public Map getAttributes() throws AMException, SSOException;
257 * Returns Map of all attributes directly from data store. Map key is the
260 * @return Map of all attributes.
267 public Map getAttributesFromDataStore() throws AMException, SSOException;
270 * Returns Map o
[all...]
H A DAMPeopleContainer.java31 import java.util.Map;
83 * Map where the key is the name of the user, and the value is a
84 * Map to represent Attribute-Value Pairs
92 public Set createUsers(Map users) throws AMException, SSOException;
98 * Map where the key is the name of the user, and the value is a
99 * Map to represent Attribute-Value Pairs
102 * the name of the user, and the value is a Map to represent
111 public Set createUsers(Map users, Set serviceNames) throws AMException,
137 public AMUser createUser(String uid, Map attrMap, Map serviceNameAndAttr
[all...]
H A DAMEntity.java31 import java.util.Map;
91 * Returns Map of all attributes. Map key is the attribute name and value is
94 * @return Map of all attributes.
101 public Map getAttributes() throws AMException, SSOException;
104 * Returns Map of specified attributes. Map key is the attribute name and
109 * @return Map of specified attributes.
116 public Map getAttributes(Set attributeNames) throws AMException,
135 public void setAttributes(Map attribute
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DDaoInterface.java37 import java.util.Map;
66 Map<String, Set<String> > attrMap);
71 Map<String, Set<String> > attrMap);
73 public Map<String, Set<String>> getAttributes(String userID,
77 public Map<String, Map<String, Set<String>>> search(
80 Map<String, Set<String>> avPairs);
82 public Map<String, Map<String, Set<String>>> search(
85 Map<Strin
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMObject.java31 import java.util.Map;
244 * Returns Map of all attributes. Map key is the attribute name and value is
247 * @return Map of all attributes.
254 public Map getAttributes() throws AMException, SSOException;
257 * Returns Map of all attributes directly from data store. Map key is the
260 * @return Map of all attributes.
267 public Map getAttributesFromDataStore() throws AMException, SSOException;
270 * Returns Map o
[all...]
H A DAMPeopleContainer.java31 import java.util.Map;
83 * Map where the key is the name of the user, and the value is a
84 * Map to represent Attribute-Value Pairs
92 public Set createUsers(Map users) throws AMException, SSOException;
98 * Map where the key is the name of the user, and the value is a
99 * Map to represent Attribute-Value Pairs
102 * the name of the user, and the value is a Map to represent
111 public Set createUsers(Map users, Set serviceNames) throws AMException,
137 public AMUser createUser(String uid, Map attrMap, Map serviceNameAndAttr
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DDaoInterface.java37 import java.util.Map;
66 Map<String, Set<String> > attrMap);
71 Map<String, Set<String> > attrMap);
73 public Map<String, Set<String>> getAttributes(String userID,
77 public Map<String, Map<String, Set<String>>> search(
80 Map<String, Set<String>> avPairs);
82 public Map<String, Map<String, Set<String>>> search(
85 Map<Strin
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DAddOperation.java30 import java.util.Map;
108 public abstract Map<AttributeType, List<Attribute>> getUserAttributes();
162 public abstract Map<ObjectClass,String> getObjectClasses();
196 public abstract Map<AttributeType,List<Attribute>> getOperationalAttributes();
/forgerock/opendj2/src/server/org/opends/server/core/
H A DAddOperation.java30 import java.util.Map;
108 Map<AttributeType, List<Attribute>> getUserAttributes();
143 Map<ObjectClass, String> getObjectClasses();
177 Map<AttributeType, List<Attribute>> getOperationalAttributes();
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DAddOperation.java30 import java.util.Map;
108 public abstract Map<AttributeType, List<Attribute>> getUserAttributes();
162 public abstract Map<ObjectClass,String> getObjectClasses();
196 public abstract Map<AttributeType,List<Attribute>> getOperationalAttributes();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DAddOperation.java30 import java.util.Map;
108 public abstract Map<AttributeType, List<Attribute>> getUserAttributes();
162 public abstract Map<ObjectClass,String> getObjectClasses();
196 public abstract Map<AttributeType,List<Attribute>> getOperationalAttributes();
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DAddOperation.java30 import java.util.Map;
108 Map<AttributeType, List<Attribute>> getUserAttributes();
143 Map<ObjectClass, String> getObjectClasses();
177 Map<AttributeType, List<Attribute>> getOperationalAttributes();
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DMAPDeviceProfileModel.java33 import java.util.Map;
58 public Map getLocalizedClassificationLabels(String[] classifications);
80 public Map getAttributeValues(String clientType, String classification);
95 * @param attributeValues Map of attribute name to set of attribute values.
98 public void modifyProfile(String clientType, Map attributeValues)
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/cdm/
H A DClientTypesManager.java31 import java.util.Map;
53 * Gets all client instance as Map.
55 * @return Map of clients. Key is the client type, value is the Client
58 public Map getAllClientInstances();
85 * @return All properties of the request client type as Map
87 public Map getClientTypeData(String clientType);
133 public void setDirty(String clientType, Map data);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/
H A DSearchResults.java35 import java.util.Map;
74 * Map of Identifier to a map of attribute name to set of its values.
76 private Map resultsMap;
102 * @param map Map of attributes and values if requested for.
104 public SearchResults(int count, Set results, int errorCode, Map map) {
118 public Map getResultAttributes() {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DSubjectAttributesCollector.java32 import java.util.Map;
68 public void init(String realm, Map<String, Set<String>> configMap);
80 Map<String, Set<String>> getAttributes(
129 Map<String, Set<String>> getUserAttributes(
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/idm/
H A DIdServicesDecoratorUtils.java21 import java.util.Map;
39 public static Map toLowerCaseKeys(Map attrs) {
56 private static boolean isBinary(Map map) {
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DAddOperation.java30 import java.util.Map;
109 Map<AttributeType, List<Attribute>> getUserAttributes();
144 Map<ObjectClass, String> getObjectClasses();
178 Map<AttributeType, List<Attribute>> getOperationalAttributes();
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/configuration/
H A DConfigurationInstance.java31 import java.util.Map;
57 * @return Map of key/value pairs, key is the attribute name, value is
63 public Map getConfiguration(String realm, String configName)
72 * @param avPairs Map of key/value pairs to be set in the service
81 String configName, Map avPairs)
90 * @param avPairs Map of key/value pairs to be set in the service
99 String configName, Map avPairs)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/operation/
H A DPostResponseAddOperation.java32 import java.util.Map;
93 Map<ObjectClass,String> getObjectClasses();
105 Map<AttributeType,List<Attribute>> getUserAttributes();
117 Map<AttributeType, List<Attribute>> getOperationalAttributes();
/forgerock/openidm-v4/openidm-script/src/test/java/org/forgerock/openidm/script/
H A DRhinoResourceFunctionsTest.java6 import java.util.Map;
20 protected Map<String, Object> getConfiguration() {
21 Map<String, Object> configuration = new HashMap<String, Object>(1);
35 protected ScriptRegistryImpl getScriptRegistry(Map<String, Object> configuration) {
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DMAPDeviceProfileModel.java33 import java.util.Map;
58 public Map getLocalizedClassificationLabels(String[] classifications);
80 public Map getAttributeValues(String clientType, String classification);
95 * @param attributeValues Map of attribute name to set of attribute values.
98 public void modifyProfile(String clientType, Map attributeValues)

Completed in 93 milliseconds

1234567891011>>