public class ApiPaths extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
API_PATTERN_AUTHORIZED
accessible to only authorized users (all authorized users)
|
static String |
API_PATTERN_BASE |
static String |
API_PATTERN_INTERNAL
authorized to users labeled with the "internal" scope
|
static String |
API_PATTERN_PUBLIC
not authorized, accessible to the public
|
static String |
API_PATTERN_ROOT
authorized to users labeled with the "root" scope
|
static String |
API_V1_0 |
| Constructor and Description |
|---|
ApiPaths() |
public static final String API_PATTERN_BASE
public static final String API_PATTERN_PUBLIC
public static final String API_PATTERN_AUTHORIZED
public static final String API_PATTERN_INTERNAL
public static final String API_PATTERN_ROOT
public static final String API_V1_0
Copyright © 2019. All rights reserved.