org.jboss.ejb.plugins
Interface SecurityInterceptor.AuthenticationObserver

Enclosing interface:
SecurityInterceptor (src)

public static interface SecurityInterceptor.AuthenticationObserver

The interface of an observer that should be notified when principal authentication fails.


Field Summary
static java.lang.String KEY
           
 
Method Summary
 void authenticationFailed()
           
 

Field Detail

KEY

public static final java.lang.String KEY
See Also:
Constant Field Values (src)
Method Detail

authenticationFailed

public void authenticationFailed()