Class PowerAuthRequestObjects

java.lang.Object
io.getlime.security.powerauth.rest.api.base.model.PowerAuthRequestObjects

public class PowerAuthRequestObjects
extends java.lang.Object
Class defining request objects stored in HTTP servlet request.
Author:
Roman Strobl, roman.strobl@wultra.com
  • Field Summary

    Fields
    Modifier and Type Field Description
    static java.lang.String AUTHENTICATION_OBJECT
    Constant for the request attribute name "X-PowerAuth-Authentication-Object".
    static java.lang.String ENCRYPTION_OBJECT
    Constant for the request attribute name "X-PowerAuth-Encryption-Object".
    static java.lang.String REQUEST_BODY
    Constant for the request attribute name "X-PowerAuth-Request-Body".
  • Constructor Summary

    Constructors
    Constructor Description
    PowerAuthRequestObjects()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • REQUEST_BODY

      public static final java.lang.String REQUEST_BODY
      Constant for the request attribute name "X-PowerAuth-Request-Body".
      See Also:
      Constant Field Values
    • AUTHENTICATION_OBJECT

      public static final java.lang.String AUTHENTICATION_OBJECT
      Constant for the request attribute name "X-PowerAuth-Authentication-Object".
      See Also:
      Constant Field Values
    • ENCRYPTION_OBJECT

      public static final java.lang.String ENCRYPTION_OBJECT
      Constant for the request attribute name "X-PowerAuth-Encryption-Object".
      See Also:
      Constant Field Values
  • Constructor Details

    • PowerAuthRequestObjects

      public PowerAuthRequestObjects()