Hi i have secured my server using JAAS and i have performed the web authentification , now i have to authenticate from mobile application using android app , how can we use the Rest web services after authentication , is JAAS support access from mobile app ? i have a ws that allow me to verify if the login and password are corect ; haw can i access this ws ? on the web app there is the container authentification so after doing this , i am allowed to use all my ws is there any thing like this on android ?
相关问题
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- How to make that the snackbar action button be sho
- Listening to outgoing sms not working android
- How to create Circular view on android wear?
相关文章
- android开发 怎么把图片放入drawable的文件夹下
- android上如何获取/storage/emulated/下的文件列表
- androidStudio有个箭头不认识
- SQLite不能创建表
- Windows - Android SDK manager not listing any plat
- Intermittent “sslv3 alert handshake failure” under
- Animate Recycler View grid when number of columns
- Why is the app closing suddenly without showing an
it was solved by performing a ws that get authrization from the server and when i call a ws i usuly give it a query param wich is the login and pass , so the server verify if the user is authorised to do the operation or not , using JAAS i have the annotation @rolesallawed on the top of each method .