Methods Summary |
---|
public void | authentication(java.lang.String user, java.lang.String realm, boolean success)Invoked post authentication request for a user in a given realm
|
public void | ejbAsWebServiceInvocation(java.lang.String endpoint, boolean success)Invoked during validation of the web service request
|
public void | ejbInvocation(java.lang.String user, java.lang.String ejb, java.lang.String method, boolean success)Invoked post ejb authorization request.
|
public void | init(java.util.Properties props)Method is invoked at server startup, during AuditModule initialization.
If method returns without any exception then S1AS assumes that the module
is ready to serve any requests.
this.props = props;
|
public void | serverShutdown()Invoked upon completion of the server shutdown
|
public void | serverStarted()Invoked upon completion of the server startup
|
public void | webInvocation(java.lang.String user, javax.servlet.http.HttpServletRequest req, java.lang.String type, boolean success)Invoked post web authorization request.
|
public void | webServiceInvocation(java.lang.String uri, java.lang.String endpoint, boolean success)Invoked during validation of the web service request
|