Searched defs:getAttributesFromDataStore (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMObject.java267 public Map getAttributesFromDataStore() throws AMException, SSOException; method in interface:AMObject
311 public Map getAttributesFromDataStore(Set attributeNames) method in interface:AMObject
H A DAMObjectImpl.java294 public Map getAttributesFromDataStore() throws AMException, SSOException { method in class:AMObjectImpl
295 return getAttributesFromDataStore(null);
298 public Map getAttributesFromDataStore(Set attributeNames) method in class:AMObjectImpl
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMObject.java267 public Map getAttributesFromDataStore() throws AMException, SSOException; method in interface:AMObject
311 public Map getAttributesFromDataStore(Set attributeNames) method in interface:AMObject
H A DAMObjectImpl.java295 public Map getAttributesFromDataStore() throws AMException, SSOException { method in class:AMObjectImpl
296 return getAttributesFromDataStore(null);
299 public Map getAttributesFromDataStore(Set attributeNames) method in class:AMObjectImpl

Completed in 37 milliseconds