All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.gold.scim.common.constants.HttpHeader Maven / Gradle / Ivy

The newest version!
package de.gold.scim.common.constants;

import lombok.AccessLevel;
import lombok.NoArgsConstructor;


/**
 * author Pascal Knueppel 
* created at: 14.10.2019 - 14:13
*
* contains the http header that are required for the SCIM protocol */ @NoArgsConstructor(access = AccessLevel.PRIVATE) public final class HttpHeader { public static final String CONTENT_TYPE_HEADER = "Content-Type"; public static final String SCIM_CONTENT_TYPE = "application/scim+json"; public static final String LOCATION_HEADER = "Location"; public static final String E_TAG_HEADER = "ETag"; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy