mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Removed unused constants
This commit is contained in:
parent
e408d50037
commit
17112c3616
@ -21,7 +21,6 @@ public final class Constants {
|
|||||||
|
|
||||||
public static final String AUTHORIZATION_HEADER_PREFIX_BEARER = "Bearer";
|
public static final String AUTHORIZATION_HEADER_PREFIX_BEARER = "Bearer";
|
||||||
public static final String NO_MATCHING_AUTH_SCHEME = "noMatchedAuthScheme";
|
public static final String NO_MATCHING_AUTH_SCHEME = "noMatchedAuthScheme";
|
||||||
public static final String PERMISSION_PATH = "/_system/governance/permission/admin/device-mgt/";
|
|
||||||
|
|
||||||
public static final class HTTPHeaders {
|
public static final class HTTPHeaders {
|
||||||
private HTTPHeaders() {
|
private HTTPHeaders() {
|
||||||
@ -41,17 +40,6 @@ public final class Constants {
|
|||||||
public static final String CONTENT_TYPE_APPLICATION_XML = "application/xml";
|
public static final String CONTENT_TYPE_APPLICATION_XML = "application/xml";
|
||||||
}
|
}
|
||||||
|
|
||||||
public static final class HttpVerb {
|
|
||||||
private HttpVerb() {
|
|
||||||
throw new AssertionError();
|
|
||||||
}
|
|
||||||
|
|
||||||
public static final String GET = "GET";
|
|
||||||
public static final String POST = "POST";
|
|
||||||
public static final String DELETE = "DELETE";
|
|
||||||
public static final String PUT = "PUT";
|
|
||||||
}
|
|
||||||
|
|
||||||
public static final class PermissionMethod {
|
public static final class PermissionMethod {
|
||||||
private PermissionMethod() {
|
private PermissionMethod() {
|
||||||
throw new AssertionError();
|
throw new AssertionError();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user