JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Class
org.tailormap.api.viewer.model.UnauthorizedResponse
Packages that use
UnauthorizedResponse
Package
Description
org.tailormap.api.controller
org.tailormap.api.viewer.model
Uses of
UnauthorizedResponse
in
org.tailormap.api.controller
Methods in
org.tailormap.api.controller
that return
UnauthorizedResponse
Modifier and Type
Method
Description
UnauthorizedResponse
UnauthorizedController.
unauthorized
()
Uses of
UnauthorizedResponse
in
org.tailormap.api.viewer.model
Methods in
org.tailormap.api.viewer.model
that return
UnauthorizedResponse
Modifier and Type
Method
Description
UnauthorizedResponse
UnauthorizedResponse.
unauthorized
(
Boolean
unauthorized)