The default AuthenticationManager is either the one nominated as default within the configuration with {@link ServerConfiguration#getDefaultAuthenticationManager()}, or if there is only one, it is implicitly the default.
It is important to {@link #close()} the registry after use and this allows the AuthenticationManagersto reverse any security registrations they have performed.
|
|
|
|