|
|
-
Thrift Object in public API
Jim Klucar 2013-02-09, 22:12
I thought that in general, the thrift objects weren't to be used in the public API. The SecurityOptions.createUser method has a version that accepts a org.apache.accumulo.core.security.thrift.tokens.SecurityToken. Does the pluggable security stuff require this for some reason?
-
Re: Thrift Object in public API
John Vines 2013-02-09, 22:14
SecurityToken is no longer a thrift type. I'll double check my commit from last night to make sure that's sounds though
Sent from my phone, please pardon the typos and brevity. On Feb 9, 2013 5:12 PM, "Jim Klucar" <[EMAIL PROTECTED]> wrote:
> I thought that in general, the thrift objects weren't to be used in the > public API. The SecurityOptions.createUser method has a version that > accepts a org.apache.accumulo.core.security.thrift.tokens.SecurityToken. > Does the pluggable security stuff require this for some reason? >
-
Re: Thrift Object in public API
Jim Klucar 2013-02-09, 22:18
ok. I just saw the discussion on her from a week or so ago. I probably have an old pull. On Sat, Feb 9, 2013 at 5:14 PM, John Vines <[EMAIL PROTECTED]> wrote:
> SecurityToken is no longer a thrift type. I'll double check my commit from > last night to make sure that's sounds though > > Sent from my phone, please pardon the typos and brevity. > On Feb 9, 2013 5:12 PM, "Jim Klucar" <[EMAIL PROTECTED]> wrote: > > > I thought that in general, the thrift objects weren't to be used in the > > public API. The SecurityOptions.createUser method has a version that > > accepts a org.apache.accumulo.core.security.thrift.tokens.SecurityToken. > > Does the pluggable security stuff require this for some reason? > > >
-
Re: Thrift Object in public API
Jim Klucar 2013-02-10, 02:14
Just checked, it's still in there. On Sat, Feb 9, 2013 at 5:18 PM, Jim Klucar <[EMAIL PROTECTED]> wrote:
> ok. I just saw the discussion on her from a week or so ago. I probably > have an old pull. > > > On Sat, Feb 9, 2013 at 5:14 PM, John Vines <[EMAIL PROTECTED]> wrote: > >> SecurityToken is no longer a thrift type. I'll double check my commit from >> last night to make sure that's sounds though >> >> Sent from my phone, please pardon the typos and brevity. >> On Feb 9, 2013 5:12 PM, "Jim Klucar" <[EMAIL PROTECTED]> wrote: >> >> > I thought that in general, the thrift objects weren't to be used in the >> > public API. The SecurityOptions.createUser method has a version that >> > accepts a org.apache.accumulo.core.security.thrift.tokens.SecurityToken. >> > Does the pluggable security stuff require this for some reason? >> > >> > >
-
Re: Thrift Object in public API
John Vines 2013-02-10, 02:21
Just a packaging mishap, fixed.
Sent from my phone, please pardon the typos and brevity. On Feb 9, 2013 9:15 PM, "Jim Klucar" <[EMAIL PROTECTED]> wrote:
> Just checked, it's still in there. > > > On Sat, Feb 9, 2013 at 5:18 PM, Jim Klucar <[EMAIL PROTECTED]> wrote: > > > ok. I just saw the discussion on her from a week or so ago. I probably > > have an old pull. > > > > > > On Sat, Feb 9, 2013 at 5:14 PM, John Vines <[EMAIL PROTECTED]> wrote: > > > >> SecurityToken is no longer a thrift type. I'll double check my commit > from > >> last night to make sure that's sounds though > >> > >> Sent from my phone, please pardon the typos and brevity. > >> On Feb 9, 2013 5:12 PM, "Jim Klucar" <[EMAIL PROTECTED]> wrote: > >> > >> > I thought that in general, the thrift objects weren't to be used in > the > >> > public API. The SecurityOptions.createUser method has a version that > >> > accepts a > org.apache.accumulo.core.security.thrift.tokens.SecurityToken. > >> > Does the pluggable security stuff require this for some reason? > >> > > >> > > > > >
|
|