Class ProfileDetail

  • All Implemented Interfaces:
    Serializable

    public class ProfileDetail
    extends Object
    implements Serializable

    Represents a single profile in a profile table.

    Contains the profile name and a map of ProfileAttributes with their values.

    When used to fetch profile data, the attribute map will contain all readable profile attributes.
    When used to create or update a profile the attribute map should contain all the writable profile attributes to set or update.

    See Also:
    Serialized Form