Searched defs:Map (Results 76 - 100 of 173) sorted by relevance

1234567

/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DComputeBestServerTest.java33 import java.util.Map;
1793 Map<Integer, ReplicationServerInfo> servers, int currentRsServerId,
1792 testComputeBestServerForWeight( Map<Integer, ReplicationServerInfo> servers, int currentRsServerId, int localServerId, String winnerUrl) argument
/forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/
H A DAddMsg.java31 import java.util.Map;
96 Map<ObjectClass, String> objectClasses,
97 Map<AttributeType,List<Attribute>> userAttributes,
98 Map<AttributeType,List<Attribute>> operationalAttributes)
222 Map<ObjectClass, String> objectClasses,
223 Map<AttributeType, List<Attribute>> userAttributes,
224 Map<AttributeType, List<Attribute>> operationalAttributes)
255 private void encodeAttributes(Map<AttributeType, List<Attribute>> attributes,
221 encodeAttributes( Map<ObjectClass, String> objectClasses, Map<AttributeType, List<Attribute>> userAttributes, Map<AttributeType, List<Attribute>> operationalAttributes) argument
/forgerock/opendj2-hg/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendAddOperation.java32 import java.util.Map;
86 private Map<ObjectClass, String> objectClasses;
89 private Map<AttributeType, List<Attribute>> operationalAttributes;
92 private Map<AttributeType, List<Attribute>> userAttributes;
557 Map<AttributeType, List<Attribute>> attributes) throws DirectoryException
668 Map<AttributeType, List<Attribute>> attributes, AttributeType t,
737 Map<ObjectClass, String> objectClasses = getObjectClasses();
1025 Map<AttributeType, List<Attribute>> attributes) throws DirectoryException
556 checkHasReadOnlyAttributes( Map<AttributeType, List<Attribute>> attributes) argument
667 addRDNAttributesIfNecessary( Map<AttributeType, List<Attribute>> attributes, AttributeType t, AttributeValue v, String n) argument
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DReferralPrivilege.java40 import java.util.Map;
59 private Map<String, Set<String>> mapApplNameToResources;
60 private Map<String, Set<String>> origMapApplNameToResources;
75 * @param map Map of application name to resources.
81 Map<String, Set<String>> map,
156 public void setMapApplNameToResources(Map<String, Set<String>> map)
203 public Map<String, Set<String>> getMapApplNameToResources() {
207 private static Map<String, Set<String>> deepCopyMap( argument
208 Map<String, Set<String>> map) {
209 Map<Strin
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/common/
H A DIdRepoUtils.java59 import java.util.Map;
117 public static Map<String, ?> getAttrMapWithoutPasswordAttrs(Map<String, ?> attrMap, Set<String> pwdAttrs) {
214 Map attrValues = ss.getAttributes();
256 Map attrValues, ServletContext servletCtx, String idRepoType)
304 private static String getADAMInstanceGUID(Map attrValues) throws Exception {
327 private static ConnectionFactory getLDAPConnection(Map attrValues)
380 public static Map<IdType, Set<IdOperation>> parseSupportedTypesAndOperations(Set<String> typesAndOperations) {
381 Map<IdType, Set<IdOperation>> supportedTypesAndOperations = new HashMap<IdType, Set<IdOperation>>(6);
454 public static Map<Strin
473 getLDAPUrls( Map<String, Set<String>> attrValues) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyRequestHandler.java76 import java.util.Map;
103 static Map<String, PolicyEvaluator> policyEvaluators = new HashMap<String, PolicyEvaluator>();
109 static Map listenerRegistry = Collections.synchronizedMap(new HashMap());
279 Map<String, Set<String>> appAttributes;
407 Map respDecisions = null;
430 Map envParameters = resourceResultReq.getEnvParms();
484 private Map getResponseDecisions(SSOToken token, Set attrs)
491 Map userAttrMap = null;
510 Map<String, Set<String>> appAttributes) {
574 Map<Strin
724 getPolicyEvaluator(final SSOToken appToken, final String serviceTypeName, final Map<String, Set<String>> appAttributes) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/entitlement/utils/
H A DEntitlementUtils.java50 import java.util.Map;
95 public static ApplicationType createApplicationType(String name, Map<String, Set<String>> data)
97 Map<String, Boolean> actions = getActions(data);
125 Map<String, Set<String>> data) throws InstantiationException, IllegalAccessException, EntitlementException {
190 public static Set<String> getActionSet(Map<String, Boolean> actions) {
206 public static String getCombiner(Map<String, Set<String>> data) {
225 public static Set<String> getSubjects(Map<String, Set<String>> data) {
238 public static Set<String> getConditions(Map<String, Set<String>> data) {
249 public static Set<String> getResourceTypeUUIDs(Map<String, Set<String>> data) {
262 public static Set<String> getDescription(Map<Strin
280 getActions(final Map<String, Set<String>> data) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/
H A DTopologyCache.java35 import java.util.Map;
113 Set<Map<ServerProperty, Object>> adsServers =
117 for (Map<ServerProperty, Object> serverProperties : adsServers)
392 Map<ServerProperty, Object> serverProperties)
391 getServerLoader( Map<ServerProperty, Object> serverProperties) argument
/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/rest/authz/
H A DPrivilegeAuthzModule.java22 import java.util.Map;
80 private final Map<String, PrivilegeDefinition> actionToDefinition;
87 final Map<String, PrivilegeDefinition> actionToDefinition,
173 // Map the set of actions to a set of action strings.
86 PrivilegeAuthzModule(final DelegationEvaluator evaluator, final Map<String, PrivilegeDefinition> actionToDefinition, final DelegationPermissionFactory permissionFactory, SessionCache sessionCache, CoreWrapper coreWrapper) argument
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-plugins/src/main/java/com/sun/identity/diagnostic/plugin/services/common/
H A DServiceBase.java61 import java.util.Map;
121 if (isServerBootable((Map)getBootServers(bootPath))) {
135 protected Map<String, Map> getBootServers(String path)
144 * @param bServers Map of available boot servers
148 Map<String, Map> bServers
151 Map <String, String> dsInstance = new HashMap<String, String>();
155 dsInstance = (Map)bServers.get(dsInstanceKey);
166 private Map getBootfileConten
147 isServerBootable( Map<String, Map> bServers ) argument
[all...]
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/entitlement/
H A DApplicationImpl.java46 import java.util.Map;
87 String key, Map<String, Set<String>> map) {
113 Map<String, Set<String>> attributeValues,
204 Map<String, Set<String>> attributeValues) throws CLIException {
242 Map<String, Set<String>> attributeValues)
274 Map<String, Set<String>> attributeValues)
305 Map<String, Set<String>> attributeValues)
203 getEntitlementCombiner( Map<String, Set<String>> attributeValues) argument
241 getResourceComparator( Map<String, Set<String>> attributeValues) argument
273 getSaveIndex( Map<String, Set<String>> attributeValues) argument
304 getSearchIndex( Map<String, Set<String>> attributeValues) argument
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/
H A DApplicationsResource.java81 private final Map<String, QueryAttribute> queryAttributes;
97 Map<String, QueryAttribute> queryAttributes,
517 ApplicationQueryBuilder(Map<String, QueryAttribute> queryAttributes) {
94 ApplicationsResource(@amed�) Debug debug, ApplicationManagerWrapper appManager, ApplicationTypeManagerWrapper appTypeManagerWrapper, @Named(ApplicationsResource.APPLICATION_QUERY_ATTRIBUTES) Map<String, QueryAttribute> queryAttributes, ExceptionMappingHandler<EntitlementException, ResourceException> exceptionMappingHandler) argument
/forgerock/openam-v13/openam-entitlements/src/test/java/org/forgerock/openam/entitlement/rest/model/json/
H A DPolicyRequestTest.java31 import java.util.Map;
96 Map<String, List<String>> env = new HashMap<String, List<String>>();
99 Map<String, Object> properties = new HashMap<String, Object>();
142 Map<String, Object> properties = new HashMap<String, Object>();
157 Map<String, Object> properties = new HashMap<String, Object>();
232 Map<String, Object> properties = new HashMap<String, Object>();
253 Map<String, Object> properties = new HashMap<String, Object>();
274 Map<String, Object> properties = new HashMap<String, Object>();
300 * Expects the maps to be in the form Map<String, Set<String>>.
302 private final static class EnvMapCondition extends Condition<Map<
306 EnvMapCondition(final Map<?, ?> map) argument
311 matches(final Map<?, ?> otherMap) argument
327 matches(final Map<?, ?> map, final Map<?, ?> otherMap) argument
[all...]
/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/policy/
H A DPolicyEvaluatorTest.java46 import java.util.Map;
158 Map<String, ActionDecision> decisions = pd.getActionDecisions();
228 Map<String, Boolean> actionValues = ent.getActionValues();
242 Map<String, Boolean> actionValues,
268 Map<String, Boolean> actionValues = ent.getActionValues();
272 Map<String, Boolean> actionValues = ent.getActionValues();
279 Map<String, Set<String>> actionValues =
297 Map<String, Set<String>> actionValues =
308 Map<String, Set<String>> actionValues =
319 Map<Strin
241 validateActionValues( Map<String, Boolean> actionValues, String key, Boolean value ) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/
H A DAddMsg.java31 import java.util.Map;
97 Map<ObjectClass, String> objectClasses,
98 Map<AttributeType,List<Attribute>> userAttributes,
99 Map<AttributeType,List<Attribute>> operationalAttributes)
223 Map<ObjectClass, String> objectClasses,
224 Map<AttributeType, List<Attribute>> userAttributes,
225 Map<AttributeType, List<Attribute>> operationalAttributes)
251 private void encodeAttributes(Map<AttributeType, List<Attribute>> attributes,
222 encodeAttributes( Map<ObjectClass, String> objectClasses, Map<AttributeType, List<Attribute>> userAttributes, Map<AttributeType, List<Attribute>> operationalAttributes) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/workflowelement/localbackend/
H A DLocalBackendAddOperation.java31 import java.util.Map;
114 private Map<ObjectClass, String> objectClasses;
117 private Map<AttributeType, List<Attribute>> operationalAttributes;
120 private Map<AttributeType, List<Attribute>> userAttributes;
544 Map<AttributeType, List<Attribute>> attributes) throws DirectoryException
610 Map<AttributeType, List<Attribute>> attributes, AttributeType t,
662 Map<ObjectClass, String> objectClasses = getObjectClasses();
929 Map<AttributeType, List<Attribute>> attributes) throws DirectoryException
543 checkHasReadOnlyAttributes( Map<AttributeType, List<Attribute>> attributes) argument
609 addRDNAttributesIfNecessary( Map<AttributeType, List<Attribute>> attributes, AttributeType t, ByteString v, String n) argument
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/server/
H A DServerManagedObject.java34 import java.util.Map;
85 private final Map<PropertyDefinition<?>, SortedSet<?>> properties;
102 final Map<PropertyDefinition<?>, SortedSet<?>> properties, final DN configDN,
975 for (Map.Entry<PropertyDefinition<?>, SortedSet<?>> value : properties.entrySet()) {
101 ServerManagedObject(final ManagedObjectPath<?, S> path, final ManagedObjectDefinition<?, S> definition, final Map<PropertyDefinition<?>, SortedSet<?>> properties, final DN configDN, final ServerManagementContext context) argument
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/service/
H A DReplicationBrokerTest.java81 private Map<Integer, ReplicationServerInfo> newMap(ReplicationServerInfo... infos)
87 final Map<Integer, ReplicationServerInfo> map = new HashMap<>();
101 Map<Integer, ReplicationServerInfo> rsInfos,
108 Map<Integer, ReplicationServerInfo> rsInfos,
117 private ReplicationServerInfo find(Map<Integer, ReplicationServerInfo> rsInfos, RSInfo rsInfo)
130 Map<Integer, DSInfo> replicaInfos, List<RSInfo> rsInfos, int dsServerId, int rsServerId,
131 Set<String> rsUrls, Map<Integer, ReplicationServerInfo> previousRSs)
146 private Map<Integer, DSInfo> newMap(DSInfo... dsInfos)
148 final Map<Integer, DSInfo> results = new HashMap<>();
213 final Map<Intege
100 assertContainsRSWithDSs( Map<Integer, ReplicationServerInfo> rsInfos, ReplicationServerInfo rsInfo, Integer... connectedDSs) argument
107 assertContainsRSWithDSs( Map<Integer, ReplicationServerInfo> rsInfos, ReplicationServerInfo rsInfo, Set<Integer> connectedDSs) argument
[all...]
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/entitlement/
H A DApplicationImpl.java46 import java.util.Map;
100 String key, Map<String, Set<String>> map) {
126 Map<String, Set<String>> attributeValues,
217 Map<String, Set<String>> attributeValues) throws CLIException {
255 Map<String, Set<String>> attributeValues)
287 Map<String, Set<String>> attributeValues)
318 Map<String, Set<String>> attributeValues)
216 getEntitlementCombiner( Map<String, Set<String>> attributeValues) argument
254 getResourceComparator( Map<String, Set<String>> attributeValues) argument
286 getSaveIndex( Map<String, Set<String>> attributeValues) argument
317 getSearchIndex( Map<String, Set<String>> attributeValues) argument
H A DApplicationPrivilegeBase.java56 import java.util.Map;
82 private static Map<String, ApplicationPrivilege.PossibleAction>
85 private static Map<ApplicationPrivilege.PossibleAction, String>
171 protected Map<String, Set<String>> getApplicationResourcesMap(
195 Map<String, Set<String>> map = new HashMap<String, Set<String>>();
252 protected Map<String, Set<String>> getApplicationToResources(
254 Map<String, Set<String>> applToRes = new HashMap<String, Set<String>>();
262 protected Map<String, Set<String>> getSubjects(
264 Map<String, Set<String>> results = new HashMap<String, Set<String>>();
291 Map<Strin
290 removeFromMap( Map<String, Set<String>> map1, Map<String, Set<String>> map2 ) argument
307 mergeMap( Map<String, Set<String>> map1, Map<String, Set<String>> map2 ) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/common/
H A DIdRepoUtils.java62 import java.util.Map;
120 public static Map<String, ?> getAttrMapWithoutPasswordAttrs(Map<String, ?> attrMap, Set<String> pwdAttrs) {
217 Map attrValues = ss.getAttributes();
259 Map attrValues, ServletContext servletCtx, String idRepoType)
307 private static String getADAMInstanceGUID(Map attrValues) throws Exception {
330 private static ConnectionFactory getLDAPConnection(Map attrValues)
389 public static Map<IdType, Set<IdOperation>> parseSupportedTypesAndOperations(Set<String> typesAndOperations) {
390 Map<IdType, Set<IdOperation>> supportedTypesAndOperations = new HashMap<IdType, Set<IdOperation>>(6);
463 public static Map<Strin
482 getLDAPUrls( Map<String, Set<String>> attrValues) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyRequestHandler.java81 import java.util.Map;
108 static Map<String, PolicyEvaluator> policyEvaluators = new HashMap<String, PolicyEvaluator>();
114 static Map listenerRegistry = Collections.synchronizedMap(new HashMap());
284 Map<String, Set<String>> appAttributes;
407 Map<String, Set<String>> responseAttributeValues = null;
429 Map envParameters = resourceResultReq.getEnvParms();
483 private Map<String, Set<String>> getResponseAttributeValues(SSOToken token, Set attrs) throws PolicyEvaluationException {
485 Map<String, Set<String>> attributeValues = null;
509 Map<String, Set<String>> appAttributes) {
573 Map<Strin
723 getPolicyEvaluator(final SSOToken appToken, final String serviceTypeName, final Map<String, Set<String>> appAttributes) argument
[all...]
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/entitlement/utils/
H A DEntitlementUtils.java28 import java.util.Map;
103 public static ApplicationType createApplicationType(String name, Map<String, Set<String>> data)
105 Map<String, Boolean> actions = getActions(data);
133 Map<String, Set<String>> data) throws InstantiationException, IllegalAccessException, EntitlementException {
224 public static Set<String> getActionSet(Map<String, Boolean> actions) {
240 public static String getCombiner(Map<String, Set<String>> data) {
259 public static Set<String> getSubjects(Map<String, Set<String>> data) {
272 public static Set<String> getConditions(Map<String, Set<String>> data) {
283 public static Set<String> getResourceTypeUUIDs(Map<String, Set<String>> data) {
296 public static Set<String> getDescription(Map<Strin
314 getActions(final Map<String, Set<String>> data) argument
[all...]
/forgerock/openam/openam-entitlements/src/test/java/org/forgerock/openam/entitlement/rest/model/json/
H A DPolicyRequestTest.java31 import java.util.Map;
108 Map<String, List<String>> env = new HashMap<String, List<String>>();
111 Map<String, Object> properties = new HashMap<String, Object>();
159 Map<String, Object> properties = new HashMap<String, Object>();
176 Map<String, Object> properties = new HashMap<String, Object>();
256 Map<String, Object> properties = new HashMap<String, Object>();
280 Map<String, Object> properties = new HashMap<String, Object>();
303 Map<String, Object> properties = new HashMap<String, Object>();
329 * Expects the maps to be in the form Map<String, Set<String>>.
331 private final static class EnvMapCondition extends Condition<Map<
335 EnvMapCondition(final Map<?, ?> map) argument
340 matches(final Map<?, ?> otherMap) argument
356 matches(final Map<?, ?> map, final Map<?, ?> otherMap) argument
[all...]
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/policy/
H A DPolicyEvaluatorTest.java46 import java.util.Map;
158 Map<String, ActionDecision> decisions = pd.getActionDecisions();
228 Map<String, Boolean> actionValues = ent.getActionValues();
242 Map<String, Boolean> actionValues,
268 Map<String, Boolean> actionValues = ent.getActionValues();
272 Map<String, Boolean> actionValues = ent.getActionValues();
279 Map<String, Set<String>> actionValues =
297 Map<String, Set<String>> actionValues =
308 Map<String, Set<String>> actionValues =
319 Map<Strin
241 validateActionValues( Map<String, Boolean> actionValues, String key, Boolean value ) argument
[all...]

Completed in 175 milliseconds

1234567