Re: custom interceptor's AdsBaseBean

2015-12-15 Thread Kiran Ayyagari
subclasses AuthenticationInterceptor > > > Date: Sun, 13 Dec 2015 21:58:10 +0800 > > Subject: Re: custom interceptor's AdsBaseBean > > From: kayyag...@apache.org > > To: users@directory.apache.org > > > > On Sun, Dec 13, 2015 at 2:05 AM, Michael Perelm

Re: custom interceptor's AdsBaseBean

2015-12-13 Thread Kiran Ayyagari
lass of AuthenticationInterceptor the only way to make this possible without changing the > > > Date: Sat, 12 Dec 2015 11:31:14 +0800 > > Subject: Re: custom interceptor's AdsBaseBean > > From: kayyag...@apache.org > > To: users@directory.apache.org > > > >

Re: custom interceptor's AdsBaseBean

2015-12-11 Thread Kiran Ayyagari
1 Dec 2015 16:01:34 +0800 > > Subject: Re: custom interceptor's AdsBaseBean > > From: kayyag...@apache.org > > To: users@directory.apache.org > > > > On Fri, Dec 11, 2015 at 8:29 AM, Michael Perelman < > > mikhail_perel...@hotmail.com> wrote: > &g

Re: custom interceptor's AdsBaseBean

2015-12-11 Thread Kiran Ayyagari
ot;ads-authenticator", container = > "authenticators"). this passing of policies to interceptors occurs in > ServiceBuilder.createInterceptors(). did i miss anything? thanks! > right, this is correct > > > Date: Thu, 10 Dec 2015 18:10:11 +0800 > >

Re: custom interceptor's AdsBaseBean

2015-12-10 Thread Kiran Ayyagari
On Thu, Dec 10, 2015 at 3:55 PM, Michael Perelman < mikhail_perel...@hotmail.com> wrote: > hi. i am running 2.0.0M17 in regular (i.e. not embedded) mode, and i would > like to introduce my own custom interceptor. i am trying to model it after > the OOTB AuthenticationInterceptor, so mine will cont

custom interceptor's AdsBaseBean

2015-12-09 Thread Michael Perelman
hi. i am running 2.0.0M17 in regular (i.e. not embedded) mode, and i would like to introduce my own custom interceptor. i am trying to model it after the OOTB AuthenticationInterceptor, so mine will contain a password policy bearing several attributes that will be configurable via Apache Studio.