com.corrspt.xeo.framework
Interface SecurityProvider

All Superinterfaces:
ServiceProvider
All Known Implementing Classes:
DefaultSecurityProvider

public interface SecurityProvider
extends ServiceProvider


Method Summary
 boolean canDelete(netgest.bo.runtime.boObject o)
           
 boolean canRead(netgest.bo.runtime.boObject o)
           
 boolean canWrite(netgest.bo.runtime.boObject o)
           
 boolean hasFullControl(netgest.bo.runtime.boObject o)
           
 

Method Detail

canRead

boolean canRead(netgest.bo.runtime.boObject o)
                throws netgest.bo.runtime.boRuntimeException
Throws:
netgest.bo.runtime.boRuntimeException

canDelete

boolean canDelete(netgest.bo.runtime.boObject o)
                  throws netgest.bo.runtime.boRuntimeException
Throws:
netgest.bo.runtime.boRuntimeException

canWrite

boolean canWrite(netgest.bo.runtime.boObject o)
                 throws netgest.bo.runtime.boRuntimeException
Throws:
netgest.bo.runtime.boRuntimeException

hasFullControl

boolean hasFullControl(netgest.bo.runtime.boObject o)
                       throws netgest.bo.runtime.boRuntimeException
Throws:
netgest.bo.runtime.boRuntimeException