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
    EciesEncryptedResponse getActivationData()
    Get encrypted activation data.
    java.util.Map<java.lang.String,​java.lang.Object> getCustomAttributes()
    Get custom attributes for activation.
    void setActivationData​(EciesEncryptedResponse activationData)
    Set encrypted activation data.
    void setCustomAttributes​(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

      public EciesEncryptedResponse getActivationData()
      Get encrypted activation data.
      Returns:
      Encrypted activation data.
    • setActivationData

      public void setActivationData​(EciesEncryptedResponse activationData)
      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.