Searched refs:FAMRecord (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/test/java/com/iplanet/dpro/session/service/
H A DMockInternalSession.java32 import com.sun.identity.sm.model.FAMRecord;
48 private FAMRecord famRecord;
61 public FAMRecord getFamRecord() {
65 public void setFamRecord(FAMRecord famRecord) {
/forgerock/openam/openam-core/src/test/java/com/iplanet/dpro/session/service/
H A DMockInternalSession.java32 import com.sun.identity.sm.model.FAMRecord;
48 private FAMRecord famRecord;
61 public FAMRecord getFamRecord() {
65 public void setFamRecord(FAMRecord famRecord) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/model/
H A DFAMRecord.java25 * $Id: FAMRecord.java,v 1.3 2008/08/01 22:24:45 hengming Exp $
39 * FAMRecord stores all the data that the user would store in the database.
41 public class FAMRecord extends AMRootEntity { class in inherits:AMRootEntity
45 * FAMRecord Specifics
51 * FAMRecord represents the data fields that the user would store in
62 public FAMRecord ( String svc, String op, String pKey, long eDate, method in class:FAMRecord
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/model/
H A DFAMRecord.java25 * $Id: FAMRecord.java,v 1.3 2008/08/01 22:24:45 hengming Exp $
39 * FAMRecord stores all the data that the user would store in the database.
41 public class FAMRecord extends AMRootEntity { class in inherits:AMRootEntity
45 * FAMRecord Specifics
51 * FAMRecord represents the data fields that the user would store in
62 public FAMRecord ( String svc, String op, String pKey, long eDate, method in class:FAMRecord

Completed in 53 milliseconds