PFUsersManagementHubV2 Class |
Namespace: Packflow.Interface
[HubNameAttribute("pFUsersManagementHubV2")] public class PFUsersManagementHubV2 : Hub
The PFUsersManagementHubV2 type exposes the following members.
Name | Description | |
---|---|---|
PFUsersManagementHubV2 |
Name | Description | |
---|---|---|
Clients | (Inherited from Hub.) | |
Context | (Inherited from Hub.) | |
Groups | (Inherited from Hub.) |
Name | Description | |
---|---|---|
AddADAccount |
Adds an identity to a user.
| |
ChangeAccountPassword |
Changes the password for a specified login name.
Actual password must be known.
| |
CreateFormsAccount |
Tries to create a Forms accounts, and its associated PFUser if not present.
| |
DeleteAdAccount |
Deletes an identity.
| |
Dispose | (Inherited from Hub.) | |
Dispose(Boolean) | (Inherited from Hub.) | |
GetCategoryControls |
Returns the rendered html of membership control tiles, for given category filter.
| |
GetCategoryFilters |
Returns a list of membership categories, including all editable apps and app contexts.
| |
GetPeoplePicker_AutoCompleteSelector |
Returns a set of users in the form of an html structure.
Used by the users/groups auto-complete selector in the pages.
| |
GetUserDetails |
Returns a user management data object.
| |
IncludeUserInGroup |
Includes the user in given group and saves the group.
| |
OnConnected | (Inherited from Hub.) | |
OnDisconnected | (Inherited from Hub.) | |
OnReconnected | (Inherited from Hub.) | |
RemoveUserFromGroup |
Removes the user from given group and saves the group.
| |
ResetAccountPassword |
Tries to reset a forms account password.
Will fail if default membership provider is not configured to allow password reset, or
requires Question and Answer challenge.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UpdateAccessProperties |
Updates the user from provided data object.
| |
UpdateADAccount |
Updates information of an existing identity.
| |
UpdateFormsAccount |
Updates 'Approved' status for the account corresponding to the FormsAccountInfo
against default Membership Provider.
|
Name | Description | |
---|---|---|
AsT |
Casts an object to another type. Returns default(T) if the object is null.
(Defined by Utils_Other.) | |
EqualsAll |
Checks that this object is equal to every object in parameters.
(Defined by Utils_Other.) | |
EqualsAny |
Checks that this object is equal to at least one of the parameters.
(Defined by Utils_Other.) | |
GetString |
Converts an object to String using ToString() method, else returns String.Empty.
(Defined by Utils_Other.) | |
IsGenericList | Overloaded.
Checks if this object is a System.Collections.Generic.List.
(Defined by Utils_Linq.) | |
IsGenericList(Type) | Overloaded.
Checks if this object is a System.Collections.Generic.List using type as T.
(Defined by Utils_Linq.) | |
Serialize | Overloaded.
Serializes an object into an XML document.
(Defined by Utils_Xml.) | |
Serialize(String) | Overloaded.
Serializes an object into an XML document.
(Defined by Utils_Xml.) | |
SerializeJson | Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.) | |
SerializeJson(ListType) | Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.) | |
SerializeJson(DataContractJsonSerializerSettings) | Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.) |