12.6.3 Restlet Security Context
Kauri propagates some of security context toward Restlet's Request.clientInfo.subject object, by adding org.restlet.security.RolePrincipal and UserPrincipal objects into it. This makes the ClientInfo.isInRole() method work.
Previous