In my application is about to display the information by rest service. there is no DB transactions happing in the application, so completely I am using non-persistent entities. currently I am using anonymous user to access the application by the rest service , if the user is valid by rest service, I am showing the dashboard page . is there any way to implement custom login by rest service.?