Searched defs:setAttributes (Results 1 - 25 of 219) sorted by relevance

123456789

/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/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/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/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-v13/openam-console/src/main/java/com/sun/identity/console/realm/model/
H A DServicesProfileModel.java55 void setAttributes(Map attrValues) method in interface:ServicesProfileModel
H A DServicesProfileModelImpl.java187 public void setAttributes(Map attrValues) method in class:ServicesProfileModelImpl
/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/openam-console/src/main/java/com/sun/identity/console/realm/model/
H A DServicesProfileModel.java55 void setAttributes(Map attrValues) method in interface:ServicesProfileModel
H A DServicesProfileModelImpl.java187 public void setAttributes(Map attrValues) method in class:ServicesProfileModelImpl
/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-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/impl/
H A DActionImpl.java182 public void setAttributes(java.util.List attributes) throws method in class:ActionImpl
H A DEnvironmentImpl.java183 public void setAttributes(java.util.List attributes) method in class:EnvironmentImpl
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/impl/
H A DActionImpl.java182 public void setAttributes(java.util.List attributes) throws method in class:ActionImpl
H A DEnvironmentImpl.java183 public void setAttributes(java.util.List attributes) method in class:EnvironmentImpl
/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);

Completed in 96 milliseconds

123456789