Package-level declarations

Types

Link copied to clipboard
@RestController
@RequestMapping(value = "BASE_EQUINOX_ENDPOINT + USERS_KEY + "/{" + USER_IDENTIFIER_KEY + "}" + CUSTOM_LINKS_ENDPOINT")
open class CustomLinksController : DefaultRefyController<I>
The LinksController class is useful to manage all the RefyLink operations
Link copied to clipboard
@Controller
@RequestMapping(value = "BASE_EQUINOX_ENDPOINT + CUSTOM_LINKS_PATH")
open class CustomLinkWebPageProvider
The CustomLinkWebPageProvider class is useful to provide the dedicated web page of a CustomRefyLink and manage the invalid accesses to the link and protect with a validation form the resources shared by that link
Link copied to clipboard
@RestController
@RequestMapping(value = "BASE_EQUINOX_ENDPOINT + USERS_KEY + "/{" + USER_IDENTIFIER_KEY + "}/" + LINKS_KEY")
open class LinksController : DefaultRefyController<I>
The LinksController class is useful to manage all the RefyLink operations