Package ch.swisscom.mid.client.model
Class ProfileQueryExtensions
- java.lang.Object
-
- ch.swisscom.mid.client.model.ProfileQueryExtensions
-
public class ProfileQueryExtensions extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringACCOUNT_STATEUser account state details.static StringAUTO_ACTIVATION_STATUSAuto-Activation status (is it enabled: true or false), see section 5.static StringCERTIFICATESX.509 mobile user certificate binary content and details, incl.static StringPIN_STATUSMobile ID PIN status.static StringRECOVERY_CODE_STATUSRecovery Code status (has it been created: true or false)static StringSSCDSA list of all available Secure Signature Creation Devices of the user.
-
Constructor Summary
Constructors Constructor Description ProfileQueryExtensions()
-
-
-
Field Detail
-
SSCDS
public static final String SSCDS
A list of all available Secure Signature Creation Devices of the user.- See Also:
- Constant Field Values
-
ACCOUNT_STATE
public static final String ACCOUNT_STATE
User account state details.- See Also:
- Constant Field Values
-
CERTIFICATES
public static final String CERTIFICATES
X.509 mobile user certificate binary content and details, incl. subject name. The subject name contains the user’s unique MID serial number value.- See Also:
- Constant Field Values
-
PIN_STATUS
public static final String PIN_STATUS
Mobile ID PIN status.- See Also:
- Constant Field Values
-
RECOVERY_CODE_STATUS
public static final String RECOVERY_CODE_STATUS
Recovery Code status (has it been created: true or false)- See Also:
- Constant Field Values
-
AUTO_ACTIVATION_STATUS
public static final String AUTO_ACTIVATION_STATUS
Auto-Activation status (is it enabled: true or false), see section 5.- See Also:
- Constant Field Values
-
-