Searched defs:addAttributeValue (Results 1 - 7 of 7) sorted by relevance
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/ |
H A D | Attribute.java | 238 this.addAttributeValue(XMLUtils. 241 this.addAttributeValue(attributeValue); 262 public void addAttributeValue(String value) throws SAMLException { method in class:Attribute 266 "addAttributeValue: Input is null"); 294 SAMLUtilsCommon.debug.error("addAttributeValue error", e); 295 throw new SAMLRequesterException("Exception in addAttributeValue" + 307 public void addAttributeValue(Element element) throws SAMLException { method in class:Attribute 311 "addAttributeValue: input is null."); 338 SAMLUtilsCommon.debug.error("addAttributeValue error", e); 339 throw new SAMLRequesterException("Exception in addAttributeValue" [all...] |
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/ |
H A D | Attribute.java | 238 this.addAttributeValue(XMLUtils. 241 this.addAttributeValue(attributeValue); 262 public void addAttributeValue(String value) throws SAMLException { method in class:Attribute 266 "addAttributeValue: Input is null"); 294 SAMLUtilsCommon.debug.error("addAttributeValue error", e); 295 throw new SAMLRequesterException("Exception in addAttributeValue" + 307 public void addAttributeValue(Element element) throws SAMLException { method in class:Attribute 311 "addAttributeValue: input is null."); 338 SAMLUtilsCommon.debug.error("addAttributeValue error", e); 339 throw new SAMLRequesterException("Exception in addAttributeValue" [all...] |
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/ |
H A D | DataLayer.java | 772 public void addAttributeValue(Principal principal, Guid guid, String name, String value) throws UMSException { method in class:DataLayer
|
H A D | PersistentObject.java | 1485 public static void addAttributeValue( method in class:PersistentObject 1511 DataLayer.getInstance().addAttributeValue(token.getPrincipal(),
|
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/ |
H A D | DataLayer.java | 772 public void addAttributeValue(Principal principal, Guid guid, String name, String value) throws UMSException { method in class:DataLayer
|
H A D | PersistentObject.java | 1485 public static void addAttributeValue( method in class:PersistentObject 1511 DataLayer.getInstance().addAttributeValue(token.getPrincipal(),
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/ |
H A D | StaticUtils.java | 2359 addAttributeValue(operationalAttributes, attrType, attrName, attrValue); 2363 addAttributeValue(userAttributes, attrType, attrName, attrValue); 2397 private static void addAttributeValue(LinkedHashMap<AttributeType, List<Attribute>> attrs, method in class:StaticUtils
|
Completed in 1215 milliseconds