Class PowerAuthRequestObjects
java.lang.Object
io.getlime.security.powerauth.rest.api.spring.model.PowerAuthRequestObjects
public class PowerAuthRequestObjects extends 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 StringAUTHENTICATION_OBJECTConstant for the request attribute name "X-PowerAuth-Authentication-Object".static StringENCRYPTION_OBJECTConstant for the request attribute name "X-PowerAuth-Encryption-Object".static StringREQUEST_BODYConstant for the request attribute name "X-PowerAuth-Request-Body". -
Constructor Summary
Constructors Constructor Description PowerAuthRequestObjects() -
Method Summary
-
Field Details
-
REQUEST_BODY
Constant for the request attribute name "X-PowerAuth-Request-Body".- See Also:
- Constant Field Values
-
AUTHENTICATION_OBJECT
Constant for the request attribute name "X-PowerAuth-Authentication-Object".- See Also:
- Constant Field Values
-
ENCRYPTION_OBJECT
Constant for the request attribute name "X-PowerAuth-Encryption-Object".- See Also:
- Constant Field Values
-
-
Constructor Details
-
PowerAuthRequestObjects
public PowerAuthRequestObjects()
-