- All Known Implementing Classes:
 
- AuthCallbackProxy
 
public interface DpAuthCallback
With this interface we can register a callback with ConfDs AAA subsystem, to
 be invoked whenever AAA has completed processing of an authentication
 attempt. In the case where the authentication was otherwise successful, the
 callback can still cause it to be rejected. This can be used to implement
 specific access policies, as an alternative to using PAM or "External"
 authentication for this purpose. The callback will only be invoked if it is
 registered using Dp.registerAnnotatedCallbacks() and enabled
 via /confdConfig/aaa/authenticationCallback/enabled in confd.conf
 or /ncs-config/aaa/authentication-callback/enabled in ncs.conf respectively .
 Note, If the callback is enabled in confd.thonf but not registered, or
 invocation keeps failing for some reason, all authentication attempts will
 fail.
- See Also:
 
Dp.registerAnnotatedCallbacks(Object)