org.ow2.petals.jbi.messaging.routing.module
Class JAASAuthenticationModule

java.lang.Object
  extended by org.ow2.petals.jbi.messaging.routing.module.JAASAuthenticationModule
All Implemented Interfaces:
InstallModule

public class JAASAuthenticationModule
extends java.lang.Object
implements InstallModule

A router module used to control access of add/remove component methods with JAAS. Not really useful, we can imagine to do such process when we will implement a addConnection mechanism in the transport layer.

Since:
2.2
Author:
Christophe HAMERLING - eBM WebSourcing

Field Summary
protected  org.ow2.petals.util.LoggingUtil log
          Logger wrapper
 
Constructor Summary
JAASAuthenticationModule()
           
 
Method Summary
 void addComponent(ComponentContext componentContext)
          Add a component to the NMR.
 void removeComponent(ComponentContext componentContext)
          Remove a component to the NMR.
protected  void start()
          Start the Fractal component
protected  void stop()
          Stop the Fractal component
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected org.ow2.petals.util.LoggingUtil log
Logger wrapper

Constructor Detail

JAASAuthenticationModule

public JAASAuthenticationModule()
Method Detail

start

protected void start()
Start the Fractal component


stop

protected void stop()
             throws RoutingException
Stop the Fractal component

Throws:
RoutingException

addComponent

public void addComponent(ComponentContext componentContext)
                  throws RoutingException
Description copied from interface: InstallModule
Add a component to the NMR.

Specified by:
addComponent in interface InstallModule
Throws:
RoutingException

removeComponent

public void removeComponent(ComponentContext componentContext)
                     throws RoutingException
Description copied from interface: InstallModule
Remove a component to the NMR.

Specified by:
removeComponent in interface InstallModule
Throws:
RoutingException


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.