Package org.enhydra.shark.api.internal.security

Security component interface.

See:
          Description

Interface Summary
SecurityManager  
 

Exception Summary
SecurityException Class SecurityException is raised by SecurityManager when it finds out that some method is not supposed to be executed by some user.
 

Package org.enhydra.shark.api.internal.security Description

Security component interface.

For applying some special operations while enacting a process developer has an option to implement and plug-in this component. Currently, this is pretty useless component, but interface will be changed, and appended by many methods that would be used for authorization based on each client interface method.