Interface ActivationData
- All Superinterfaces:
BaseStepData,ResultStatusChangeable
- All Known Implementing Classes:
ActivationRecoveryStepModel,CreateActivationStepModel,PrepareActivationStepModel
Data used in activation steps
- Author:
- Lukas Lukovsky, lukas.lukovsky@wultra.com
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface io.getlime.security.powerauth.lib.cmd.steps.model.data.BaseStepData
fromMap, getHeaders, getResultStatusObject, getUriString, getVersion, toMapMethods inherited from interface io.getlime.security.powerauth.lib.cmd.steps.model.feature.ResultStatusChangeable
getResultStatus, getStatusFileName, setResultStatus
-
Method Details
-
getActivationName
String getActivationName()- Returns:
- Activation name.
-
getApplicationKey
String getApplicationKey()- Returns:
- Application key.
-
getApplicationSecret
String getApplicationSecret()- Returns:
- Application secret.
-
getCustomAttributes
- Returns:
- Custom attributes.
-
getDeviceInfo
String getDeviceInfo()- Returns:
- Information about user device.
-
getIdentityAttributes
- Returns:
- Identity attributes.
-
getMasterPublicKey
PublicKey getMasterPublicKey()- Returns:
- Base64 encoded master public key.
-
getPassword
String getPassword()- Returns:
- Knowledge key password.
-
getPlatform
String getPlatform()- Returns:
- User device platform.
-