CSenIdentityProviderIdArray8 Class Reference
Link against: SenServDesc.LIB
Capability Information
Required Capabilities
NetworkServices ReadUserData WriteUserData
#include <SenIdentityProviderIdArray8.h>
Inherits MSenIdentityProviderIdArray.
Detailed Description
Array utility class for listing pre-known ProviderIDs Typical use of this class is to define a strict list of ProviderIDs
pointing to certain IDPs, which are to be accepted as only suitable services when initiating an new service connection.
Other possiblity is to instantiate a non-strict array, which only acts as "recommendation" of those Identity Providers, that
should be first checked when initiating new service connection. In such case, because it is a non-strict list, also other
IDPs may be used, if none matching with this "recommendation" is found.
- Dll SenServDesc.lib
- Since:
- Series60 3.0
Constructor & Destructor Documentation
virtual IMPORT_C CSenIdentityProviderIdArray8::~CSenIdentityProviderIdArray8 |
( |
|
) |
[virtual] |
|
CSenIdentityProviderIdArray8::CSenIdentityProviderIdArray8 |
( |
const TBool |
aStrict
|
) |
[protected] |
|
Member Function Documentation
void CSenIdentityProviderIdArray8::ConstructL
|
( |
|
) |
[protected] |
|
|
Default 2nd phase constructor.
- Since:
- Series60 3.0
|
virtual IMPORT_C TBool CSenIdentityProviderIdArray8::IsStrict |
( |
|
) |
const [virtual] |
|
|
Basic constructor with a default value for iStrict.
- Since:
- Series60 3.0
- Parameters:
-
|
aStrict
|
the value to be set to iStrict |
|
|
Constructor with no arguments create non-strict arrays.
(iStrict = EFalse)
|
|
Basic constructor with a default value for iStrict.
- Since:
- Series60 3.0
- Parameters:
-
|
aStrict
|
the value to be set to iStrict |
|
|
Constructor with no arguments create non-strict arrays.
(iStrict = EFalse)
|
IMPORT_C void CSenIdentityProviderIdArray8::SetStrict
|
( |
TBool |
aStrict
|
) |
[virtual] |
|
The documentation for this class was generated from the following file: