| Class | Description |
|---|---|
| AnonymousProfile |
Anonymous profile.
|
| 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 CommonProfile> |
This class is a generic way to manage the current user profile(s), i.e. the one(s) of the current authenticated user.
|
| 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 © 2017. All rights reserved.