|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.jbi.messaging.routing.module.JAASAuthenticationModule
public class JAASAuthenticationModule
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.
| 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 |
|---|
protected org.ow2.petals.util.LoggingUtil log
| Constructor Detail |
|---|
public JAASAuthenticationModule()
| Method Detail |
|---|
protected void start()
protected void stop()
throws RoutingException
RoutingException
public void addComponent(ComponentContext componentContext)
throws RoutingException
InstallModule
addComponent in interface InstallModuleRoutingException
public void removeComponent(ComponentContext componentContext)
throws RoutingException
InstallModule
removeComponent in interface InstallModuleRoutingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||