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.StringAUTHENTICATION_OBJECTConstant for the request attribute name "X-PowerAuth-Authentication-Object".static java.lang.StringENCRYPTION_OBJECTConstant for the request attribute name "X-PowerAuth-Encryption-Object".static java.lang.StringREQUEST_BODYConstant 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_BODYConstant for the request attribute name "X-PowerAuth-Request-Body".- See Also:
- Constant Field Values
-
AUTHENTICATION_OBJECT
public static final java.lang.String AUTHENTICATION_OBJECTConstant for the request attribute name "X-PowerAuth-Authentication-Object".- See Also:
- Constant Field Values
-
ENCRYPTION_OBJECT
public static final java.lang.String ENCRYPTION_OBJECTConstant for the request attribute name "X-PowerAuth-Encryption-Object".- See Also:
- Constant Field Values
-
-
Constructor Details
-
PowerAuthRequestObjects
public PowerAuthRequestObjects()
-