| /forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/exceptions/ |
| H A D | InteractionRequiredException.java | 27 public class InteractionRequiredException extends OAuth2Exception { class in inherits:OAuth2Exception 30 * Constructs a new InteractionRequiredException with the default message. 32 public InteractionRequiredException() { method in class:InteractionRequiredException 37 * Constructs a new InteractionRequiredException with the specified message. 41 public InteractionRequiredException(final OAuth2Constants.UrlLocation parameterLocation) { method in class:InteractionRequiredException
|
| /forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/exceptions/ |
| H A D | InteractionRequiredException.java | 27 public class InteractionRequiredException extends OAuth2Exception { class in inherits:OAuth2Exception 30 * Constructs a new InteractionRequiredException with the default message. 32 public InteractionRequiredException() { method in class:InteractionRequiredException 37 * Constructs a new InteractionRequiredException with the specified message. 41 public InteractionRequiredException(final OAuth2Constants.UrlLocation parameterLocation) { method in class:InteractionRequiredException
|
| /forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/ |
| H A D | ResourceOwnerSessionValidator.java | 21 import org.forgerock.oauth2.core.exceptions.InteractionRequiredException; 44 * @throws InteractionRequiredException If the OpenID Connect prompt parameter enforces that the resource owner 51 BadRequestException, InteractionRequiredException, LoginRequiredException, ServerException, NotFoundException;
|
| H A D | AuthorizationService.java | 21 import org.forgerock.oauth2.core.exceptions.InteractionRequiredException; 74 * @throws InteractionRequiredException If the OpenID Connect prompt parameter enforces that the resource owner 85 LoginRequiredException, BadRequestException, InteractionRequiredException, 115 * @throws InteractionRequiredException If the OpenID Connect prompt parameter enforces that the resource owner 124 LoginRequiredException, BadRequestException, InteractionRequiredException, InvalidScopeException, NotFoundException;
|
| H A D | AuthorizationServiceImpl.java | 33 import org.forgerock.oauth2.core.exceptions.InteractionRequiredException; 98 LoginRequiredException, BadRequestException, InteractionRequiredException, 196 LoginRequiredException, BadRequestException, InteractionRequiredException, InvalidScopeException, NotFoundException {
|
| /forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/ |
| H A D | AuthorizationService.java | 37 import org.forgerock.oauth2.core.exceptions.InteractionRequiredException; 131 * @throws InteractionRequiredException If the OpenID Connect prompt parameter enforces that the resource owner 143 LoginRequiredException, BadRequestException, InteractionRequiredException, 273 * @throws InteractionRequiredException If the OpenID Connect prompt parameter enforces that the resource owner 284 LoginRequiredException, BadRequestException, InteractionRequiredException, InvalidScopeException,
|
| H A D | ResourceOwnerSessionValidator.java | 66 import org.forgerock.oauth2.core.exceptions.InteractionRequiredException; 130 * @throws InteractionRequiredException If the OpenID Connect prompt parameter enforces that the resource owner 137 AccessDeniedException, BadRequestException, InteractionRequiredException, LoginRequiredException, 204 throw new InteractionRequiredException(Utils.isOpenIdConnectFragmentErrorType(splitResponseType( 208 throw new InteractionRequiredException();
|
| /forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/ |
| H A D | OpenAMResourceOwnerSessionValidator.java | 74 import org.forgerock.oauth2.core.exceptions.InteractionRequiredException; 128 AccessDeniedException, BadRequestException, InteractionRequiredException, LoginRequiredException, 206 throw new InteractionRequiredException(Utils.isOpenIdConnectFragmentErrorType(splitResponseType( 210 throw new InteractionRequiredException();
|
| /forgerock/openam-v13/openam-oauth2/src/test/java/org/forgerock/openam/oauth2/ |
| H A D | OpenAMResourceOwnerSessionValidatorTest.java | 43 import org.forgerock.oauth2.core.exceptions.InteractionRequiredException; 177 @Test (expectedExceptions = InteractionRequiredException.class) 188 // InteractionRequiredException
|
| /forgerock/openam/openam-oauth2/src/test/java/org/forgerock/oauth2/core/ |
| H A D | ResourceOwnerSessionValidatorTest.java | 39 import org.forgerock.oauth2.core.exceptions.InteractionRequiredException; 178 @Test (expectedExceptions = InteractionRequiredException.class) 189 // InteractionRequiredException
|
| /forgerock/openam-v13/openam-oauth2-common/oauth2-restlet/src/main/java/org/forgerock/oauth2/restlet/ |
| H A D | DeviceCodeVerificationResource.java | 44 import org.forgerock.oauth2.core.exceptions.InteractionRequiredException; 183 AccessDeniedException, ResourceOwnerAuthenticationRequired, InteractionRequiredException,
|
| /forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/restlet/ |
| H A D | DeviceCodeVerificationResource.java | 45 import org.forgerock.oauth2.core.exceptions.InteractionRequiredException; 198 AccessDeniedException, ResourceOwnerAuthenticationRequired, InteractionRequiredException,
|