An
AuthenticationProvider implementation that can authenticate an
AuthByAdapter . Configured in
the bean context with a key that should match the key used by adapters to generate AuthByAdapter
instances. It treats as valid any such instance presenting a hash code that matches the
AuthByAdapterProvider -configured key.
If the key does not match, a BadCredentialsException is thrown.
|