Class ActivationLayer1Response
java.lang.Object
io.getlime.security.powerauth.rest.api.model.response.v3.ActivationLayer1Response
public class ActivationLayer1Response extends Object
Response object for activation layer 2.
- Author:
- Roman Strobl, roman.strobl@wultra.com
-
Constructor Summary
Constructors Constructor Description ActivationLayer1Response() -
Method Summary
Modifier and Type Method Description EciesEncryptedResponsegetActivationData()Get encrypted activation data.Map<String,Object>getCustomAttributes()Get custom attributes for activation.voidsetActivationData(EciesEncryptedResponse activationData)Set encrypted activation data.voidsetCustomAttributes(Map<String,Object> customAttributes)Set custom attributes for activation.
-
Constructor Details
-
ActivationLayer1Response
public ActivationLayer1Response()
-
-
Method Details
-
getActivationData
Get encrypted activation data.- Returns:
- Encrypted activation data.
-
setActivationData
Set encrypted activation data.- Parameters:
activationData- Encrypted activation data.
-
getCustomAttributes
Get custom attributes for activation.- Returns:
- Custom attributes.
-
setCustomAttributes
Set custom attributes for activation.- Parameters:
customAttributes- Custom attributes.
-