Searched refs:setAttributes (Results 1 - 25 of 472) sorted by relevance

1234567891011>>

/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/realm/
H A DAmRealmAuthenticationResult.java53 setAttributes(attributes);
60 private void setAttributes(Set attributes) { method in class:AmRealmAuthenticationResult
/forgerock/openam-v13/openam-authentication/deviceprint/module/src/main/java/org/forgerock/openam/authentication/modules/deviceprint/
H A DAMIdentityWrapper.java64 * Delegates to the setAttributes method on the AMIdentity instance.
66 public void setAttributes(Map attrMap) throws SSOException, IdRepoException { method in class:AMIdentityWrapper
67 amIdentity.setAttributes(attrMap);
/forgerock/openam-v13/openam-authentication/openam-auth-device-id/src/main/java/org/forgerock/openam/authentication/modules/deviceprint/
H A DAMIdentityWrapper.java66 * Delegates to the setAttributes method on the AMIdentity instance.
68 public void setAttributes(Map attrMap) throws SSOException, IdRepoException { method in class:AMIdentityWrapper
69 amIdentity.setAttributes(attrMap);
/forgerock/openam/openam-authentication/openam-auth-device-id/src/main/java/org/forgerock/openam/authentication/modules/deviceprint/
H A DAMIdentityWrapper.java66 * Delegates to the setAttributes method on the AMIdentity instance.
68 public void setAttributes(Map attrMap) throws SSOException, IdRepoException { method in class:AMIdentityWrapper
69 amIdentity.setAttributes(attrMap);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DAttributeQuery.java60 * @see #setAttributes(List)
71 public void setAttributes(List attributes) throws SAML2Exception; method in interface:AttributeQuery
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/
H A DAction.java73 public void setAttributes(List attributes) throws XACMLException; method in interface:Action
H A DEnvironment.java76 public void setAttributes(List attributes) throws XACMLException; method in interface:Environment
H A DResource.java105 public void setAttributes(List attributes) throws XACMLException; method in interface:Resource
H A DResourceContent.java104 public void setAttributes(List attributes) throws XACMLException; method in interface:ResourceContent
H A DSubject.java79 public void setAttributes(List attributes) throws XACMLException; method in interface:Subject
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/
H A DAction.java73 public void setAttributes(List attributes) throws XACMLException; method in interface:Action
H A DEnvironment.java76 public void setAttributes(List attributes) throws XACMLException; method in interface:Environment
H A DResource.java105 public void setAttributes(List attributes) throws XACMLException; method in interface:Resource
H A DResourceContent.java104 public void setAttributes(List attributes) throws XACMLException; method in interface:ResourceContent
H A DSubject.java79 public void setAttributes(List attributes) throws XACMLException; method in interface:Subject
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/realm/model/
H A DServicesProfileModel.java55 void setAttributes(Map attrValues) method in interface:ServicesProfileModel
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/realm/model/
H A DServicesProfileModel.java55 void setAttributes(Map attrValues) method in interface:ServicesProfileModel
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DAttributeQuery.java66 * @see #setAttributes(List)
77 public void setAttributes(List attributes) throws SAML2Exception; method in interface:AttributeQuery
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DUpdatePreOpPlugin.java67 private ArrayList<Attribute> setAttributes; field in class:UpdatePreOpPlugin
124 setAttributes = new ArrayList<Attribute>();
145 for (Attribute a : setAttributes)
197 instance.setAttributes.clear();
214 instance.setAttributes.add(attribute);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DUpdatePreOpPlugin.java66 private ArrayList<Attribute> setAttributes; field in class:UpdatePreOpPlugin
123 setAttributes = new ArrayList<Attribute>();
144 for (Attribute a : setAttributes)
196 instance.setAttributes.clear();
213 instance.setAttributes.add(attribute);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DUpdatePreOpPlugin.java67 private ArrayList<Attribute> setAttributes; field in class:UpdatePreOpPlugin
124 setAttributes = new ArrayList<Attribute>();
145 for (Attribute a : setAttributes)
197 instance.setAttributes.clear();
214 instance.setAttributes.add(attribute);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DUpdatePreOpPlugin.java66 private ArrayList<Attribute> setAttributes; field in class:UpdatePreOpPlugin
123 setAttributes = new ArrayList<Attribute>();
144 for (Attribute a : setAttributes)
196 instance.setAttributes.clear();
213 instance.setAttributes.add(attribute);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DUpdatePreOpPlugin.java67 private ArrayList<Attribute> setAttributes; field in class:UpdatePreOpPlugin
124 setAttributes = new ArrayList<Attribute>();
145 for (Attribute a : setAttributes)
197 instance.setAttributes.clear();
214 instance.setAttributes.add(attribute);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/plugins/
H A DUpdatePreOpPlugin.java66 private ArrayList<Attribute> setAttributes; field in class:UpdatePreOpPlugin
123 setAttributes = new ArrayList<>();
142 for (Attribute a : setAttributes)
190 instance.setAttributes.clear();
207 instance.setAttributes.add(attribute);
/forgerock/opendj-b2.6/src/server/org/opends/server/types/operation/
H A DPreParseSearchOperation.java210 public void setAttributes(Set<String> attributes); method in interface:PreParseSearchOperation

Completed in 381 milliseconds

1234567891011>>