HomePageResource
API
HomePageResource.java
interface HomePageResource {
Response homePage()
Response deleteHomePageNotAllowed()
Response putHomePageNotAllowed()
Response postHomePageNotAllowed()
Response notAuthenticated() (1)
}
1 | notAuthenticated()
Not part of the RO spec; this resource always returns 401, and is intended to be redirected to if credentials cannot be obtained. |