Searched refs:attributes (Results 26 - 50 of 1439) sorted by relevance

1234567891011>>

/forgerock/opendj2/src/server/org/opends/server/util/
H A DAddChangeRecordEntry.java44 * an add operation. It includes a DN and a set of attributes, as well as
56 * The entry attributes for this operation.
58 private final List<Attribute> attributes; field in class:AddChangeRecordEntry
68 * @param attributes
69 * The entry attributes for this operation. It must not be
73 Map<AttributeType,List<Attribute>> attributes)
78 ensureNotNull(attributes);
81 this.attributes = new ArrayList<Attribute>(attributes.size());
82 for (List<Attribute> list : attributes
72 AddChangeRecordEntry(DN dn, Map<AttributeType,List<Attribute>> attributes) argument
[all...]
/forgerock/opendj2.6.2/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...]
/forgerock/opendj2-jel-hg/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...]
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DAddChangeRecordEntry.java44 * an add operation. It includes a DN and a set of attributes, as well as
56 * The entry attributes for this operation.
58 private final List<Attribute> attributes; field in class:AddChangeRecordEntry
68 * @param attributes
69 * The entry attributes for this operation. It must not be
73 Map<AttributeType,List<Attribute>> attributes)
78 ensureNotNull(attributes);
81 this.attributes = new ArrayList<Attribute>(attributes.size());
82 for (List<Attribute> list : attributes
72 AddChangeRecordEntry(DN dn, Map<AttributeType,List<Attribute>> attributes) argument
[all...]
/forgerock/openam-v13/openam-audit/openam-audit-configuration/src/main/java/org/forgerock/openam/audit/events/handlers/
H A DCsvAuditEventHandlerFactory.java53 Map<String, Set<String>> attributes = configuration.getAttributes();
56 String location = getMapAttr(attributes, "location");
59 csvHandlerConfiguration.setTopics(attributes.get("topics"));
61 csvHandlerConfiguration.setEnabled(getBooleanMapAttr(attributes, "enabled", true));
62 setFileRotationPolicies(csvHandlerConfiguration, attributes);
63 setFileRetentionPolicies(csvHandlerConfiguration, attributes);
64 csvHandlerConfiguration.setBufferingConfiguration(getBufferingConfiguration(attributes));
65 csvHandlerConfiguration.setSecurity(getCsvSecurity(attributes));
72 Map<String, Set<String>> attributes) throws AuditException {
73 boolean enabled = getBooleanMapAttr(attributes, "rotationEnable
71 setFileRotationPolicies(CsvAuditEventHandlerConfiguration csvHandlerConfiguration, Map<String, Set<String>> attributes) argument
106 setFileRetentionPolicies(CsvAuditEventHandlerConfiguration csvHandlerConfiguration, Map<String, Set<String>> attributes) argument
116 getBufferingConfiguration(Map<String, Set<String>> attributes) argument
123 getCsvSecurity(Map<String, Set<String>> attributes) argument
[all...]
H A DSyslogAuditEventHandlerFactory.java52 Map<String, Set<String>> attributes = configuration.getAttributes();
55 syslogHandlerConfiguration.setEnabled(getBooleanMapAttr(attributes, "enabled", true));
57 syslogHandlerConfiguration.setTopics(attributes.get("topics"));
58 syslogHandlerConfiguration.setHost(getMapAttr(attributes, "host"));
59 setPort(syslogHandlerConfiguration, attributes);
61 String transportProtocol = getMapAttr(attributes, "transportProtocol");
67 setConnectTimeout(syslogHandlerConfiguration, attributes);
69 eventBufferingConfiguration.setEnabled(getBooleanMapAttr(attributes, "bufferingEnabled", true));
72 String facility = getMapAttr(attributes, "facility");
85 Map<String, Set<String>> attributes) {
84 setPort(SyslogAuditEventHandlerConfiguration syslogHandlerConfiguration, Map<String, Set<String>> attributes) argument
92 setConnectTimeout(SyslogAuditEventHandlerConfiguration syslogHandlerConfiguration, Map<String, Set<String>> attributes) argument
100 parseIntegerFromAttribute(String attributeName, Map<String, Set<String>> attributes) argument
[all...]
/forgerock/openam/openam-audit/openam-audit-configuration/src/main/java/org/forgerock/openam/audit/events/handlers/
H A DCsvAuditEventHandlerFactory.java53 Map<String, Set<String>> attributes = configuration.getAttributes();
56 String location = getMapAttr(attributes, "location");
59 csvHandlerConfiguration.setTopics(attributes.get("topics"));
61 csvHandlerConfiguration.setEnabled(getBooleanMapAttr(attributes, "enabled", true));
62 setFileRotationPolicies(csvHandlerConfiguration, attributes);
63 setFileRetentionPolicies(csvHandlerConfiguration, attributes);
64 csvHandlerConfiguration.setBufferingConfiguration(getBufferingConfiguration(attributes));
65 csvHandlerConfiguration.setSecurity(getCsvSecurity(attributes));
72 Map<String, Set<String>> attributes) throws AuditException {
73 boolean enabled = getBooleanMapAttr(attributes, "rotationEnable
71 setFileRotationPolicies(CsvAuditEventHandlerConfiguration csvHandlerConfiguration, Map<String, Set<String>> attributes) argument
106 setFileRetentionPolicies(CsvAuditEventHandlerConfiguration csvHandlerConfiguration, Map<String, Set<String>> attributes) argument
116 getBufferingConfiguration(Map<String, Set<String>> attributes) argument
123 getCsvSecurity(Map<String, Set<String>> attributes) argument
[all...]
H A DSyslogAuditEventHandlerFactory.java52 Map<String, Set<String>> attributes = configuration.getAttributes();
55 syslogHandlerConfiguration.setEnabled(getBooleanMapAttr(attributes, "enabled", true));
57 syslogHandlerConfiguration.setTopics(attributes.get("topics"));
58 syslogHandlerConfiguration.setHost(getMapAttr(attributes, "host"));
59 setPort(syslogHandlerConfiguration, attributes);
61 String transportProtocol = getMapAttr(attributes, "transportProtocol");
67 setConnectTimeout(syslogHandlerConfiguration, attributes);
69 eventBufferingConfiguration.setEnabled(getBooleanMapAttr(attributes, "bufferingEnabled", true));
72 String facility = getMapAttr(attributes, "facility");
85 Map<String, Set<String>> attributes) {
84 setPort(SyslogAuditEventHandlerConfiguration syslogHandlerConfiguration, Map<String, Set<String>> attributes) argument
92 setConnectTimeout(SyslogAuditEventHandlerConfiguration syslogHandlerConfiguration, Map<String, Set<String>> attributes) argument
100 parseIntegerFromAttribute(String attributeName, Map<String, Set<String>> attributes) argument
[all...]
H A DSplunkAuditEventHandlerFactory.java58 Map<String, Set<String>> attributes = configuration.getAttributes();
61 handlerConfiguration.setEnabled(getBooleanMapAttr(attributes, "enabled", false));
62 handlerConfiguration.setTopics(attributes.get("topics"));
63 handlerConfiguration.setAuthzToken(getMapAttr(attributes, "authzToken"));
64 handlerConfiguration.setBuffering(getBufferingConfiguration(attributes));
65 handlerConfiguration.setConnection(getConnection(attributes));
98 private BufferingConfiguration getBufferingConfiguration(Map<String, Set<String>> attributes) { argument
101 bufferingConfiguration.setMaxBatchedEvents(getIntMapAttr(attributes, "batchSize", 500, DEBUG));
102 bufferingConfiguration.setMaxSize(getIntMapAttr(attributes, "maxEvents", 10000, DEBUG));
103 Integer writeInterval = getIntMapAttr(attributes, "writeInterva
109 getConnection(Map<String, Set<String>> attributes) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DUserIDGenerator.java51 * <code>orgName</code> and attributes, could be used to generate the user
57 * @param attributes the keys in the <code>Map</code> contains the
65 public Set generateUserIDs(String orgName, Map attributes, int num); argument
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/sm/config/
H A DConsoleConfigBuilder.java39 * @param attributes
40 * all retrieved attributes
44 C build(Map<String, Set<String>> attributes); argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DUserIDGenerator.java51 * <code>orgName</code> and attributes, could be used to generate the user
57 * @param attributes the keys in the <code>Map</code> contains the
65 public Set generateUserIDs(String orgName, Map attributes, int num); argument
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sm/config/
H A DConsoleConfigBuilder.java39 * @param attributes
40 * all retrieved attributes
44 C build(Map<String, Set<String>> attributes); argument
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMUserEntryProcessed.java57 * @param attributes
61 public void processUserAdd(SSOToken token, String userDN, Map attributes); argument
87 * @param attributes
92 String userDN, Map attributes);
91 processUserDelete(SSOToken token, String userDN, Map attributes) argument
/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/rest/
H A DServiceConfigUtils.java36 Map<String, Set<String>> attributes = serviceConfig.getAttributes();
37 Set<String> attribute = attributes.get(attributeName);
52 Map<String, Set<String>> attributes = serviceConfig.getAttributes();
53 Set<String> attribute = attributes.get(attributeName);
62 Map<String, Set<String>> attributes = serviceConfig.getAttributes();
63 Set<String> attribute = attributes.get(attributeName);
69 Map<String, Set<String>> attributes = serviceConfig.getAttributes();
70 Set attribute = (Set) attributes.get(attributeName);
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DServiceSchemaModificationWrapper.java36 * and the attributes within the services schema schemas.
43 private Set<AttributeSchemaImpl> attributes = null; field in class:ServiceSchemaModificationWrapper
62 * @param attrs Set of modified attributes
75 * @param attrs Set of modified attributes
84 this.attributes = attrs;
103 * Returns true if the services attributes have been modified either that this
123 * Have the attributes of this service schema been modified
125 * @return true if the attributes are modified
128 if (attributes != null) {
129 return (attributes
167 setAttributes(Set<AttributeSchemaImpl> attributes) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMUserEntryProcessed.java57 * @param attributes
61 public void processUserAdd(SSOToken token, String userDN, Map attributes); argument
87 * @param attributes
92 String userDN, Map attributes);
91 processUserDelete(SSOToken token, String userDN, Map attributes) argument
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/utils/
H A DServiceConfigUtils.java36 Map<String, Set<String>> attributes = serviceConfig.getAttributes();
37 Set<String> attribute = attributes.get(attributeName);
52 Map<String, Set<String>> attributes = serviceConfig.getAttributes();
53 Set<String> attribute = attributes.get(attributeName);
62 Map<String, Set<String>> attributes = serviceConfig.getAttributes();
63 Set<String> attribute = attributes.get(attributeName);
69 Map<String, Set<String>> attributes = serviceConfig.getAttributes();
70 Set attribute = (Set) attributes.get(attributeName);
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DServiceSchemaModificationWrapper.java36 * and the attributes within the services schema schemas.
43 private Set<AttributeSchemaImpl> attributes = null; field in class:ServiceSchemaModificationWrapper
62 * @param attrs Set of modified attributes
75 * @param attrs Set of modified attributes
84 this.attributes = attrs;
103 * Returns true if the services attributes have been modified either that this
123 * Have the attributes of this service schema been modified
125 * @return true if the attributes are modified
128 if (attributes != null) {
129 return (attributes
167 setAttributes(Set<AttributeSchemaImpl> attributes) argument
[all...]
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/helpers/
H A DAgentServiceHelper.java27 * This service helper implementation ensures that the OAuth2 Client service attributes are using the correct uitype
39 attributes.addAll(UpgradeOAuth2ClientStep.CHANGED_PROPERTIES);
40 attributes.add(POLICY_CACHE_MODE);
41 attributes.add(FETCH_FROM_ROOT);
42 attributes.add(ACTION_VALUES);
43 attributes.add(IDTOKEN_SIGNED_RESPONSE_ALG);
44 attributes.add(FQDN_CHECK);
52 //we only want to upgrade the attributes if they don't have the unorderedlist uitype yet.
H A DMailServiceUpgradeHelper.java37 attributes.add(SMTP_HOSTNAME);
38 attributes.add(SMTP_USERNAME);
39 attributes.add(SMTP_USERPASSWORD);
40 attributes.add(FROM_ADDRESS);
41 attributes.add(SUBJECT);
42 attributes.add(MESSAGE);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/impl/
H A DActionImpl.java66 private List attributes ; field in class:ActionImpl
147 if (this.attributes == null) {
148 this.attributes = new ArrayList();
152 attributes.add(attribute);
167 return attributes;
173 * @param attributes <code>Attribute</code> elements of this object
174 * attributes could be an empty <code>List</code>, if no attributes
182 public void setAttributes(java.util.List attributes) throws argument
189 if (attributes !
[all...]
H A DEnvironmentImpl.java67 private List attributes ; field in class:EnvironmentImpl
148 if (this.attributes == null) {
149 this.attributes = new ArrayList();
153 attributes.add(attribute);
168 return attributes;
174 * @param attributes <code>Attribute</code> elements of this object
175 * attributes could be an empty <code>List</code>, if no attributes
183 public void setAttributes(java.util.List attributes) argument
190 if (attributes !
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/impl/
H A DActionImpl.java66 private List attributes ; field in class:ActionImpl
147 if (this.attributes == null) {
148 this.attributes = new ArrayList();
152 attributes.add(attribute);
167 return attributes;
173 * @param attributes <code>Attribute</code> elements of this object
174 * attributes could be an empty <code>List</code>, if no attributes
182 public void setAttributes(java.util.List attributes) throws argument
189 if (attributes !
[all...]
H A DEnvironmentImpl.java67 private List attributes ; field in class:EnvironmentImpl
148 if (this.attributes == null) {
149 this.attributes = new ArrayList();
153 attributes.add(attribute);
168 return attributes;
174 * @param attributes <code>Attribute</code> elements of this object
175 * attributes could be an empty <code>List</code>, if no attributes
183 public void setAttributes(java.util.List attributes) argument
190 if (attributes !
[all...]

Completed in 152 milliseconds

1234567891011>>