FileDocCategorySizeDatePackage
AuthenticationListener.javaAPI DocGlassfish v2 API2770Fri May 04 22:32:42 BST 2007com.sun.enterprise.webservice.monitoring

AuthenticationListener

public interface AuthenticationListener
This interface allows to register interest in authentication events in the web service container.
author
Jerome Dochez

Fields Summary
Constructors Summary
Methods Summary
public voidauthFailure(com.sun.enterprise.deployment.BundleDescriptor desc, Endpoint endpoint, java.security.Principal principal)
notification that a user authentication attempt has failed.

param
endpointSelector the endpoint selector
param
principal Optional principal that failed

public voidauthSucess(com.sun.enterprise.deployment.BundleDescriptor desc, Endpoint endpoint, java.security.Principal principal)
notification that a user properly authenticated while making a web service invocation.