We have an existing jsf/spring application that uses spring security for authentication and authorization.
Now we want to add a restful web service layer, to be used by a mobile client (native android app.) The existing authentication process uses j_spring_security_check
and a custom filter.
Can I handle the restful api authentication and authorization within the same context? If yes, how?