1
vote
0answers
10 views

How to authenticate against Spring Security from Android app?

I'm building a WebApp using Spring. It is secured by Spring Security and should be accessed from a Android app too. In the web-version i'm using a basic login page. To authenticate from Android i ...
0
votes
1answer
20 views

Simple Android authentication and requests after it

I'm implementing an android app and I'm having trouble understanding how I can implement a login feature (very simple, no encryption needed) and how it works after the user logs in So, the first ...
0
votes
1answer
18 views

Storing Credentials in Authentication Server made using Java libraries for unit testing

I have created the Authentication Server using Java.. I want to know how should I store the credentials of the users in my server so that I can perform the Authentication in the fastest and the best ...
-5
votes
1answer
27 views

Java: Login to url and download file [closed]

How can I download file (java code) from url? The issue is that I must be logged in to the site (the authentication is by wordpress) Thanks
2
votes
0answers
31 views

Java contactless smard card authenicate

I am new to nfc related development.i want to build java application which used to read and write secure element in mifare desfire ev1 smart card.so i found free library.but the problem is i want to ...
0
votes
0answers
29 views

Google, Facebook, Yahoo oauth/oauth2 in Android application

I need to implement Yahoo oauth and Google, Facebook oauth2 in my Android application. Whether there are similar libraries for Android like HybridAuth that act as an abstract api between your ...
-1
votes
0answers
23 views

login to wordpress acount by java code [closed]

I have an account in polldaddy site that I connect it by wordpress account. My question in how can I create a little java application that login polldaddy with the wordpress account, and that to ...
1
vote
1answer
30 views

JSCH SFTP login using two factor authentication

I am trying to connect to SFTP server using JSCH, server is configured for two factor authentication. But I am unable to find any option in JSCH to connect to the server using both password and keys ...
0
votes
0answers
20 views

Authenticate GAE users

After sequence of question about GAE user authentication / authorization / identification, I think should define my problem. Here is my problem: As I said in previous questions I have GAE for ...
0
votes
1answer
29 views

Sign in with Google App Engine

I have a Google Application Engine for Business and its working now. Now I want to develop a new Java web application and I wanted to know can I implement 'Sing in with' my GAE. In other words I want ...
0
votes
0answers
10 views

Retreiving user by principal ID in Shiro

I'm using Shiro on a centralized standard Java application for handling user authentication. I use a random generated token as a Session ID, so that API consumers use a token-based authentication and ...
0
votes
1answer
36 views

Java MongoDB Exception: can't authenticate twice on the same database

I've got a problem with MongoDB User Authentication using the Java driver 2.11.1. I added some admin-users (dbAdmins, userAdmins etc.) to the admin database. As suggested by the MongoDB tutorial, I ...
0
votes
1answer
16 views

Get Eclipse code working with Authenticated Proxy

I'm trying to get my Java code in Eclipse to access the internet, through an authenticated proxy. My code is simply reading a website source using ...
0
votes
1answer
16 views

Sign in with MySite

I want users will be able to sign in other sites using their accounts on my site. It should be something like "Sign in with Google". Can you advice me any libraries or frameworks? I thought about how ...
1
vote
1answer
53 views

Java framework for learning web development by building a CRUD app with authentication [closed]

I know you probably think this has been asked a thousand times, but from my research on the topic I couldn't find a satisfactory and up-to-date answer (*). I want to start learning professional Java ...

1 2 3 4 5 57
15 30 50 per page