Searched refs:attributes (Results 176 - 200 of 1439) sorted by relevance

1234567891011>>

/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/property/
H A DSubConfigPropertyXMLBuilder.java103 Set attributes = serviceSchema.getAttributeSchemas();
105 if ((attributes != null) && !attributes.isEmpty()) {
106 results = new HashSet(attributes.size() *2);
108 for (Iterator iter = attributes.iterator(); iter.hasNext(); ) {
/forgerock/openam/openam-core/src/test/java/com/iplanet/am/sdk/common/
H A DCacheBlockExpiryTest.java41 private AMHashMap attributes; field in class:CacheBlockExpiryTest
52 attributes = new AMHashMap(1);
53 attributes.put("Test", values);
68 cb.putAttributes(PRINCIPAL_DN, attributes, null, true, false);
90 cb.putAttributes(PRINCIPAL_DN, attributes, null, true, false);
/forgerock/openam/openam-core/src/test/java/com/sun/identity/idm/common/
H A DIdCacheBlockTest.java42 private AMHashMap attributes; field in class:IdCacheBlockTest
49 attributes = new AMHashMap(1);
50 attributes.put("Test", values);
65 cb.putAttributes(PRINCIPAL_DN, attributes, null, true, false);
88 cb.putAttributes(PRINCIPAL_DN, attributes, null, true, false);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMOrgTemplateImpl.java157 * @param attributes
161 public void setAttributes(Map attributes) { argument
162 modAttributes.putAll(attributes);
174 Map attributes = modAttributes;
178 serviceConfig.setAttributes(attributes);
213 Map attributes = serviceConfig.getAttributes();
214 if (attributeName != null && attributes != null) {
215 return (Set) attributes.get(attributeName);
247 * Gets Map of specified attributes. Map key is the attribute name and value
252 * @return Map of specified attributes
[all...]
H A DAMObject.java39 * Java System Access Manager objects and their attributes.
244 * Returns Map of all attributes. Map key is the attribute name and value is
247 * @return Map of all attributes.
257 * Returns Map of all attributes directly from data store. Map key is the
260 * @return Map of all attributes.
270 * Returns Map of all attributes. Map key is the attribute name and value is
273 * @return Map of all attributes.
283 * Returns Map of specified attributes. Map key is the attribute name and
288 * @return Map of specified attributes.
299 * Returns Map of specified attributes directl
427 createTemplate(int templateType, String serviceName, Map attributes) argument
461 createTemplate(int templateType, String serviceName, Map attributes, int priority) argument
573 setAttributesByteArray(Map attributes) argument
594 setAttributes(Map attributes) argument
608 removeAttributes(Set attributes) argument
729 createPolicyTemplate(String serviceName, Map attributes) argument
759 createPolicyTemplate(String serviceName, Map attributes, int priority) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMOrgTemplateImpl.java157 * @param attributes
161 public void setAttributes(Map attributes) { argument
162 modAttributes.putAll(attributes);
174 Map attributes = modAttributes;
178 serviceConfig.setAttributes(attributes);
213 Map attributes = serviceConfig.getAttributes();
214 if (attributeName != null && attributes != null) {
215 return (Set) attributes.get(attributeName);
247 * Gets Map of specified attributes. Map key is the attribute name and value
252 * @return Map of specified attributes
[all...]
H A DAMObject.java39 * Java System Access Manager objects and their attributes.
244 * Returns Map of all attributes. Map key is the attribute name and value is
247 * @return Map of all attributes.
257 * Returns Map of all attributes directly from data store. Map key is the
260 * @return Map of all attributes.
270 * Returns Map of all attributes. Map key is the attribute name and value is
273 * @return Map of all attributes.
283 * Returns Map of specified attributes. Map key is the attribute name and
288 * @return Map of specified attributes.
299 * Returns Map of specified attributes directl
427 createTemplate(int templateType, String serviceName, Map attributes) argument
461 createTemplate(int templateType, String serviceName, Map attributes, int priority) argument
573 setAttributesByteArray(Map attributes) argument
594 setAttributes(Map attributes) argument
608 removeAttributes(Set attributes) argument
729 createPolicyTemplate(String serviceName, Map attributes) argument
759 createPolicyTemplate(String serviceName, Map attributes, int priority) argument
[all...]
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/guice/
H A DEntitlementRestGuiceModule.java198 * Defines all allowed query attributes in queries against the policy endpoint.
203 final Map<String, QueryAttribute> attributes = new HashMap<String, QueryAttribute>();
205 attributes.put("name", new QueryAttribute(STRING, Privilege.NAME_SEARCH_ATTRIBUTE));
206 attributes.put("description", new QueryAttribute(STRING, Privilege.DESCRIPTION_SEARCH_ATTRIBUTE));
207 attributes.put("applicationName", new QueryAttribute(STRING, Privilege.APPLICATION_SEARCH_ATTRIBUTE));
208 attributes.put("createdBy", new QueryAttribute(STRING, Privilege.CREATED_BY_SEARCH_ATTRIBUTE));
209 attributes.put("creationDate", new QueryAttribute(TIMESTAMP, Privilege.CREATION_DATE_SEARCH_ATTRIBUTE));
210 attributes.put("lastModifiedBy", new QueryAttribute(STRING, Privilege.LAST_MODIFIED_BY_SEARCH_ATTRIBUTE));
211 attributes.put("lastModifiedDate", new QueryAttribute(TIMESTAMP, Privilege.LAST_MODIFIED_DATE_SEARCH_ATTRIBUTE));
212 attributes
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DLightweightServerHandler.java116 * @param eclInclude The list of entry attributes to be added to the ECL.
117 * @param eclIncludeForDeletes The list of entry attributes to be added to
228 * Retrieves a set of attributes containing monitor data that should be
231 * @return A set of attributes containing monitor data that should be
238 ArrayList<Attribute> attributes = new ArrayList<Attribute>();
240 attributes.add(Attributes.create("server-id",
242 attributes.add(Attributes.create("domain-name",
244 attributes.add(Attributes.create("connected-to",
266 attributes.add(builder.toAttribute());
273 attributes
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DMatchingRuleUse.java87 private final Set<AttributeType> attributes; field in class:MatchingRuleUse
112 * @param attributes The set of attribute types for this
120 Set<AttributeType> attributes,
168 if ((attributes == null) || attributes.isEmpty())
170 this.attributes = new LinkedHashSet<AttributeType>(0);
174 this.attributes = new LinkedHashSet<AttributeType>(attributes);
347 * Retrieves the set of attributes associated with this matching
350 * @return The set of attributes associate
117 MatchingRuleUse(String definition, MatchingRule matchingRule, Map<String,String> names, String description, boolean isObsolete, Set<AttributeType> attributes, Map<String,List<String>> extraProperties) argument
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DMonitoringTableModel.java62 * The attributes to be displayed.
64 private LinkedHashSet<MonitoringAttributes> attributes = field in class:MonitoringTableModel
197 * Returns the attributes displayed by this table model.
198 * @return the attributes displayed by this table model.
202 return attributes;
213 * @param attributes the attributes displayed by this table model.
217 public void setAttributes(LinkedHashSet<MonitoringAttributes> attributes, argument
221 this.attributes.clear();
222 this.attributes
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DMonitoringTableModel.java63 * The attributes to be displayed.
65 private LinkedHashSet<MonitoringAttributes> attributes = field in class:MonitoringTableModel
198 * Returns the attributes displayed by this table model.
199 * @return the attributes displayed by this table model.
203 return attributes;
214 * @param attributes the attributes displayed by this table model.
218 public void setAttributes(LinkedHashSet<MonitoringAttributes> attributes, argument
222 this.attributes.clear();
223 this.attributes
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DMatchingRuleUse.java86 private final Set<AttributeType> attributes; field in class:MatchingRuleUse
111 * @param attributes The set of attribute types for this
119 Set<AttributeType> attributes,
167 if ((attributes == null) || attributes.isEmpty())
169 this.attributes = new LinkedHashSet<AttributeType>(0);
173 this.attributes = new LinkedHashSet<AttributeType>(attributes);
346 * Retrieves the set of attributes associated with this matching
349 * @return The set of attributes associate
116 MatchingRuleUse(String definition, MatchingRule matchingRule, Map<String,String> names, String description, boolean isObsolete, Set<AttributeType> attributes, Map<String,List<String>> extraProperties) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A DLightweightServerHandler.java116 * @param eclInclude The list of entry attributes to be added to the ECL.
117 * @param eclIncludeForDeletes The list of entry attributes to be added to
228 * Retrieves a set of attributes containing monitor data that should be
231 * @return A set of attributes containing monitor data that should be
238 ArrayList<Attribute> attributes = new ArrayList<Attribute>();
240 attributes.add(Attributes.create("server-id",
242 attributes.add(Attributes.create("domain-name",
244 attributes.add(Attributes.create("connected-to",
266 attributes.add(builder.toAttribute());
273 attributes
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DMatchingRuleUse.java87 private final Set<AttributeType> attributes; field in class:MatchingRuleUse
112 * @param attributes The set of attribute types for this
120 Set<AttributeType> attributes,
168 if ((attributes == null) || attributes.isEmpty())
170 this.attributes = new LinkedHashSet<AttributeType>(0);
174 this.attributes = new LinkedHashSet<AttributeType>(attributes);
347 * Retrieves the set of attributes associated with this matching
350 * @return The set of attributes associate
117 MatchingRuleUse(String definition, MatchingRule matchingRule, Map<String,String> names, String description, boolean isObsolete, Set<AttributeType> attributes, Map<String,List<String>> extraProperties) argument
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DMonitoringTableModel.java63 * The attributes to be displayed.
65 private LinkedHashSet<MonitoringAttributes> attributes = field in class:MonitoringTableModel
198 * Returns the attributes displayed by this table model.
199 * @return the attributes displayed by this table model.
203 return attributes;
214 * @param attributes the attributes displayed by this table model.
218 public void setAttributes(LinkedHashSet<MonitoringAttributes> attributes, argument
222 this.attributes.clear();
223 this.attributes
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DMonitoringTableModel.java62 * The attributes to be displayed.
64 private LinkedHashSet<MonitoringAttributes> attributes = field in class:MonitoringTableModel
197 * Returns the attributes displayed by this table model.
198 * @return the attributes displayed by this table model.
202 return attributes;
213 * @param attributes the attributes displayed by this table model.
217 public void setAttributes(LinkedHashSet<MonitoringAttributes> attributes, argument
221 this.attributes.clear();
222 this.attributes
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/
H A DLightweightServerHandler.java116 * @param eclInclude The list of entry attributes to be added to the ECL.
117 * @param eclIncludeForDeletes The list of entry attributes to be added to
228 * Retrieves a set of attributes containing monitor data that should be
231 * @return A set of attributes containing monitor data that should be
238 ArrayList<Attribute> attributes = new ArrayList<Attribute>();
240 attributes.add(Attributes.create("server-id",
242 attributes.add(Attributes.create("domain-name",
244 attributes.add(Attributes.create("connected-to",
266 attributes.add(builder.toAttribute());
273 attributes
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DMatchingRuleUse.java87 private final Set<AttributeType> attributes; field in class:MatchingRuleUse
112 * @param attributes The set of attribute types for this
120 Set<AttributeType> attributes,
168 if ((attributes == null) || attributes.isEmpty())
170 this.attributes = new LinkedHashSet<AttributeType>(0);
174 this.attributes = new LinkedHashSet<AttributeType>(attributes);
347 * Retrieves the set of attributes associated with this matching
350 * @return The set of attributes associate
117 MatchingRuleUse(String definition, MatchingRule matchingRule, Map<String,String> names, String description, boolean isObsolete, Set<AttributeType> attributes, Map<String,List<String>> extraProperties) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DMatchingRuleUse.java86 private final Set<AttributeType> attributes; field in class:MatchingRuleUse
111 * @param attributes The set of attribute types for this
119 Set<AttributeType> attributes,
167 if ((attributes == null) || attributes.isEmpty())
169 this.attributes = new LinkedHashSet<AttributeType>(0);
173 this.attributes = new LinkedHashSet<AttributeType>(attributes);
346 * Retrieves the set of attributes associated with this matching
349 * @return The set of attributes associate
116 MatchingRuleUse(String definition, MatchingRule matchingRule, Map<String,String> names, String description, boolean isObsolete, Set<AttributeType> attributes, Map<String,List<String>> extraProperties) argument
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DMonitoringTableModel.java63 * The attributes to be displayed.
65 private LinkedHashSet<MonitoringAttributes> attributes = field in class:MonitoringTableModel
198 * Returns the attributes displayed by this table model.
199 * @return the attributes displayed by this table model.
203 return attributes;
214 * @param attributes the attributes displayed by this table model.
218 public void setAttributes(LinkedHashSet<MonitoringAttributes> attributes, argument
222 this.attributes.clear();
223 this.attributes
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DMonitoringTableModel.java62 /** The attributes to be displayed. */
63 private final LinkedHashSet<MonitoringAttributes> attributes = new LinkedHashSet<>(); field in class:MonitoringTableModel
181 * Returns the attributes displayed by this table model.
182 * @return the attributes displayed by this table model.
186 return attributes;
197 * @param attributes the attributes displayed by this table model.
201 public void setAttributes(LinkedHashSet<MonitoringAttributes> attributes, argument
205 this.attributes.clear();
206 this.attributes
[all...]
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/animation/
H A Danimation-debug.js32 * @param {Object} attributes The attribute(s) to be animated.
37 * @param {Function} method (optional, defaults to YAHOO.util.Easing.easeNone) Computes the values that are applied to the attributes per frame (generally a YAHOO.util.Easing method)
40 YAHOO.util.Anim = function(el, attributes, duration, method) {
44 this.init(el, attributes, duration, method);
144 var attributes = this.attributes;
152 if ( !isset(attributes[attr]['to']) && !isset(attributes[attr]['by']) ) {
156 start = ( isset(attributes[attr]['from']) ) ? attributes[att
[all...]
H A Danimation-min.js8 YAHOO.util.Anim=function(el,attributes,duration,method){if(!el){}
9 this.init(el,attributes,duration,method);};YAHOO.util.Anim.prototype={toString:function(){var el=this.getEl();var id=el.id||el.tagName||el;return("Anim "+id);},patterns:{noNegatives:/width|height|opacity|padding/i,offsetAttribute:/^((width|height)|(top|left))$/,defaultUnit:/width|height|top$|bottom$|left$|right$/i,offsetUnit:/\d+(em|%|en|ex|pt|in|cm|mm|pc)$/i},doMethod:function(attr,start,end){return this.method(this.currentFrame,start,end-start,this.totalFrames);},setAttribute:function(attr,val,unit){if(this.patterns.noNegatives.test(attr)){val=(val>0)?val:0;}
13 return'';},setRuntimeAttribute:function(attr){var start;var end;var attributes=this.attributes;this.runtimeAttributes[attr]={};var isset=function(prop){return(typeof prop!=='undefined');};if(!isset(attributes[attr]['to'])&&!isset(attributes[attr]['by'])){return false;}
14 start=(isset(attributes[attr]['from']))?attributes[attr]['from']:this.getAttribute(attr);if(isset(attributes[attr]['to'])){end=attributes[att
[all...]
H A Danimation.js32 * @param {Object} attributes The attribute(s) to be animated.
37 * @param {Function} method (optional, defaults to YAHOO.util.Easing.easeNone) Computes the values that are applied to the attributes per frame (generally a YAHOO.util.Easing method)
40 YAHOO.util.Anim = function(el, attributes, duration, method) {
43 this.init(el, attributes, duration, method);
143 var attributes = this.attributes;
151 if ( !isset(attributes[attr]['to']) && !isset(attributes[attr]['by']) ) {
155 start = ( isset(attributes[attr]['from']) ) ? attributes[att
[all...]

Completed in 177 milliseconds

1234567891011>>