|
Authentication API v8.1 SP2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rsa.authagent.authapi.datarepository.FileDataObject
public class FileDataObject
| Field Summary | |
|---|---|
static byte[] |
EMPTY_DATA_ARRAY
|
| Constructor Summary | |
|---|---|
FileDataObject(java.lang.String filename)
|
|
| Method Summary | |
|---|---|
byte[] |
getData()
This method reads bytes form a ACE Resource and stores them into a caller supplied buffer. |
int |
getData(byte[] buf)
This method reads bytes form a ACE Resource and stores them into a caller supplied buffer. |
long |
getTimeStamp()
This method return the time that the data resource was last modified |
void |
writeData(byte[] b)
This method writes bytes from the passed array to the data resource |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static byte[] EMPTY_DATA_ARRAY
| Constructor Detail |
|---|
public FileDataObject(java.lang.String filename)
| Method Detail |
|---|
public byte[] getData()
throws DataAccessorException
ACEServerDataObject
getData in interface ACEServerDataObjectDataAccessorException - if the Data Resource is not found
or the Data Resource is not able to read because of security violation
public int getData(byte[] buf)
throws DataAccessorException
ACEServerDataObject
getData in interface ACEServerDataObjectDataAccessorException - if the Data Resource is not found
or the Data Resource is not able to read because of security violation
public void writeData(byte[] b)
throws DataAccessorException
ACEServerDataObject
writeData in interface ACEServerDataObjectb - The array of bytes to write
DataAccessorException - if the Data Resource is not found
or the Data Resource is not able to write because of security violationpublic long getTimeStamp()
ACEServerDataObject
getTimeStamp in interface ACEServerDataObject
|
Authentication API v8.1 SP2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||