Searched refs:attributes (Results 51 - 75 of 1439) sorted by relevance

1234567891011>>

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/
H A DSearchRequestProtocolOp.java69 /** The set of requested attributes for this search request. */
70 private Set<String> attributes; field in class:SearchRequestProtocolOp
88 * @param attributes The set of requested attributes for this search
95 Set<String> attributes)
105 if (attributes == null)
107 this.attributes = new LinkedHashSet<>(0);
111 this.attributes = attributes;
200 * Retrieves the set of requested attributes fo
91 SearchRequestProtocolOp(ByteString baseDN, SearchScope scope, DereferenceAliasesPolicy dereferencePolicy, int sizeLimit, int timeLimit, boolean typesOnly, RawFilter filter, Set<String> attributes) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMTemplateImpl.java164 * @param attributes
172 public void setAttributes(Map attributes) throws AMException, SSOException { argument
173 attributes = AMCrypt.encryptPasswords(attributes, serviceSchema);
175 serviceSchema.validateAttributes(attributes);
180 super.setAttributes(attributes);
202 * Gets Map of specified attributes. Map key is the attribute name and value
207 * @return Map of specified attributes.
215 Map attributes = super.getAttributes(attributeNames);
216 attributes
[all...]
H A DAMCrypt.java44 * This class has methods to encrypt and decrypt password attributes.
48 public static Map encryptPasswords(Map attributes, argument
50 if (serviceSchema == null || attributes == null) {
51 return attributes;
54 Iterator iter = attributes.keySet().iterator();
64 Set valueSet = (Set) (attributes.get(attributeName));
80 return attributes;
83 public static Map decryptPasswords(Map attributes, argument
85 if (serviceSchema == null || attributes == null) {
86 return attributes;
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMTemplateImpl.java164 * @param attributes
172 public void setAttributes(Map attributes) throws AMException, SSOException { argument
173 attributes = AMCrypt.encryptPasswords(attributes, serviceSchema);
175 serviceSchema.validateAttributes(attributes);
180 super.setAttributes(attributes);
202 * Gets Map of specified attributes. Map key is the attribute name and value
207 * @return Map of specified attributes.
215 Map attributes = super.getAttributes(attributeNames);
216 attributes
[all...]
H A DAMCrypt.java44 * This class has methods to encrypt and decrypt password attributes.
48 public static Map encryptPasswords(Map attributes, argument
50 if (serviceSchema == null || attributes == null) {
51 return attributes;
54 Iterator iter = attributes.keySet().iterator();
64 Set valueSet = (Set) (attributes.get(attributeName));
80 return attributes;
83 public static Map decryptPasswords(Map attributes, argument
85 if (serviceSchema == null || attributes == null) {
86 return attributes;
[all...]
/forgerock/openam-v13/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
40 attributes.addAll(UpgradeOAuth2ClientStep.CHANGED_PROPERTIES);
41 attributes.add(POLICY_CACHE_MODE);
42 attributes.add(FETCH_FROM_ROOT);
43 attributes.add(ACTION_VALUES);
44 attributes.add(IDTOKEN_SIGNED_RESPONSE_ALG);
52 //we only want to upgrade the attributes if they don't have the unorderedlist uitype yet.
H A DIdRepoServiceHelper.java33 private static final String USER_ATTR = "sun-idrepo-ldapv3-config-user-attributes";
37 attributes.add(IdConstants.ID_REPO);
38 attributes.add(MEMBER_OF_ATTR);
39 attributes.add(MIN_POOL_SIZE);
40 attributes.add(USER_ATTR);
41 attributes.add(USER_OBJECT_CLASS_ATTR);
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/helpers/
H A DIdRepoServiceHelper.java33 private static final String USER_ATTR = "sun-idrepo-ldapv3-config-user-attributes";
37 attributes.add(IdConstants.ID_REPO);
38 attributes.add(MEMBER_OF_ATTR);
39 attributes.add(MIN_POOL_SIZE);
40 attributes.add(USER_ATTR);
41 attributes.add(USER_OBJECT_CLASS_ATTR);
H A DOpenIdConnectAuthModuleServiceHelper.java33 attributes.add(PRINCIPAL_MAPPER_ATTR);
34 attributes.add(ACCOUNT_PROVIDER_ATTR);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestAddChangeRecordEntry.java53 // Set of attributes.
54 private Map<AttributeType, List<Attribute>> attributes; field in class:TestAddChangeRecordEntry
71 attributes = new HashMap<AttributeType, List<Attribute>>();
75 attributes.put(attribute.getAttributeType(), alist);
87 new AddChangeRecordEntry(null, attributes);
99 attributes);
116 attributes);
129 AddChangeRecordEntry entry = new AddChangeRecordEntry(DN.nullDN(), attributes);
158 AddChangeRecordEntry entry = new AddChangeRecordEntry(DN.nullDN(), attributes);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestAddChangeRecordEntry.java52 // Set of attributes.
53 private Map<AttributeType, List<Attribute>> attributes; field in class:TestAddChangeRecordEntry
70 attributes = new HashMap<AttributeType, List<Attribute>>();
74 attributes.put(attribute.getAttributeType(), alist);
86 new AddChangeRecordEntry(null, attributes);
98 attributes);
115 attributes);
128 AddChangeRecordEntry entry = new AddChangeRecordEntry(DN.nullDN(), attributes);
157 AddChangeRecordEntry entry = new AddChangeRecordEntry(DN.nullDN(), attributes);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestAddChangeRecordEntry.java53 // Set of attributes.
54 private Map<AttributeType, List<Attribute>> attributes; field in class:TestAddChangeRecordEntry
71 attributes = new HashMap<AttributeType, List<Attribute>>();
75 attributes.put(attribute.getAttributeType(), alist);
87 new AddChangeRecordEntry(null, attributes);
99 attributes);
116 attributes);
129 AddChangeRecordEntry entry = new AddChangeRecordEntry(DN.nullDN(), attributes);
158 AddChangeRecordEntry entry = new AddChangeRecordEntry(DN.nullDN(), attributes);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestAddChangeRecordEntry.java52 // Set of attributes.
53 private Map<AttributeType, List<Attribute>> attributes; field in class:TestAddChangeRecordEntry
70 attributes = new HashMap<AttributeType, List<Attribute>>();
74 attributes.put(attribute.getAttributeType(), alist);
86 new AddChangeRecordEntry(null, attributes);
98 attributes);
115 attributes);
128 AddChangeRecordEntry entry = new AddChangeRecordEntry(DN.nullDN(), attributes);
157 AddChangeRecordEntry entry = new AddChangeRecordEntry(DN.nullDN(), attributes);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestAddChangeRecordEntry.java53 // Set of attributes.
54 private Map<AttributeType, List<Attribute>> attributes; field in class:TestAddChangeRecordEntry
71 attributes = new HashMap<AttributeType, List<Attribute>>();
75 attributes.put(attribute.getAttributeType(), alist);
87 new AddChangeRecordEntry(null, attributes);
99 attributes);
116 attributes);
129 AddChangeRecordEntry entry = new AddChangeRecordEntry(DN.nullDN(), attributes);
158 AddChangeRecordEntry entry = new AddChangeRecordEntry(DN.nullDN(), attributes);
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/
H A DJSONEntitlement.java45 private Map<String, Set<String>> attributes; field in class:JSONEntitlement
57 Map<String, Set<String>> attributes) {
61 this.attributes = attributes;
74 attributes = JSONUtils.getMapStringSetString(jo, "attributes");
99 return attributes;
111 if (attributes != null) {
112 jo.put("attributes", attributes);
54 JSONEntitlement(String resourceName, Map<String, Boolean> actionValues, Map<String, Set<String>> advices, Map<String, Set<String>> attributes) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/util/
H A DTestAddChangeRecordEntry.java54 /** Set of attributes. */
55 private Map<AttributeType, List<Attribute>> attributes; field in class:TestAddChangeRecordEntry
73 attributes = new HashMap<>();
74 attributes.put(attribute.getAttributeType(), newArrayList(attribute));
86 new AddChangeRecordEntry(null, attributes);
98 attributes);
115 attributes);
128 AddChangeRecordEntry entry = new AddChangeRecordEntry(DN.rootDN(), attributes);
157 AddChangeRecordEntry entry = new AddChangeRecordEntry(DN.rootDN(), attributes);
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/agent/
H A DTokenRestrictionResolverTest.java89 final HashMap attributes = new HashMap();
90 AMIdentity agentIdentity = createAgentIdentity(attributes);
102 HashMap<String, Set<String>> attributes = new HashMap<>();
103 attributes.put("some attribute", new HashSet<>(Collections.singletonList("some attribute value")));
104 AMIdentity agentIdentity = createAgentIdentity(attributes);
116 HashMap<String, Set<String>> attributes = new HashMap<>();
117 attributes.put(LDAP_STATUS_ATTR_NAME, new HashSet<>(Collections.singletonList("not active")));
118 attributes.put(LDAP_ATTR_NAME,
120 AMIdentity agentIdentity = createAgentIdentity(attributes);
132 HashMap<String, Set<String>> attributes
[all...]
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/
H A DJSONEntitlement.java45 private Map<String, Set<String>> attributes; field in class:JSONEntitlement
57 Map<String, Set<String>> attributes) {
61 this.attributes = attributes;
74 attributes = JSONUtils.getMapStringSetString(jo, "attributes");
99 return attributes;
111 if (attributes != null) {
112 jo.put("attributes", attributes);
54 JSONEntitlement(String resourceName, Map<String, Boolean> actionValues, Map<String, Set<String>> advices, Map<String, Set<String>> attributes) argument
[all...]
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/scripting/
H A DScriptingSchemaStep.java130 DEBUG.message("Capture global schema attributes for {}", AUTH_MODULE_SERVICE_NAME);
140 DEBUG.message("Capture default server script attributes for {}", service);
141 Map<String, Set<String>> attributes = new HashMap<>();
142 attributes.put(SCRIPT_NAME, Collections.singleton(globalScript.getDisplayName()));
143 attributes.put(SCRIPT_CONTEXT, Collections.singleton(context.name()));
150 attributes.put(SCRIPT_TEXT, Collections.singleton(serverScript));
153 attributes.put(SCRIPT_TEXT, Collections.singleton(""));
160 attributes.put(SCRIPT_LANGUAGE, Collections.singleton(scriptLanguage.toUpperCase()));
161 globalScriptConfigurations.put(globalScript, attributes);
166 DEBUG.message("Capture default client script attributes fo
262 updateMetaData(Map<String, Set<String>> attributes) argument
[all...]
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/scripting/
H A DScriptingSchemaStep.java131 DEBUG.message("Capture global schema attributes for {}", AUTH_MODULE_SERVICE_NAME);
141 DEBUG.message("Capture default server script attributes for {}", service);
142 Map<String, Set<String>> attributes = new HashMap<>();
143 attributes.put(SCRIPT_NAME, Collections.singleton(globalScript.getDisplayName()));
144 attributes.put(SCRIPT_CONTEXT, Collections.singleton(context.name()));
151 attributes.put(SCRIPT_TEXT, Collections.singleton(serverScript));
154 attributes.put(SCRIPT_TEXT, Collections.singleton(""));
161 attributes.put(SCRIPT_LANGUAGE, Collections.singleton(scriptLanguage.toUpperCase()));
162 globalScriptConfigurations.put(globalScript, attributes);
167 DEBUG.message("Capture default client script attributes fo
263 updateMetaData(Map<String, Set<String>> attributes) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DAttributeQueryImpl.java51 protected List attributes; field in class:AttributeQueryImpl
104 return attributes;
110 * @param attributes the new <code>Attribute</code> objects.
114 public void setAttributes(List attributes) throws SAML2Exception { argument
119 this.attributes = attributes;
134 if ((attributes != null) && (!attributes.isEmpty())) {
135 for(Iterator iter = attributes.iterator(); iter.hasNext(); ) {
144 * Parses attributes o
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DAttributeQueryImpl.java51 protected List attributes; field in class:AttributeQueryImpl
104 return attributes;
110 * @param attributes the new <code>Attribute</code> objects.
114 public void setAttributes(List attributes) throws SAML2Exception { argument
119 this.attributes = attributes;
134 if ((attributes != null) && (!attributes.isEmpty())) {
135 for(Iterator iter = attributes.iterator(); iter.hasNext(); ) {
144 * Parses attributes o
[all...]
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DUpgradeOAuth2ProviderStep.java49 * This upgrade step will find all the OAuth2 Providers that was created with a subset of the available attributes.
50 * It will then add the missing attributes with their default values and persist the provider's attributes.
156 private boolean shouldUpgradeClaims(Map<String, Set<String>> attributes) { argument
157 final Set<String> scopes = attributes.get(SUPPORTED_SCOPES);
167 private boolean shouldUpgradeAlgorithmName(Map<String, Set<String>> attributes) { argument
168 final Set<String> algorithms = attributes.get(ID_TOKEN_SIGNING_ALGORITHMS);
179 private boolean shouldUpgradeResponseTypePlugins(Map<String, Set<String>> attributes) { argument
180 final Set<String> responseTypePlugins = attributes.get(RESPONSE_TYPE_LIST);
192 private boolean shouldUpgradeScopePlugin(Map<String, Set<String>> attributes) { argument
226 sortScopes(Map<String, Set<String>> attributes) argument
238 renameAlgorithms(Map<String, Set<String>> attributes) argument
253 migrateScopeValidatorPlugin(Map<String, Set<String>> attributes) argument
259 migrateResponseTypePlugins(Map<String, Set<String>> attributes) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DAttributeQuery.java67 * @param attributes the new <code>Attribute</code> objects.
71 public void setAttributes(List attributes) throws SAML2Exception; argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/
H A DAction.java55 * If no attributes and present, empty <code>List</code> will be returned.
64 * @param attributes <code>Attribute</code> elements of this object
65 * attributes could be an empty <code>List</code>, if no attributes
73 public void setAttributes(List attributes) throws XACMLException; argument

Completed in 227 milliseconds

1234567891011>>