Re: AuthConfigProvider initialization while constructing the authenticator

2017-02-13 Thread Mark Thomas
use it. However if such AuthConfigProvider is not available, on every request we will spend time in redundant search operation to find AuthConfigProvider that is not available. What do you think about moving AuthConfigProvider initialization while constructing the authenticator? Won't

Re: AuthConfigProvider initialization while constructing the authenticator

2017-02-08 Thread Mark Thomas
initialize it once and then we will use it. However if such >>> AuthConfigProvider is not available, on every request we will spend time > in >>> redundant search operation to find AuthConfigProvider that is not > available. >>> >>> What do you think about moving

Re: AuthConfigProvider initialization while constructing the authenticator

2017-02-08 Thread Violeta Georgieva
ider we will > >> initialize it once and then we will use it. However if such > >> AuthConfigProvider is not available, on every request we will spend time in > >> redundant search operation to find AuthConfigProvider that is not available. > >> > >> W

Re: AuthConfigProvider initialization while constructing the authenticator

2017-02-07 Thread Violeta Georgieva
ider is not available, on every request we will spend time in >> redundant search operation to find AuthConfigProvider that is not available. >> >> What do you think about moving AuthConfigProvider initialization while >> constructing the authenticator? > > > Won&#

Re: AuthConfigProvider initialization while constructing the authenticator

2017-02-07 Thread Mark Thomas
AuthConfigProvider that is not available. What do you think about moving AuthConfigProvider initialization while constructing the authenticator? Won't that break web applications that initialize their own JASPIC configuration on web application start? If performance is a concern we could st

AuthConfigProvider initialization while constructing the authenticator

2017-02-06 Thread Violeta Georgieva
you think about moving AuthConfigProvider initialization while constructing the authenticator? Thanks, Violeta