Issue Type: Feature Request Feature Request
Affects Versions: 1.0.1
Assignee: Christos Vasilakis
Components: Core Library, Pipe, security
Created: 18/Jun/13 6:17 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 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 iOS library needs to reflect this change in here:
https://github.com/aerogear/aerogear-ios/blob/matzew_afn121/AeroGear-iOS/AeroGear-iOS/security/AGRestAuthentication.m#L122

Fix Versions: 1.1.0
Project: AeroGear iOS
Priority: Critical Critical
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