Re: Creating a new Realm with Tapestry

2018-02-17 Thread Brian Demers
Good stuff! Thanks for following up! -Brian > On Feb 17, 2018, at 5:59 AM, cbenden wrote: > > Since I found my own question over and over in google while desperately > seeking for information here the solution how I did it: > > 1) create you Realm by deriving from AuthorizationRealm (or > Auth

Re: Creating a new Realm with Tapestry

2018-02-17 Thread cbenden
Since I found my own question over and over in google while desperately seeking for information here the solution how I did it: 1) create you Realm by deriving from AuthorizationRealm (or AuthenticationRealm if that is all you need). There are plenty of examples - you can all use them, they are no

Re: Creating a new Realm with Tapestry

2018-02-12 Thread cbenden
comming from there. But what should I expect, when even tapestry itself has bad documentation and even the smallest things must be aquired by endless trial and error because the documentation is so bad. I guess, this is not for those who are new to this stuff or who can not stand bad documentatio

Re: Creating a new Realm with Tapestry

2018-02-12 Thread Brian Demers
Take a look at: http://www.tynamo.org/tapestry-security+guide/ On Mon, Feb 12, 2018 at 6:28 AM, cbenden wrote: > Greetings all, > > I want to use shirk on my tapestry website. I have a webserivice that can > authenticate users with logon credentials and also give roles back (which > are assigned

Creating a new Realm with Tapestry

2018-02-12 Thread cbenden
Greetings all, I want to use shirk on my tapestry website. I have a webserivice that can authenticate users with logon credentials and also give roles back (which are assigned in the backend). I would like to create a custom shiro realm and integrate it in tapestry. Could please give me a head s