Public Member Functions | |
| IdentityPolicy () | |
| Constructor. | |
Static Public Member Functions | |
| static IdentityPolicy | GetPolicy () |
| Get the Identity Provider's Policy. | |
Public Attributes | |
| bool | ExternalIdentities |
| The provider imports/authenticates users from an external identity source. | |
| bool | CanCreate |
| The provider can create users. | |
| bool | CanDelete |
| The provider can delete users. | |
| bool | CanModify |
| The provider can modify user properties. | |
| string | Name |
| The providers friendly name. | |
| string | Description |
| The providers description. | |
| iFolder::WebService::IdentityPolicy::IdentityPolicy | ( | ) | [inline] |
Constructor.
| static IdentityPolicy iFolder::WebService::IdentityPolicy::GetPolicy | ( | ) | [inline, static] |
The provider imports/authenticates users from an external identity source.
The provider can create users.
The provider can delete users.
The provider can modify user properties.
The providers friendly name.
The providers description.
1.5.6