issrg.pba.rbac
Class StartedRecord

java.lang.Object
  extended by issrg.pba.rbac.Record
      extended by issrg.pba.rbac.StartedRecord

public class StartedRecord
extends Record

This is the record to be logged in the SAWS server when permis is successfuly started

Author:
bn29

Constructor Summary
StartedRecord()
           
StartedRecord(java.lang.String xmlpolicy)
           
 
Method Summary
 byte[] toBytes()
           
 
Methods inherited from class issrg.pba.rbac.Record
toBytes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartedRecord

public StartedRecord()

StartedRecord

public StartedRecord(java.lang.String xmlpolicy)
Method Detail

toBytes

public byte[] toBytes()
Specified by:
toBytes in class Record