Searched refs:attributes (Results 301 - 325 of 1439) sorted by relevance

<<11121314151617181920>>

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DUserSelfCheckCondition.java53 * Additionally it checks if the attributes being accessed
60 public static final String ATTRIBUTES = "attributes";
71 private Set attributes; field in class:UserSelfCheckCondition
85 attributes = Collections.EMPTY_SET;
154 * is <code>attributes</code>
168 //Check if attributes is set
170 attributes = new CaseInsensitiveHashSet();
171 attributes.addAll((Set) attrSet);
193 // Check if all attributes are allowed
194 if (attributes
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DDatabaseMonitoringTableModel.java55 private LinkedHashSet<String> attributes = new LinkedHashSet<>(); field in class:DatabaseMonitoringTableModel
133 computeMonitoringPossibleResults(monitor1, monitor2, possibleResults, attributes);
206 return attributes;
215 this.attributes.clear();
216 this.attributes.addAll(fields);
243 String[] line = new String[attributes.size() + 1];
312 String[] line = new String[attributes.size() + 1];
316 for (String attr : attributes)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DMonitoringAttributesViewPanel.java55 * The panel that allows the user to select which attributes must be displayed
79 * Creates an instance of this panel that uses String as attributes.
80 * @param attributes the list of possible attributes.
81 * @return an instance of this panel that uses String as attributes.
83 public static MonitoringAttributesViewPanel<String> createStringInstance(LinkedHashSet<String> attributes) argument
85 return new MonitoringAttributesViewPanel<>(attributes);
90 * attributes.
91 * @param attributes the list of possible attributes
96 createMonitoringAttributesInstance(LinkedHashSet<MonitoringAttributes> attributes) argument
108 createMessageInstance(LinkedHashSet<LocalizableMessage> attributes) argument
125 MonitoringAttributesViewPanel(LinkedHashSet<T> attributes) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DECPIDPFinder.java65 Map attributes = SAML2MetaUtils.getAttributes(spssoconfig);
66 List idps = (List)attributes.get(SAML2Constants.ECP_REQUEST_IDP_LIST);
/forgerock/openam-v13/openam-sts/openam-common-sts/src/main/java/org/forgerock/openam/sts/
H A DRestSTSInstanceConfigMarshaller.java51 public RestSTSInstanceConfig fromMapAttributes(Map<String, Set<String>> attributes) throws STSPublishException { argument
53 return RestSTSInstanceConfig.marshalFromAttributeMap(attributes);
H A DSoapSTSInstanceConfigMarshaller.java49 public SoapSTSInstanceConfig fromMapAttributes(Map<String, Set<String>> attributes) throws STSPublishException { argument
51 return SoapSTSInstanceConfig.marshalFromAttributeMap(attributes);
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DUpgradeOAuth2AuthModulesStep.java77 Map<String, Set<?>> attributes = getAttributes(moduleConfig);
78 check(attributes, ACCOUNT_MAPPER_PROPERTY, DEFAULT_ACCOUNT_MAPPER, realm, moduleName);
79 check(attributes, ATTRIBUTE_MAPPER_PROPERTY, DEFAULT_ATTRIBUTE_MAPPER, realm, moduleName);
95 private void check(Map<String, Set<?>> attributes, String property, String value, String realm, String moduleName) { argument
96 if (attributes.get(property).contains(value)) {
124 Map<String, Set<?>> attributes = getAttributes(moduleConfig);
125 if (attributes.get(ACCOUNT_MAPPER_PROPERTY).contains(DEFAULT_ACCOUNT_MAPPER)) {
129 if (attributes.get(ATTRIBUTE_MAPPER_PROPERTY).contains(DEFAULT_ATTRIBUTE_MAPPER)) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entity/
H A DEntityObjectIF.java56 * @param attributes
65 String entityType, String entityLocation, Map attributes)
84 String entityType, String entityLocation, Map attributes)
64 createEntity(String ssoToken, String entityName, String entityType, String entityLocation, Map attributes) argument
83 modifyEntity(String ssoToken, String entityName, String entityType, String entityLocation, Map attributes) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DUserSelfCheckCondition.java53 * Additionally it checks if the attributes being accessed
60 public static final String ATTRIBUTES = "attributes";
71 private Set attributes; field in class:UserSelfCheckCondition
85 attributes = Collections.EMPTY_SET;
154 * is <code>attributes</code>
168 //Check if attributes is set
170 attributes = new CaseInsensitiveHashSet();
171 attributes.addAll((Set) attrSet);
193 // Check if all attributes are allowed
194 if (attributes
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DECPIDPFinder.java65 Map attributes = SAML2MetaUtils.getAttributes(spssoconfig);
66 List idps = (List)attributes.get(SAML2Constants.ECP_REQUEST_IDP_LIST);
/forgerock/openam/openam-sts/openam-common-sts/src/main/java/org/forgerock/openam/sts/
H A DRestSTSInstanceConfigMarshaller.java51 public RestSTSInstanceConfig fromMapAttributes(Map<String, Set<String>> attributes) throws STSPublishException { argument
53 return RestSTSInstanceConfig.marshalFromAttributeMap(attributes);
H A DSoapSTSInstanceConfigMarshaller.java49 public SoapSTSInstanceConfig fromMapAttributes(Map<String, Set<String>> attributes) throws STSPublishException { argument
51 return SoapSTSInstanceConfig.marshalFromAttributeMap(attributes);
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DUpgradeOAuth2AuthModulesStep.java77 Map<String, Set<String>> attributes = getAttributes(moduleConfig);
78 check(attributes, ACCOUNT_MAPPER_PROPERTY, DEFAULT_ACCOUNT_MAPPER, realm, moduleName);
79 check(attributes, ATTRIBUTE_MAPPER_PROPERTY, DEFAULT_ATTRIBUTE_MAPPER, realm, moduleName);
95 private void check(Map<String, Set<String>> attributes, String property, String value, String realm, String moduleName) { argument
96 if (attributes.get(property).contains(value)) {
124 Map<String, Set<String>> attributes = getAttributes(moduleConfig);
125 if (attributes.get(ACCOUNT_MAPPER_PROPERTY).contains(DEFAULT_ACCOUNT_MAPPER)) {
129 if (attributes.get(ATTRIBUTE_MAPPER_PROPERTY).contains(DEFAULT_ATTRIBUTE_MAPPER)) {
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DCacheBlockBase.java52 * attributes corresponding to that entry. It also keeps track of red other
61 * Since the attributes that can be retrieved depends on the principal
63 * attributes that are returned are the ones that are readable by the principal.
65 * all the attributes readable (and writable) on a per principal basis. This
68 * principal. A single copy of the attributes is stored in the CacheBlock
69 * object. Also this copy of attributes stored in the cache block keeps track of
70 * non-existent directory attributes (invalid attributes). This would also
71 * prevent un-necessary directory calls for non-existent entry attributes.
85 private AMHashMap stringAttributes; // Stores all String attributes
366 putAttributes(String principalDN, Map attributes, Set inAccessibleAttrNames, boolean isCompleteSet, boolean byteValues) argument
[all...]
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/provider/impl/
H A DScopeImpl.java73 * the scopes are assumed to be OpenAM user attributes, which will be returned
198 final Set<String> attributes = id.getAttribute(scope);
199 if (attributes != null) {
200 final Iterator<String> iter = attributes.iterator();
274 Object attributes = scopeToUserUserProfileAttributes.get(scope);
275 if (attributes == null) {
277 } else if (attributes instanceof String) {
282 attr = id.getAttribute((String)attributes);
284 logger.warning("ScopeImpl.getUserInfo(): Unable to retrieve attribute= " + attributes, e);
286 logger.warning("ScopeImpl.getUserInfo(): Unable to retrieve attribute= " + attributes,
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/
H A DSAMLPropertyXMLBuilder.java200 * @return Set a set of attributes
203 Set attributes = new HashSet ();
206 attributes.addAll (p.getAttributeNames ());
208 return attributes;
244 Set attributes = new HashSet ();
247 attributes.addAll (p.getMandatoryAttributeNames ());
249 return attributes;
262 List attributes = new ArrayList ();
267 getAttributes (samlProperties, commonAttributes, attributes);
281 samlProperties, attributes);
[all...]
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/connector/
H A DConnectorListView.js71 this.$el.attr('data-name', this.model.attributes.name);
72 this.$el.attr('data-type', this.model.attributes.displayName);
73 this.$el.attr('data-connector-title', this.model.attributes.cleanUrlName);
117 var display = '<a class="table-clink" href="#connectors/edit/'+this.model.attributes.cleanUrlName +'/"><div class="image circle">'
118 + '<i class="' +this.model.attributes.iconClass +'"></i></div>' +this.model.attributes.name +'</a>';
144 $(display).append(_this.$el.find("[data-connector-title='" + this.model.attributes.cleanUrlName + "'] .dropdown-menu").clone());
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/managed/
H A DManagedListView.js111 this.$el.attr('data-managed-title', this.model.attributes.name);
128 var icon = this.model.attributes.iconClass,
131 if(this.model.attributes.schema.icon) {
132 icon = "fa " +this.model.attributes.schema.icon;
135 display = '<a class="table-clink" href="#connectors/edit/'+this.model.attributes.cleanUrlName +'/"><div class="image circle">'
136 + '<i class="' +icon +'"></i></div>' +this.model.attributes.name +'</a>';
162 $(display).append(_this.$el.find("[data-managed-title='" + this.model.attributes.name + "'] .dropdown-menu").clone());
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/
H A DSAMLPropertyXMLBuilder.java200 * @return Set a set of attributes
203 Set attributes = new HashSet ();
206 attributes.addAll (p.getAttributeNames ());
208 return attributes;
244 Set attributes = new HashSet ();
247 attributes.addAll (p.getMandatoryAttributeNames ());
249 return attributes;
262 List attributes = new ArrayList ();
267 getAttributes (samlProperties, commonAttributes, attributes);
281 samlProperties, attributes);
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/plugins/
H A DLDAPADListPlugin.java62 * identifier to be specified in attributes lists, such as in Search requests,
63 * to request the return all attributes belonging to an object class as per the
80 * Filters the set of attributes provided in a search request or pre- / post-
82 * iterates through the requested attributes to see if any of them reference
88 * @param attributes
92 public static Set<String> normalizedObjectClasses(Set<String> attributes) argument
95 for (String attrName : attributes)
107 for (final String attrName : attributes)
144 attributes = newAttrs;
147 return attributes;
[all...]
/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java48 * Flags that is set if all user attributes pattern seen "*".
53 * Flags that is set if all operational attributes pattern seen "+".
60 private HashSet<AttributeType> attributes = new HashSet<AttributeType>(); field in class:TargetAttr
80 * @param attrString A string representing the attributes specified in
123 * to attribute types and adds them to either the user attributes HashSet or
124 * the operational attributes HashSet. Also, scan for the shorthand tokens
125 * "*" for all user attributes and "+" for all operational attributes.
161 attributes.add(attributeType);
177 * @return True if all attributes wa
[all...]
/forgerock/opendj2/src/server/org/opends/server/plugins/
H A DLDAPADListPlugin.java61 * identifier to be specified in attributes lists, such as in Search requests,
62 * to request the return all attributes belonging to an object class as per the
79 * Filters the set of attributes provided in a search request or pre- / post-
81 * iterates through the requested attributes to see if any of them reference
87 * @param attributes
91 public static Set<String> normalizedObjectClasses(Set<String> attributes) argument
94 for (String attrName : attributes)
106 for (final String attrName : attributes)
143 attributes = newAttrs;
146 return attributes;
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java49 * Flags that is set if all user attributes pattern seen "*".
54 * Flags that is set if all operational attributes pattern seen "+".
61 private HashSet<AttributeType> attributes = new HashSet<AttributeType>(); field in class:TargetAttr
81 * @param attrString A string representing the attributes specified in
124 * to attribute types and adds them to either the user attributes HashSet or
125 * the operational attributes HashSet. Also, scan for the shorthand tokens
126 * "*" for all user attributes and "+" for all operational attributes.
162 attributes.add(attributeType);
178 * @return True if all attributes wa
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/plugins/
H A DLDAPADListPlugin.java62 * identifier to be specified in attributes lists, such as in Search requests,
63 * to request the return all attributes belonging to an object class as per the
80 * Filters the set of attributes provided in a search request or pre- / post-
82 * iterates through the requested attributes to see if any of them reference
88 * @param attributes
92 public static Set<String> normalizedObjectClasses(Set<String> attributes) argument
95 for (String attrName : attributes)
107 for (final String attrName : attributes)
144 attributes = newAttrs;
147 return attributes;
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/plugins/
H A DLDAPADListPlugin.java62 * identifier to be specified in attributes lists, such as in Search requests,
63 * to request the return all attributes belonging to an object class as per the
80 * Filters the set of attributes provided in a search request or pre- / post-
82 * iterates through the requested attributes to see if any of them reference
88 * @param attributes
92 public static Set<String> normalizedObjectClasses(Set<String> attributes) argument
95 for (String attrName : attributes)
107 for (final String attrName : attributes)
144 attributes = newAttrs;
147 return attributes;
[all...]

Completed in 85 milliseconds

<<11121314151617181920>>