Issue Type: Feature Request Feature Request
Affects Versions: 1.0.1
Assignee: Douglas Campos
Created: 21/Jun/13 3:14 AM
Description:

With the release of AeroGear Security 1.0.1 we got rid of the AeroGearUser type.

This has an impact on code that is login in against it. The AeroGEarUser has/had a "username":
https://github.com/aerogear/aerogear-security/blob/1.0.0/src/main/java/org/jboss/aerogear/security/model/AeroGearUser.java#L26

This is gone, and the "replacement", the User/SimpleUser from AeroGEar (extends Agent) is using "loginName":
http://docs.jboss.org/picketlink/2/2.5.0.Beta3/api/org/picketlink/idm/model/Agent.html#getLoginName()

The Android library needs to reflect this change in here:
https://github.com/aerogear/aerogear-android/blob/master/src/org/jboss/aerogear/android/authentication/impl/AGSecurityAuthenticationModuleRunner.java#L102

Fix Versions: 1.1.0
Project: AeroGear Android
Priority: Major Major
Reporter: Matthias Wessendorf
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira