Giriş
SessionAuthenticationStrategy arayüzünü gerçekleştirir.
constructor - SessionRegistry
Şöyle yaparız.
SessionAuthenticationStrategy arayüzünü gerçekleştirir.
constructor - SessionRegistry
Şöyle yaparız.
@Bean
@Override
protected SessionAuthenticationStrategy sessionAuthenticationStrategy() {
return new RegisterSessionAuthenticationStrategy(buildSessionRegistry());
}
@Bean
protected SessionRegistry buildSessionRegistry() {
return new SessionRegistryImpl();
}
Hiç yorum yok:
Yorum Gönder