Class PowerAuthRequestObjects
- java.lang.Object
-
- io.getlime.security.powerauth.rest.api.base.model.PowerAuthRequestObjects
-
public class PowerAuthRequestObjects extends java.lang.ObjectClass 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()
-
-
-
Field Detail
-
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
-
-