public class FAMRecord extends AMRootEntity
DELETE, DELETEBYDATE, FLUSHALL, GET_RECORD_COUNT, READ, READ_WITH_SEC_KEY, SHUTDOWN, WRITE
Constructor and Description |
---|
FAMRecord(String svc,
String op,
String pKey,
long eDate,
String secKey,
int st,
String ax,
byte[] serializedInternalSessionBlob)
FAMRecord represents the data fields that the user would store in
a persistent datastore.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getBytes(String key) |
HashMap |
getExtraByteAttributes() |
HashMap |
getExtraStringAttributes() |
String |
getString(String key) |
void |
setBytes(String key,
byte[] bytes) |
void |
setString(String key,
String val) |
void |
setStringAttrs(HashMap map) |
String |
toString() |
getAuxData, getData, getExpDate, getOperation, getPrimaryKey, getSecondaryKey, getSerializedInternalSessionBlob, getService, getState, setAuxData, setData, setExpDate, setOperation, setPrimaryKey, setSecondaryKey, setSerializedInternalSessionBlob, setService, setState
public FAMRecord(String svc, String op, String pKey, long eDate, String secKey, int st, String ax, byte[] serializedInternalSessionBlob)
svc
- Service code such as session or saml2op
- Operation such as read, write, delete, deletebydate.pKey
- Primary KeyeDate
- Expiration DatesecKey
- Secondary Keyst
- stateax
- Additional DataserializedInternalSessionBlob
- Binary Blobpublic void setBytes(String key, byte[] bytes)
public void setStringAttrs(HashMap map)
public byte[] getBytes(String key)
public HashMap getExtraStringAttributes()
public HashMap getExtraByteAttributes()
public String toString()
toString
in class AMRootEntity
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.