Class ActivationCreateCustomRequest

java.lang.Object
io.getlime.security.powerauth.rest.api.model.request.v2.ActivationCreateCustomRequest

public class ActivationCreateCustomRequest
extends Object
Request object for /pa/activation/direct/create end-point. Object representing an activation performed with given identity, custom (non-identity related) attributes, and PowerAuth activation object.
Author:
Petr Dvorak, petr@wultra.com
  • Constructor Details

    • ActivationCreateCustomRequest

      public ActivationCreateCustomRequest()
  • Method Details

    • getIdentity

      public Map<String,​String> getIdentity()
      Get identity attributes.
      Returns:
      Identity attributes.
    • setIdentity

      public void setIdentity​(Map<String,​String> identity)
      Set identity attributes.
      Parameters:
      identity - Identity attributes.
    • getCustomAttributes

      public Map<String,​Object> getCustomAttributes()
      Get custom attributes.
      Returns:
      Custom attributes.
    • setCustomAttributes

      public void setCustomAttributes​(Map<String,​Object> customAttributes)
      Set custom attributes.
      Parameters:
      customAttributes - Custom attributes.
    • getPowerauth

      public ActivationCreateRequest getPowerauth()
      Get PowerAuth activation data.
      Returns:
      PowerAuth activation data.
    • setPowerauth

      public void setPowerauth​(ActivationCreateRequest powerauth)
      Set PowerAuth activation data.
      Parameters:
      powerauth - PowerAuth activation data.