io.getlime.security.powerauth.rest.api.spring.model.PowerAuthRequestObjects Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of powerauth-restful-security-spring-annotation Show documentation
Show all versions of powerauth-restful-security-spring-annotation Show documentation
PowerAuth RESTful API Security Annotations for Spring
package io.getlime.security.powerauth.rest.api.spring.model;
/**
* Class defining request objects stored in HTTP servlet request.
*
* @author Roman Strobl, [email protected]
*/
public class PowerAuthRequestObjects {
/**
* Constant for the request attribute name "X-PowerAuth-Request-Body".
*/
public static final String REQUEST_BODY = "X-PowerAuth-Request-Body";
/**
* Constant for the request attribute name "X-PowerAuth-Authentication-Object".
*/
public static final String AUTHENTICATION_OBJECT = "X-PowerAuth-Authentication-Object";
/**
* Constant for the request attribute name "X-PowerAuth-Encryption-Object".
*/
public static final String ENCRYPTION_OBJECT = "X-PowerAuth-Encryption-Object";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy