Class RestURIs
- java.lang.Object
-
- de.trustable.ca3s.core.web.rest.errors.RestURIs
-
public class RestURIs extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static URICREDENTIALS_EXPIREDstatic StringTRUSTABLE_ERROR_URI_NAMESPACEstatic URIUSER_BLOCKED
-
Constructor Summary
Constructors Constructor Description RestURIs()
-
-
-
Field Detail
-
TRUSTABLE_ERROR_URI_NAMESPACE
public static final String TRUSTABLE_ERROR_URI_NAMESPACE
- See Also:
- Constant Field Values
-
USER_BLOCKED
public static final URI USER_BLOCKED
-
CREDENTIALS_EXPIRED
public static final URI CREDENTIALS_EXPIRED
-
-