|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.geronimo.security.jaspi.ServerAuthModuleGBean
@GBean public class ServerAuthModuleGBean
Holds a bit of xml configuring an AuthConfigProvider, [Client|Server][AuthConfig|AuthContext|AuthModule] and registers/unregisters it when start/stopped.
| Constructor Summary | |
|---|---|
ServerAuthModuleGBean(String messageLayer,
String appContext,
String authenticationID,
String config)
|
|
| Method Summary | |
|---|---|
void |
doFail()
Fails the GBean. |
void |
doStart()
Starts the GBean. |
void |
doStop()
Stops the target. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServerAuthModuleGBean(@ParamAttribute(name="messageLayer")
String messageLayer,
@ParamAttribute(name="appContext")
String appContext,
@ParamAttribute(name="authenticationID")
String authenticationID,
@ParamAttribute(name="config")
String config)
throws org.apache.geronimo.components.jaspi.ConfigException
org.apache.geronimo.components.jaspi.ConfigException| Method Detail |
|---|
public void doStart()
throws Exception
doStart in interface GBeanLifecycleException - if the target failed to start; this will cause a transition to the failed state
public void doStop()
throws Exception
doStop in interface GBeanLifecycleException - if the target failed to stop; this will cause a transition to the failed statepublic void doFail()
doFail in interface GBeanLifecycle
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||