| Class | Description |
|---|---|
| AttributesDefinition |
This class is the definition of the attributes of a profile.
|
| Color |
This class is a simple RGB color values holder.
|
| CommonProfile |
This class is the base implementation with the default attribute getters which can be retrieved for most profiles.
|
| FormattedDate |
This class represents a formatted date.
|
| ProfileHelper |
This class is an helper for profiles.
|
| ProfileManager<U extends UserProfile> |
This class is a generic way to manage the current user profile, i.e.
|
| RawDataObject |
This class is an object which can build from some raw data input (JSON, XML...)
|
| UserProfile |
This class is the user profile retrieved from a provider after successful authentication : it's an identifier (string) and attributes
(objects).
|
| Enum | Description |
|---|---|
| Gender |
This enumeration is the gender of a user : male, female or unspecified.
|
Copyright © 2016. All Rights Reserved.