Hello KD,

you can have a look at the "org.restlet.ext.crypto" module. It proposes 
the implementation of several schemes (such as http_digest, sharedkey, etc).
The registration process (in the Engine.registeredAuthenticators member) 
relies on the 
META-INF/services/org.restlet.engine.security.AuthenticatorHelper that 
must be present on the classpath.

Feel free to ask for more details.

Best regards,
Thierry Boileau

> Hi Guys,
>
> I've trolled the forums and searched the wiki, but i've yet to find anything 
> substantial on this. Preferably looking for an example of how one goes about 
> writing one's own security scheme and plugging this into restlet.
>
> Does anyone have a basic example lying about of this? Right now i'm just 
> looking at passing in a custom request header from the client and validating 
> this on the server.
>
> Looking for i.e. 
> Example of a custom authentication scheme and relevant classes. How does one 
> register the scheme so restlet can find it at startup.
>
> Using the scheme in the org.restlet.Application via a call to a Guard.
>
> Thanks,
> --KD
>
> ------------------------------------------------------
> http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2432301
>
>

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2432339

Reply via email to