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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/
H A DIRole.java55 public Guid getGuid(); method in interface:IRole
H A DPersistentObject.java206 && (getGuid() != null) && (getPrincipal() != null)) {
212 getGuid() + " attribute: " + attrName, ex);
279 if ((!attributesNotInCache.isEmpty()) && (getGuid() != null)
393 DataLayer.getInstance().changePassword(getGuid(), attrName,
556 public Guid getGuid() { method in class:PersistentObject
599 DataLayer.getInstance().rename(getPrincipal(), getGuid(), newRDN,
660 DataLayer.getInstance().modify(getPrincipal(), getGuid(), m_modSet);
768 if (getGuid().getDn().length() > 0) {
769 childStr = idAttr + "=" + idValue + "," + getGuid().getDn();
824 childStr = object.getGuid()
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/
H A DIRole.java55 public Guid getGuid(); method in interface:IRole
H A DPersistentObject.java206 && (getGuid() != null) && (getPrincipal() != null)) {
212 getGuid() + " attribute: " + attrName, ex);
279 if ((!attributesNotInCache.isEmpty()) && (getGuid() != null)
393 DataLayer.getInstance().changePassword(getGuid(), attrName,
556 public Guid getGuid() { method in class:PersistentObject
599 DataLayer.getInstance().rename(getPrincipal(), getGuid(), newRDN,
660 DataLayer.getInstance().modify(getPrincipal(), getGuid(), m_modSet);
768 if (getGuid().getDn().length() > 0) {
769 childStr = idAttr + "=" + idValue + "," + getGuid().getDn();
824 childStr = object.getGuid()
[all...]

Completed in 236 milliseconds