Searched refs:attributes (Results 1 - 25 of 1439) sorted by relevance

1234567891011>>

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/service/
H A DReplicationMonitor.java80 * Retrieves a set of attributes containing monitor data that should be
83 * @return A set of attributes containing monitor data that should be
90 List<Attribute> attributes = new ArrayList<>();
92 addMonitorData(attributes, "domain-name", domain.getBaseDN());
93 addMonitorData(attributes, "connected-to", domain.getReplicationServer());
94 addMonitorData(attributes, "lost-connections", domain.getNumLostConnections());
95 addMonitorData(attributes, "received-updates", domain.getNumRcvdUpdates());
96 addMonitorData(attributes, "sent-updates", domain.getNumSentUpdates());
99 addMonitorData(attributes, "replayed-updates", domain.getNumProcessedUpdates());
101 addMonitorData(attributes, "serve
159 addMonitorData(List<Attribute> attributes, String attrName, Map<Integer, Integer> serverIdToNb) argument
182 addMonitorData(List<Attribute> attributes, String attrName, Object value) argument
[all...]
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/helpers/
H A DPolicyConfigUpgradeHelper.java31 attributes.add(ADVICES_HANDLEABLE_BY_AM);
32 attributes.add(LDAP_BASE_DN);
33 attributes.add(LDAP_ORG_SEARCH_SCOPE);
34 attributes.add(LDAP_GROUP_SEARCH_FILTER);
35 attributes.add(LDAP_GROUP_SEARCH_SCOPE);
36 attributes.add(LDAP_ROLES_SEARCH_FILTER);
37 attributes.add(LDAP_ROLES_SEARCH_SCOPE);
38 attributes.add(LDAP_ORG_SEARCH_ATTRIBUTE);
39 attributes.add(LDAP_GROUP_SEARCH_ATTRIBUTE);
40 attributes
[all...]
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/helpers/
H A DPolicyConfigUpgradeHelper.java31 attributes.add(ADVICES_HANDLEABLE_BY_AM);
32 attributes.add(LDAP_BASE_DN);
33 attributes.add(LDAP_ORG_SEARCH_SCOPE);
34 attributes.add(LDAP_GROUP_SEARCH_FILTER);
35 attributes.add(LDAP_GROUP_SEARCH_SCOPE);
36 attributes.add(LDAP_ROLES_SEARCH_FILTER);
37 attributes.add(LDAP_ROLES_SEARCH_SCOPE);
38 attributes.add(LDAP_ORG_SEARCH_ATTRIBUTE);
39 attributes.add(LDAP_GROUP_SEARCH_ATTRIBUTE);
40 attributes
[all...]
H A DOAuth2ProviderUpgradeHelper.java37 attributes.add(ID_TOKEN_SIGNING_ALGORITHMS);
38 attributes.add(JKWS_URI);
39 attributes.add(SUPPORTED_CLAIMS);
40 attributes.add(OIDC_CLAIMS_EXTENSION_SCRIPT);
41 attributes.add(SCOPE_PLUGIN_CLASS);
43 attributes.add(AUTHZ_CODE_LIFETIME_NAME);
44 attributes.add(REFRESH_TOKEN_LIFETIME_NAME);
45 attributes.add(ACCESS_TOKEN_LIFETIME_NAME);
46 attributes.add(JWT_TOKEN_LIFETIME_NAME);
48 attributes
[all...]
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/uma/models/
H A DUMAPolicyPermission.js39 validate: function (attributes) {
40 if (!attributes.subject) { return "no subject"; } // FIXME i18n
41 if (!attributes.scopes || !attributes.scopes.length) { return "no scopes"; } // FIXME i18n
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/uma/models/
H A DUMAPolicyPermission.js31 validate (attributes) {
32 if (!attributes.subject) { return "no subject"; } // FIXME i18n
33 if (!attributes.scopes || !attributes.scopes.length) { return "no scopes"; } // FIXME i18n
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/service/
H A DReplicationMonitor.java85 * Retrieves a set of attributes containing monitor data that should be
88 * @return A set of attributes containing monitor data that should be
95 ArrayList<Attribute> attributes = new ArrayList<Attribute>();
99 attributes.add(attr);
104 attributes.add(attr);
107 addMonitorData(attributes, "lost-connections",
111 addMonitorData(attributes, "received-updates", domain.getNumRcvdUpdates());
114 addMonitorData(attributes, "sent-updates", domain.getNumSentUpdates());
117 addMonitorData(attributes, "replayed-updates",
121 addMonitorData(attributes, "serve
268 addMonitorData( ArrayList<Attribute> attributes, String name, int value) argument
286 addMonitorData( ArrayList<Attribute> attributes, String name, long value) argument
304 addMonitorData( ArrayList<Attribute> attributes, String name, String value) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/service/
H A DReplicationMonitor.java85 * Retrieves a set of attributes containing monitor data that should be
88 * @return A set of attributes containing monitor data that should be
95 ArrayList<Attribute> attributes = new ArrayList<Attribute>();
99 attributes.add(attr);
104 attributes.add(attr);
107 addMonitorData(attributes, "lost-connections",
111 addMonitorData(attributes, "received-updates", domain.getNumRcvdUpdates());
114 addMonitorData(attributes, "sent-updates", domain.getNumSentUpdates());
117 addMonitorData(attributes, "replayed-updates",
121 addMonitorData(attributes, "serve
268 addMonitorData( ArrayList<Attribute> attributes, String name, int value) argument
286 addMonitorData( ArrayList<Attribute> attributes, String name, long value) argument
304 addMonitorData( ArrayList<Attribute> attributes, String name, String value) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/service/
H A DReplicationMonitor.java85 * Retrieves a set of attributes containing monitor data that should be
88 * @return A set of attributes containing monitor data that should be
95 ArrayList<Attribute> attributes = new ArrayList<Attribute>();
99 attributes.add(attr);
104 attributes.add(attr);
107 addMonitorData(attributes, "lost-connections",
111 addMonitorData(attributes, "received-updates", domain.getNumRcvdUpdates());
114 addMonitorData(attributes, "sent-updates", domain.getNumSentUpdates());
117 addMonitorData(attributes, "replayed-updates",
121 addMonitorData(attributes, "serve
268 addMonitorData( ArrayList<Attribute> attributes, String name, int value) argument
286 addMonitorData( ArrayList<Attribute> attributes, String name, long value) argument
304 addMonitorData( ArrayList<Attribute> attributes, String name, String value) argument
[all...]
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/realm/
H A DAmRealmAuthenticationResult.java51 public AmRealmAuthenticationResult(boolean valid, Set attributes) { argument
53 setAttributes(attributes);
60 private void setAttributes(Set attributes) { argument
61 if (attributes != null) {
62 _attributes = attributes;
/forgerock/opendj2/src/server/org/opends/server/replication/service/
H A DReplicationMonitor.java81 * Retrieves a set of attributes containing monitor data that should be
84 * @return A set of attributes containing monitor data that should be
91 List<Attribute> attributes = new ArrayList<Attribute>();
93 attributes.add(Attributes.create("domain-name", domain.getBaseDNString()));
94 attributes.add(Attributes.create("connected-to", domain
96 addMonitorData(attributes, "lost-connections",
98 addMonitorData(attributes, "received-updates", domain.getNumRcvdUpdates());
99 addMonitorData(attributes, "sent-updates", domain.getNumSentUpdates());
102 addMonitorData(attributes, "replayed-updates",
105 addMonitorData(attributes, "serve
195 addMonitorData(List<Attribute> attributes, String attrType, Map<Integer, Integer> serverIdToNb) argument
220 addMonitorData(List<Attribute> attributes, String name, int value) argument
236 addMonitorData(List<Attribute> attributes, String name, long value) argument
252 addMonitorData(List<Attribute> attributes, String name, String value) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/service/
H A DReplicationMonitor.java81 * Retrieves a set of attributes containing monitor data that should be
84 * @return A set of attributes containing monitor data that should be
91 List<Attribute> attributes = new ArrayList<Attribute>();
93 attributes.add(Attributes.create("domain-name", domain.getBaseDNString()));
94 attributes.add(Attributes.create("connected-to", domain
96 addMonitorData(attributes, "lost-connections",
98 addMonitorData(attributes, "received-updates", domain.getNumRcvdUpdates());
99 addMonitorData(attributes, "sent-updates", domain.getNumSentUpdates());
102 addMonitorData(attributes, "replayed-updates",
105 addMonitorData(attributes, "serve
195 addMonitorData(List<Attribute> attributes, String attrType, Map<Integer, Integer> serverIdToNb) argument
220 addMonitorData(List<Attribute> attributes, String name, int value) argument
236 addMonitorData(List<Attribute> attributes, String name, long value) argument
252 addMonitorData(List<Attribute> attributes, String name, String value) argument
[all...]
/forgerock/openam-v13/openam-oauth/src/main/java/com/sun/identity/oauth/service/
H A DOAuthResourceManager.java91 Map<String, String> attributes = new HashMap<String, String>();
93 attributes.put(CONSUMER_NAME, consumerName);
95 attributes.put(CONSUMER_SECRET, consumerSecret);
97 attributes.put(CONSUMER_RSA_KEY, consumerRASKey);
99 attributes.put(CONSUMER_KEY, consumerKey);
102 attributes, longExpiry);
118 Map<String, String> attributes = new HashMap<String, String>();
120 attributes.put(REQUEST_TOKEN_URI, reqTokenURI);
122 attributes.put(REQUEST_TOKEN_VAL, reqTokenVal);
124 attributes
447 searchConsumers(Map<String, String> attributes) argument
476 searchRequestTokens(Map<String, String> attributes) argument
505 searchAccessTokens(Map<String, String> attributes) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DAddChangeRecordEntry.java45 * an add operation. It includes a DN and a set of attributes, as well as
57 * The entry attributes for this operation.
59 private final List<Attribute> attributes; field in class:AddChangeRecordEntry
69 * @param attributes
70 * The entry attributes for this operation. It must not be
74 Map<AttributeType,List<Attribute>> attributes)
79 ifNull(attributes);
82 this.attributes = new ArrayList<>(attributes.size());
83 for (List<Attribute> list : attributes
73 AddChangeRecordEntry(DN dn, Map<AttributeType,List<Attribute>> attributes) argument
[all...]
/forgerock/openam/openam-audit/openam-audit-configuration/src/main/java/org/forgerock/openam/audit/events/handlers/
H A DJmsAuditEventHandlerFactory.java50 Map<String, Set<String>> attributes = configuration.getAttributes();
53 handlerConfig.setTopics(attributes.get("topics"));
55 handlerConfig.setEnabled(getBooleanMapAttr(attributes, "enabled", false));
57 handlerConfig.setBatch(getBatchPublisherConfig(attributes));
58 handlerConfig.setDeliveryMode(getDeliveryModeConfig(attributes));
59 handlerConfig.setJndi(getJndiConfig(attributes));
60 handlerConfig.setSessionMode(getSessionModeConfig(attributes));
69 private SessionModeConfig getSessionModeConfig(Map<String, Set<String>> attributes) { argument
70 return SessionModeConfig.valueOf(getMapAttr(attributes, "sessionMode"));
73 private JmsAuditEventHandlerConfiguration.JndiConfiguration getJndiConfig(Map<String, Set<String>> attributes) { argument
82 getDeliveryModeConfig(Map<String, Set<String>> attributes) argument
86 getBatchPublisherConfig(Map<String, Set<String>> attributes) argument
[all...]
H A DJdbcAuditEventHandlerFactory.java56 Map<String, Set<String>> attributes = configuration.getAttributes();
59 handlerConfig.setTopics(attributes.get("topics"));
61 handlerConfig.setEnabled(getBooleanMapAttr(attributes, "enabled", false));
62 handlerConfig.setDatabaseType(getMapAttr(attributes, "databaseType"));
65 tableMappings.add(getTableMapping(AUTHENTICATION_TOPIC, attributes));
66 tableMappings.add(getTableMapping(ACTIVITY_TOPIC, attributes));
67 tableMappings.add(getTableMapping(ACCESS_TOPIC, attributes));
68 tableMappings.add(getTableMapping(CONFIG_TOPIC, attributes));
71 handlerConfig.setBufferingConfiguration(getBufferingConfiguration(attributes));
74 getDataSource(attributes));
77 getTableMapping(String eventTopic, Map<String, Set<String>> attributes) argument
93 getDataSource(Map<String, Set<String>> attributes) argument
97 createHikariConfig(Map<String, Set<String>> attributes) argument
119 getBufferingConfiguration(Map<String, Set<String>> attributes) argument
[all...]
H A DElasticsearchAuditEventHandlerFactory.java57 Map<String, Set<String>> attributes = configuration.getAttributes();
60 esHandlerConfiguration.setEnabled(getBooleanMapAttr(attributes, "enabled", false));
61 esHandlerConfiguration.setTopics(attributes.get("topics"));
62 esHandlerConfiguration.setIndexMapping(getIndexMapping(attributes));
63 esHandlerConfiguration.setBuffering(getBufferingConfiguration(attributes));
64 esHandlerConfiguration.setConnection(getConnection(attributes));
96 private EventBufferingConfiguration getBufferingConfiguration(Map<String, Set<String>> attributes) { argument
99 bufferingConfiguration.setEnabled(getBooleanMapAttr(attributes, "bufferingEnabled", true));
100 bufferingConfiguration.setMaxBatchedEvents(getIntMapAttr(attributes, "batchSize", 500, DEBUG));
101 bufferingConfiguration.setMaxSize(getIntMapAttr(attributes, "maxEvent
109 getIndexMapping(Map<String, Set<String>> attributes) argument
117 getConnection(Map<String, Set<String>> attributes) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DAttributeValueIterable.java42 * achieved without having to duplicate the set of attributes.
52 // The set of attributes having the same type and options.
53 private Iterable<Attribute> attributes; field in class:AttributeValueIterable
63 * @param attributes The set of attributes having the same type.
66 public AttributeValueIterable(Iterable<Attribute> attributes) { argument
67 this(attributes, null);
74 * @param attributes The set of attributes having the same type.
80 public AttributeValueIterable(Iterable<Attribute> attributes, argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DAttributeValueIterable.java41 * achieved without having to duplicate the set of attributes.
51 // The set of attributes having the same type and options.
52 private Iterable<Attribute> attributes; field in class:AttributeValueIterable
62 * @param attributes The set of attributes having the same type.
65 public AttributeValueIterable(Iterable<Attribute> attributes) { argument
66 this(attributes, null);
73 * @param attributes The set of attributes having the same type.
79 public AttributeValueIterable(Iterable<Attribute> attributes, argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DAttributeValueIterable.java42 * achieved without having to duplicate the set of attributes.
52 // The set of attributes having the same type and options.
53 private Iterable<Attribute> attributes; field in class:AttributeValueIterable
63 * @param attributes The set of attributes having the same type.
66 public AttributeValueIterable(Iterable<Attribute> attributes) { argument
67 this(attributes, null);
74 * @param attributes The set of attributes having the same type.
80 public AttributeValueIterable(Iterable<Attribute> attributes, argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DAttributeValueIterable.java42 * achieved without having to duplicate the set of attributes.
52 // The set of attributes having the same type and options.
53 private Iterable<Attribute> attributes; field in class:AttributeValueIterable
63 * @param attributes The set of attributes having the same type.
66 public AttributeValueIterable(Iterable<Attribute> attributes) { argument
67 this(attributes, null);
74 * @param attributes The set of attributes having the same type.
80 public AttributeValueIterable(Iterable<Attribute> attributes, argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DAttributeValueIterable.java41 * achieved without having to duplicate the set of attributes.
51 // The set of attributes having the same type and options.
52 private Iterable<Attribute> attributes; field in class:AttributeValueIterable
62 * @param attributes The set of attributes having the same type.
65 public AttributeValueIterable(Iterable<Attribute> attributes) { argument
66 this(attributes, null);
73 * @param attributes The set of attributes having the same type.
79 public AttributeValueIterable(Iterable<Attribute> attributes, argument
[all...]
/forgerock/openam-v13/openam-audit/openam-audit-configuration/src/main/java/org/forgerock/openam/audit/events/handlers/
H A DJdbcAuditEventHandlerFactory.java56 Map<String, Set<String>> attributes = configuration.getAttributes();
59 handlerConfig.setTopics(attributes.get("topics"));
61 handlerConfig.setEnabled(getBooleanMapAttr(attributes, "enabled", false));
62 handlerConfig.setDatabaseType(getMapAttr(attributes, "databaseType"));
65 tableMappings.add(getTableMapping(AUTHENTICATION_TOPIC, attributes));
66 tableMappings.add(getTableMapping(ACTIVITY_TOPIC, attributes));
67 tableMappings.add(getTableMapping(ACCESS_TOPIC, attributes));
68 tableMappings.add(getTableMapping(CONFIG_TOPIC, attributes));
71 handlerConfig.setBufferingConfiguration(getBufferingConfiguration(attributes));
74 getDataSource(attributes));
77 getTableMapping(String eventTopic, Map<String, Set<String>> attributes) argument
93 getDataSource(Map<String, Set<String>> attributes) argument
97 createHikariConfig(Map<String, Set<String>> attributes) argument
119 getBufferingConfiguration(Map<String, Set<String>> attributes) argument
[all...]
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/impl/
H A DDeletePreReadOptionFunction.java44 Set<CoreTokenField> attributes = new HashSet<>(Arrays.asList(preReadAttributes));
45 attributes.add(CoreTokenField.TOKEN_ID);
46 attributes.add(CoreTokenField.TOKEN_TYPE);
47 return (R) request.addControl(PreReadRequestControl.newControl(true, convertToString(attributes)));
53 Set<String> attributes = new HashSet<>();
55 attributes.add(field.toString());
57 return attributes;
/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DAddChangeRecordEntry.java45 * an add operation. It includes a DN and a set of attributes, as well as
57 * The entry attributes for this operation.
59 private final List<Attribute> attributes; field in class:AddChangeRecordEntry
69 * @param attributes
70 * The entry attributes for this operation. It must not be
74 Map<AttributeType,List<Attribute>> attributes)
79 ensureNotNull(attributes);
82 this.attributes = new ArrayList<Attribute>(attributes.size());
83 for (List<Attribute> list : attributes
73 AddChangeRecordEntry(DN dn, Map<AttributeType,List<Attribute>> attributes) argument
[all...]

Completed in 180 milliseconds

1234567891011>>