prolog

Prolog files

user_profile.pl  -- User Profile ManagementShow source
has_type/2True if Value satisfies Type.Source
attribute/3Multifile hook that defines that the profile attribute Attribute must have the type Type.Source
current_profile/1True when ProfileID is a currently known user profile.Source
current_profile/2True when ProfileID is a currently known user profile with the given attributes.Source
profile_add_session/3Associate a profile with a session (login).Source
profile_canonical_value/3True when Value is the canonical value for Attribute that satisfies the type constraint for Attribute.Source
profile_create/2Create a new user profile with the given initial attributes.Source
profile_open_db/1Open the profile database.Source
profile_property/2True when the user with ProfileID has Property.Source
profile_refresh_session/2Update the last access time for the indicated session.Source
profile_remove/1Completely destroy a profile.Source
profile_remove/2Remove an attribute from a profile.Source
profile_remove_session/2Remove the association of a profile with a session (logout).Source
profile_session/2True when ProfileID is associated (logged in) with SessionID.Source
set_profile/2Set an attribute of the profile.Source
set_profile/3Set an attribute of the profile.Source