@Bean public SessionRegistry sessionRegistry() { return new SessionRegistryImpl(); }
@Bean @Override protected SessionAuthenticationStrategy sessionAuthenticationStrategy() { return new RegisterSessionAuthenticationStrategy(new SessionRegistryImpl()); }
@Bean protected SessionRegistry sessionRegistry() { return new SessionRegistryImpl(); }
@Bean public SessionRegistry sessionRegistry(){ return new SessionRegistryImpl(); }
@Bean public SessionRegistry getSessionRegistry(){ SessionRegistry sessionRegistry=new SessionRegistryImpl(); return sessionRegistry; }
/** * Defines the session authentication strategy. */ @Bean @Override protected SessionAuthenticationStrategy sessionAuthenticationStrategy() { return new RegisterSessionAuthenticationStrategy(new SessionRegistryImpl()); }
@Bean protected SessionRegistry sessionRegistryImpl() { return new SessionRegistryImpl(); }
/** * Use by Spring Security, to get events from Hazelcast. */ @Bean public SessionRegistry sessionRegistry() { return new SessionRegistryImpl(); }
@Bean @ConditionalOnProperty(name="shiny.proxy.authentication", havingValue="keycloak") protected SessionAuthenticationStrategy sessionAuthenticationStrategy() { return new RegisterSessionAuthenticationStrategy(new SessionRegistryImpl()); }
@Override @Bean public SessionRegistry sessionRegistry() { return new SessionRegistryImpl(); }
/** * Use by Spring Security, to get events from Hazelcast. * * @return the session registry */ @Bean public SessionRegistry sessionRegistry() { return new SessionRegistryImpl(); }
/** * Session registry. * * @return the session registry */ @Bean public SessionRegistry sessionRegistry() { return new SessionRegistryImpl(); }