Class ActivationLayer1Response
java.lang.Object
io.getlime.security.powerauth.rest.api.model.response.v3.ActivationLayer1Response
public class ActivationLayer1Response
extends java.lang.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.java.util.Map<java.lang.String,java.lang.Object>getCustomAttributes()Get custom attributes for activation.voidsetActivationData(EciesEncryptedResponse activationData)Set encrypted activation data.voidsetCustomAttributes(java.util.Map<java.lang.String,java.lang.Object> customAttributes)Set custom attributes for activation.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
public java.util.Map<java.lang.String,java.lang.Object> getCustomAttributes()Get custom attributes for activation.- Returns:
- Custom attributes.
-
setCustomAttributes
public void setCustomAttributes(java.util.Map<java.lang.String,java.lang.Object> customAttributes)Set custom attributes for activation.- Parameters:
customAttributes- Custom attributes.
-