Uses of Class
org.eclipse.lyo.server.oauth.core.utils.UnauthorizedException
-
Uses of UnauthorizedException in org.eclipse.lyo.server.oauth.core.utils
Modifier and TypeMethodDescriptionprotected abstract Credentials
AbstractAdapterCredentialsFilter.getCredentialsFromRequest
(HttpServletRequest request) Extract credentials from the request and return it.protected boolean
AbstractAdapterCredentialsFilter.handleUnauthorizedRequest
(HttpServletRequest request, HttpServletResponse response) The default implementation is to thrown an UnauthorizedException, which in turn causes sendUnauthorizedResponse() to be called.protected abstract Connection
AbstractAdapterCredentialsFilter.login
(Credentials crdentials, HttpServletRequest request) Create connection to your tool using the given credentials, and returns the connection.