Class ActivationCreateCustomRequest


  • public class ActivationCreateCustomRequest
    extends java.lang.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 Detail

      • ActivationCreateCustomRequest

        public ActivationCreateCustomRequest()
    • Method Detail

      • getIdentity

        public java.util.Map<java.lang.String,​java.lang.String> getIdentity()
      • setIdentity

        public void setIdentity​(java.util.Map<java.lang.String,​java.lang.String> identity)
      • getCustomAttributes

        public java.util.Map<java.lang.String,​java.lang.Object> getCustomAttributes()
      • setCustomAttributes

        public void setCustomAttributes​(java.util.Map<java.lang.String,​java.lang.Object> customAttributes)