Re: fine grained authorization based on DN/X.509

2011-06-07 Thread lambda daku
the first item in the above list is the user's public key //here, delegation to the authorization PEP, PAP and PIP will be made } .. } Many thanks Daku -- View this message in context: http://restlet-discuss.1400322.n2.nabble.com/fine-grained-authorization-based-on-DN-X-509-tp6444949p6448938

Re: fine grained authorization based on DN/X.509

2011-06-07 Thread Matt Kennedy
} .. } Many thanks Daku -- View this message in context: http://restlet-discuss.1400322.n2.nabble.com/fine-grained-authorization-based-on-DN-X-509-tp6444949p6448938.html Sent from the Restlet Discuss mailing list archive at Nabble.com. -- http

fine grained authorization based on DN/X.509

2011-06-06 Thread lambda daku
.1400322.n2.nabble.com/fine-grained-authorization-based-on-DN-X-509-tp6444949p6444949.html Sent from the Restlet Discuss mailing list archive at Nabble.com. -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=2759025

Re: fine grained authorization based on DN/X.509

2011-06-06 Thread Matt Kennedy
? Thanks Daku -- View this message in context: http://restlet-discuss.1400322.n2.nabble.com/fine-grained-authorization-based-on-DN-X-509-tp6444949p6444949.html Sent from the Restlet Discuss mailing list archive at Nabble.com. -- http

Re: fine grained authorization based on DN/X.509

2011-06-06 Thread Matt Kennedy
/fine-grained-authorization-based-on-DN-X-509-tp6444949p6444949.html Sent from the Restlet Discuss mailing list archive at Nabble.com. -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=2759025

Re: fine grained authorization based on DN/X.509

2011-06-06 Thread Matt Kennedy
side to authorize the user based on a particular DN/x.509 or any other credential? Thanks Daku -- View this message in context: http://restlet-discuss.1400322.n2.nabble.com/fine-grained-authorization-based-on-DN-X-509-tp6444949p6444949.html Sent from the Restlet Discuss mailing list

Re: Fine grained authorization

2011-04-19 Thread Matt Kennedy
to figure out how to implement fine grained authorization on my Resources. The authorization checks need to be instance-specific. According to http://wiki.restlet.org/docs_2.0/13-restlet/27-restlet/46-restlet/113-restlet.html, I should be able to leverage ServerResource.isInRole

Re: fine grained authorization

2011-04-18 Thread Ishaaq Chandy
name corresponds to a known role of the Application, and that this role is assigned to the current user. Best regards, Thierry Boileau Hi all, Am using Restlet 2.0.6. Trying to figure out how to implement fine grained authorization on my Resources. The authorization checks need

fine grained authorization

2011-04-16 Thread Ishaaq Chandy
Hi all, Am using Restlet 2.0.6. Trying to figure out how to implement fine grained authorization on my Resources. The authorization checks need to be instance-specific. According to http://wiki.restlet.org/docs_2.0/13-restlet/27-restlet/46-restlet/113-restlet.html, I should be able to leverage

Re: fine grained authorization

2011-04-16 Thread Fabian Mandelbaum
2.0.6. Trying to figure out how to implement fine grained authorization on my Resources. The authorization checks need to be instance-specific. According to http://wiki.restlet.org/docs_2.0/13-restlet/27-restlet/46-restlet/113-restlet.html, I should be able to leverage ServerResource.isInRole

Re: fine grained authorization

2011-04-16 Thread Thierry Boileau
the ServerResource#isInRole(String) method. It simply checks that the given role name corresponds to a known role of the Application, and that this role is assigned to the current user. Best regards, Thierry Boileau Hi all, Am using Restlet 2.0.6. Trying to figure out how to implement fine grained

Fine grained authorization

2011-04-15 Thread Ishaaq Chandy
Hi all, Am using Restlet 2.0.6. Trying to figure out how to implement fine grained authorization on my Resources. The authorization checks need to be instance-specific. According to http://wiki.restlet.org/docs_2.0/13-restlet/27-restlet/46-restlet/113-restlet.html, I should be able to leverage