Searched defs:attributeNames (Results 1 - 25 of 65) sorted by relevance

123

/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/helpers/
H A DScriptedAuthHelper.java32 private final Set<String> attributeNames = new HashSet<>(); field in class:ScriptedAuthHelper
38 attributeNames.add("iplanet-am-auth-scripted-client-script");
39 attributeNames.add("iplanet-am-auth-scripted-server-script");
40 attributes.addAll(attributeNames);
47 if (attributeNames.contains(newAttr.getName())) {
H A DUmaProviderUpgradeHelper.java34 private final Set<String> attributeNames = new HashSet<>(); field in class:UmaProviderUpgradeHelper
37 attributeNames.add("uma-permission-ticket-lifetime");
38 attributes.addAll(attributeNames);
44 if (attributeNames.contains(newAttr.getName())) {
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/helpers/
H A DScriptedAuthHelper.java32 private final Set<String> attributeNames = new HashSet<>(); field in class:ScriptedAuthHelper
38 attributeNames.add("iplanet-am-auth-scripted-client-script");
39 attributeNames.add("iplanet-am-auth-scripted-server-script");
40 attributes.addAll(attributeNames);
47 if (attributeNames.contains(newAttr.getName())) {
H A DUmaProviderUpgradeHelper.java34 private final Set<String> attributeNames = new HashSet<>(); field in class:UmaProviderUpgradeHelper
37 attributeNames.add("uma-permission-ticket-lifetime");
38 attributes.addAll(attributeNames);
44 if (attributeNames.contains(newAttr.getName())) {
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DMAPDeviceProfileModel.java86 * @param attributeNames Attribute Names
89 public Set getReadOnlyAttributeNames(String clientType, Set attributeNames); argument
H A DMAPDeviceProfileModelImpl.java124 Set attributeNames = getAttributeNames(clientType, classification);
125 Set attributeSchemas = getAttributeSchemas(attributeNames);
131 clientType, attributeNames));
145 * @param attributeNames Attribute Names
148 public Set getReadOnlyAttributeNames(String clientType, Set attributeNames){ argument
149 Set readonly = new HashSet(attributeNames.size() *2);
154 readonly.addAll(attributeNames);
156 for (Iterator iter = attributeNames.iterator(); iter.hasNext(); ) {
202 Set attributeNames = getAttributeNames(clientType, classification);
203 Map attributeValues = new HashMap(attributeNames
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/
H A DAccessRightObject.java89 * @param attributeNames
95 public void grantReadPermission(Collection attributeNames) { argument
97 Iterator it = attributeNames.iterator();
109 * @param attributeNames
115 public void grantWritePermission(Collection attributeNames) { argument
117 Iterator it = attributeNames.iterator();
129 * @param attributeNames
135 public void revokeReadPermission(Collection attributeNames) { argument
137 Iterator it = attributeNames.iterator();
149 * @param attributeNames
155 revokeWritePermission(Collection attributeNames) argument
[all...]
H A DSearchTemplate.java82 * @param attributeNames
89 public SearchTemplate(String name, String[] attributeNames, String filter) { argument
91 setAttributeNames(attributeNames);
123 * @param attributeNames
128 public void setAttributeNames(String[] attributeNames) { argument
129 if (attributeNames != null) {
131 addAttributeNames(attributeNames);
157 * @param attributeNames
162 public void addAttributeNames(String[] attributeNames) { argument
163 if (attributeNames !
194 removeAttributeNames(String[] attributeNames) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idsvcs/
H A DIdentityServices.java45 * @param attributeNames Optional list of attributes to be returned.
53 UserDetails attributes(List attributeNames, Token subject, boolean refresh) throws TokenExpired, GeneralFailure, argument
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DMAPDeviceProfileModel.java86 * @param attributeNames Attribute Names
89 public Set getReadOnlyAttributeNames(String clientType, Set attributeNames); argument
H A DMAPDeviceProfileModelImpl.java124 Set attributeNames = getAttributeNames(clientType, classification);
125 Set attributeSchemas = getAttributeSchemas(attributeNames);
131 clientType, attributeNames));
145 * @param attributeNames Attribute Names
148 public Set getReadOnlyAttributeNames(String clientType, Set attributeNames){ argument
149 Set readonly = new HashSet(attributeNames.size() *2);
154 readonly.addAll(attributeNames);
156 for (Iterator iter = attributeNames.iterator(); iter.hasNext(); ) {
202 Set attributeNames = getAttributeNames(clientType, classification);
203 Map attributeValues = new HashMap(attributeNames
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/
H A DAccessRightObject.java89 * @param attributeNames
95 public void grantReadPermission(Collection attributeNames) { argument
97 Iterator it = attributeNames.iterator();
109 * @param attributeNames
115 public void grantWritePermission(Collection attributeNames) { argument
117 Iterator it = attributeNames.iterator();
129 * @param attributeNames
135 public void revokeReadPermission(Collection attributeNames) { argument
137 Iterator it = attributeNames.iterator();
149 * @param attributeNames
155 revokeWritePermission(Collection attributeNames) argument
[all...]
H A DSearchTemplate.java82 * @param attributeNames
89 public SearchTemplate(String name, String[] attributeNames, String filter) { argument
91 setAttributeNames(attributeNames);
123 * @param attributeNames
128 public void setAttributeNames(String[] attributeNames) { argument
129 if (attributeNames != null) {
131 addAttributeNames(attributeNames);
157 * @param attributeNames
162 public void addAttributeNames(String[] attributeNames) { argument
163 if (attributeNames !
194 removeAttributeNames(String[] attributeNames) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idsvcs/
H A DIdentityServices.java45 * @param attributeNames Optional list of attributes to be returned.
53 UserDetails attributes(List attributeNames, Token subject, boolean refresh) throws TokenExpired, GeneralFailure, argument
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/impl/ldap/
H A DCTSDJLDAPv3PersistentSearchBuilder.java35 private String[] attributeNames; field in class:CTSDJLDAPv3PersistentSearchBuilder
100 * @param attributeNames Array of attribute names to return.
103 public CTSDJLDAPv3PersistentSearchBuilder returnAttributes(String... attributeNames) { argument
104 this.attributeNames = attributeNames;
132 attributeNames);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMEntity.java107 * @param attributeNames
116 public Map getAttributes(Set attributeNames) throws AMException, argument
H A DAMEntityImpl.java171 public Map getAttributes(Set attributeNames) throws AMException, argument
175 return super.getAttributes(attributeNames);
H A DAMTemplateImpl.java205 * @param attributeNames
213 public Map getAttributes(Set attributeNames) throws AMException, argument
215 Map attributes = super.getAttributes(attributeNames);
H A DAMOrgTemplateImpl.java250 * @param attributeNames
258 public Map getAttributes(Set attributeNames) throws AMException, argument
262 if (attributeNames != null && attributes != null) {
265 Iterator iter = attributeNames.iterator();
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/
H A DSAMLProperty.java64 private String[] attributeNames; field in class:SAMLProperty
71 String[] attributeNames,
77 this.attributeNames = attributeNames;
86 int sz = attributeNames.length;
89 attributes.add (attributeNames[i]);
67 SAMLProperty( String name, String role, String bindMethod, String[] attributeNames, String[] mandNames ) argument
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/
H A DSAMLProperty.java64 private String[] attributeNames; field in class:SAMLProperty
71 String[] attributeNames,
77 this.attributeNames = attributeNames;
86 int sz = attributeNames.length;
89 attributes.add (attributeNames[i]);
67 SAMLProperty( String name, String role, String bindMethod, String[] attributeNames, String[] mandNames ) argument
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMEntity.java107 * @param attributeNames
116 public Map getAttributes(Set attributeNames) throws AMException, argument
H A DAMEntityImpl.java171 public Map getAttributes(Set attributeNames) throws AMException, argument
175 return super.getAttributes(attributeNames);
H A DAMTemplateImpl.java205 * @param attributeNames
213 public Map getAttributes(Set attributeNames) throws AMException, argument
215 Map attributes = super.getAttributes(attributeNames);
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/opensso/
H A DOpenSSOSubjectAttributesCollector.java108 public Map<String, Set<String>> getAttributes(Subject subject, Set<String> attributeNames) argument
117 attributeKeyValues.putAll(getIdentityUniversalIds(attributeNames, identity));
118 attributeKeyValues.putAll(getIdentityAttributes(attributeNames, identity));
126 private Map<String, Set<String>> getIdentityUniversalIds(Set<String> attributeNames, argument
129 Set<String> identityTypes = filterSet(attributeNames, NAMESPACE_IDENTITY);
183 private Map<String, Set<String>> getIdentityAttributes(Set<String> attributeNames, argument
186 Set<String> identityAttributes = filterSet(attributeNames, NAMESPACE_ATTR);

Completed in 74 milliseconds

123