org.jbpm.client.impl
Class AuthorizationInterceptor

java.lang.Object
  extended by org.jbpm.client.impl.Interceptor
      extended by org.jbpm.client.impl.AuthorizationInterceptor
All Implemented Interfaces:
CommandService

public class AuthorizationInterceptor
extends Interceptor

performs an authorization check before the command is executed.

Author:
Tom Baeyens

Field Summary
 
Fields inherited from class org.jbpm.client.impl.Interceptor
next
 
Constructor Summary
AuthorizationInterceptor()
           
 
Method Summary
<T> T
execute(Command<T> command)
           
 
Methods inherited from class org.jbpm.client.impl.Interceptor
getNext, setNext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthorizationInterceptor

public AuthorizationInterceptor()
Method Detail

execute

public <T> T execute(Command<T> command)