|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthException | |
|---|---|
| net.stepniak.api.auth | |
| net.stepniak.api.auth.controller | |
| net.stepniak.api.auth.exception.auth | |
| net.stepniak.api.auth.exception.mapper.auth | |
| Uses of AuthException in net.stepniak.api.auth |
|---|
| Methods in net.stepniak.api.auth that throw AuthException | |
|---|---|
UserEntity |
Auth.getAuthorizedUser(String sessionId)
|
String |
Auth.validateApiKey(String key)
|
String |
Auth.validateSessionId(String sessionId)
|
| Uses of AuthException in net.stepniak.api.auth.controller |
|---|
| Methods in net.stepniak.api.auth.controller that throw AuthException | |
|---|---|
javax.ws.rs.core.Response |
AuthController.createByForm(String key,
String email,
String userName)
|
javax.ws.rs.core.Response |
AuthController.createByJson(org.codehaus.jettison.json.JSONObject jsonObject)
|
javax.ws.rs.core.Response |
UserController.createByQueryString(String key,
String email,
String userName)
|
javax.ws.rs.core.Response |
AuthController.createByQueryString(String key,
String email,
String userName)
|
javax.ws.rs.core.Response |
UserController.createExternalByForm(String key,
String email,
String userName)
|
javax.ws.rs.core.Response |
UserController.createExternalByJson(org.codehaus.jettison.json.JSONObject jsonObject)
|
protected UserEntity |
BaseAuthController.getAuthorizedUser(String sessionId)
|
javax.ws.rs.core.Response |
UserController.retrieve(Long id,
String sessionId)
|
protected String |
BaseAuthController.validateApiKey(String key)
|
protected String |
BaseAuthController.validateSessionId(String sessionId)
|
| Uses of AuthException in net.stepniak.api.auth.exception.auth |
|---|
| Subclasses of AuthException in net.stepniak.api.auth.exception.auth | |
|---|---|
class |
AuthInvalidApiKeyException
|
class |
AuthInvalidSessionIdException
|
class |
AuthMissingApiKeyException
|
class |
AuthMissingSessionIdException
|
class |
AuthUnauthorizedUserException
|
| Uses of AuthException in net.stepniak.api.auth.exception.mapper.auth |
|---|
| Methods in net.stepniak.api.auth.exception.mapper.auth with parameters of type AuthException | |
|---|---|
javax.ws.rs.core.Response |
AuthExceptionMapper.toResponse(AuthException exception)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||