| Package | Description |
|---|---|
| net.krotscheck.kangaroo.authz.admin.v1.auth.exception |
Exceptions thrown by our OAuth2 Feature.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OAuth2ForbiddenException
Throw this exception when you know who the user is, but they do not have
the appropriate token scopes to access this resource.
|
class |
OAuth2NotAuthorizedException
Throw this exception when the token is invalid.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
WWWChallengeExceptionMapper.toResponse(WWWChallengeException exception)
Convert to response.
|
Copyright © 2018 krotscheck.net. All rights reserved.