Searched refs:InteractionRequiredException (Results 1 - 12 of 12) sorted by relevance

/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/exceptions/
H A DInteractionRequiredException.java27 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 DInteractionRequiredException.java27 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 DResourceOwnerSessionValidator.java21 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 DAuthorizationService.java21 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 DAuthorizationServiceImpl.java33 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 DAuthorizationService.java37 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 DResourceOwnerSessionValidator.java66 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 DOpenAMResourceOwnerSessionValidator.java74 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 DOpenAMResourceOwnerSessionValidatorTest.java43 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 DResourceOwnerSessionValidatorTest.java39 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 DDeviceCodeVerificationResource.java44 import org.forgerock.oauth2.core.exceptions.InteractionRequiredException;
183 AccessDeniedException, ResourceOwnerAuthenticationRequired, InteractionRequiredException,
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/restlet/
H A DDeviceCodeVerificationResource.java45 import org.forgerock.oauth2.core.exceptions.InteractionRequiredException;
198 AccessDeniedException, ResourceOwnerAuthenticationRequired, InteractionRequiredException,

Completed in 51 milliseconds