Searched refs:InvalidScopeException (Results 1 - 25 of 47) sorted by relevance

12

/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/exceptions/
H A DInvalidScopeException.java33 public class InvalidScopeException extends OAuth2Exception { class in inherits:OAuth2Exception
36 * Constructs a new InvalidScopeException with the default message.
38 public InvalidScopeException() { method in class:InvalidScopeException
43 * Constructs a new InvalidScopeException with the specified message.
48 public InvalidScopeException(final String message) { method in class:InvalidScopeException
53 * Constructs a new InvalidScopeException with the specified message.
58 public InvalidScopeException(final String message, final UrlLocation parameterLocation) { method in class:InvalidScopeException
63 * Creates a new InvalidScopeException by deducing the UrlLocation from the OAuth2Request.
68 public static InvalidScopeException create(final String message, final OAuth2Request request) {
70 return new InvalidScopeException(messag
[all...]
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/exceptions/
H A DInvalidScopeException.java33 public class InvalidScopeException extends OAuth2Exception { class in inherits:OAuth2Exception
36 * Constructs a new InvalidScopeException with the default message.
38 public InvalidScopeException() { method in class:InvalidScopeException
43 * Constructs a new InvalidScopeException with the specified message.
48 public InvalidScopeException(final String message) { method in class:InvalidScopeException
53 * Constructs a new InvalidScopeException with the specified message.
58 public InvalidScopeException(final String message, final UrlLocation parameterLocation) { method in class:InvalidScopeException
63 * Creates a new InvalidScopeException by deducing the UrlLocation from the OAuth2Request.
68 public static InvalidScopeException create(final String message, final OAuth2Request request) {
70 return new InvalidScopeException(messag
[all...]
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/provider/
H A DScope.java28 import org.forgerock.oauth2.core.exceptions.InvalidScopeException;
56 Set<String> defaultScopes) throws ServerException, InvalidScopeException;
68 Set<String> defaultScopes) throws ServerException, InvalidScopeException;
83 Set<String> defaultScopes) throws ServerException, InvalidScopeException;
/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/
H A DScopeValidator.java21 import org.forgerock.oauth2.core.exceptions.InvalidScopeException;
47 * @throws InvalidScopeException If the requested scope is invalid, unknown, or malformed.
51 OAuth2Request request) throws InvalidScopeException, ServerException;
61 * @throws InvalidScopeException If the requested scope is invalid, unknown, or malformed.
65 OAuth2Request request) throws InvalidScopeException, ServerException;
76 * @throws InvalidScopeException If the requested scope is invalid, unknown, or malformed.
80 Set<String> tokenScope, OAuth2Request request) throws ServerException, InvalidScopeException;
H A DAuthorizeRequestValidator.java22 import org.forgerock.oauth2.core.exceptions.InvalidScopeException;
52 * @throws InvalidScopeException If the requested scope is invalid, unknown, or malformed.
57 InvalidScopeException, NotFoundException;
H A DAccessTokenService.java27 import org.forgerock.oauth2.core.exceptions.InvalidScopeException;
62 UnauthorizedClientException, InvalidScopeException, NotFoundException, AuthorizationPendingException,
84 InvalidScopeException, NotFoundException;
H A DAuthorizationService.java24 import org.forgerock.oauth2.core.exceptions.InvalidScopeException;
79 * @throws InvalidScopeException If the requested scope is invalid, unknown, or malformed.
86 ResourceOwnerConsentRequiredException, InvalidScopeException, NotFoundException;
118 * @throws InvalidScopeException If the requested scope is invalid, unknown, or malformed.
124 LoginRequiredException, BadRequestException, InteractionRequiredException, InvalidScopeException, NotFoundException;
H A DGrantTypeHandler.java27 import org.forgerock.oauth2.core.exceptions.InvalidScopeException;
76 InvalidCodeException, ServerException, UnauthorizedClientException, InvalidScopeException,
88 InvalidScopeException, NotFoundException, InvalidClientException, AuthorizationDeclinedException,
H A DOAuth2ProviderSettings.java28 import org.forgerock.oauth2.core.exceptions.InvalidScopeException;
74 * @throws InvalidScopeException If the requested scope is invalid, unknown, or malformed.
77 OAuth2Request request) throws ServerException, InvalidScopeException;
88 * @throws InvalidScopeException If the requested scope is invalid, unknown, or malformed.
91 OAuth2Request request) throws ServerException, InvalidScopeException;
103 * @throws InvalidScopeException If the requested scope is invalid, unknown, or malformed.
106 Set<String> tokenScope, OAuth2Request request) throws ServerException, InvalidScopeException;
H A DClientCredentialsGrantTypeHandler.java28 import org.forgerock.oauth2.core.exceptions.InvalidScopeException;
67 UnauthorizedClientException, InvalidScopeException, NotFoundException, InvalidClientException {
H A DJwtBearerGrantTypeHandler.java32 import org.forgerock.oauth2.core.exceptions.InvalidScopeException;
58 ServerException, UnauthorizedClientException, InvalidScopeException,
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/
H A DAuthorizeRequestValidator.java45 * @throws InvalidScopeException If the requested scope is invalid, unknown, or malformed.
51 InvalidScopeException, NotFoundException, DuplicateRequestParameterException;
H A DScopeValidator.java21 import org.forgerock.oauth2.core.exceptions.InvalidScopeException;
48 * @throws InvalidScopeException If the requested scope is invalid, unknown, or malformed.
52 OAuth2Request request) throws InvalidScopeException, ServerException;
62 * @throws InvalidScopeException If the requested scope is invalid, unknown, or malformed.
66 OAuth2Request request) throws InvalidScopeException, ServerException;
77 * @throws InvalidScopeException If the requested scope is invalid, unknown, or malformed.
81 Set<String> tokenScope, OAuth2Request request) throws ServerException, InvalidScopeException;
H A DGrantTypeHandler.java27 import org.forgerock.oauth2.core.exceptions.InvalidScopeException;
77 InvalidCodeException, ServerException, UnauthorizedClientException, InvalidScopeException,
89 InvalidScopeException, NotFoundException, InvalidClientException, AuthorizationDeclinedException,
H A DDuplicateRequestParameterValidator.java9 import org.forgerock.oauth2.core.exceptions.InvalidScopeException;
28 InvalidScopeException, NotFoundException, DuplicateRequestParameterException {
H A DOAuth2ProviderSettings.java26 import org.forgerock.oauth2.core.exceptions.InvalidScopeException;
116 * @throws InvalidScopeException If the requested scope is invalid, unknown, or malformed.
119 OAuth2Request request) throws ServerException, InvalidScopeException;
130 * @throws InvalidScopeException If the requested scope is invalid, unknown, or malformed.
133 OAuth2Request request) throws ServerException, InvalidScopeException;
145 * @throws InvalidScopeException If the requested scope is invalid, unknown, or malformed.
149 throws ServerException, InvalidScopeException;
H A DClientCredentialsGrantTypeHandler.java30 import org.forgerock.oauth2.core.exceptions.InvalidScopeException;
72 UnauthorizedClientException, InvalidScopeException, NotFoundException, InvalidClientException,
H A DJwtBearerGrantTypeHandler.java31 import org.forgerock.oauth2.core.exceptions.InvalidScopeException;
59 ServerException, UnauthorizedClientException, InvalidScopeException,
/forgerock/openam-v13/openam-oauth2-common/openid-connect-core/src/main/java/org/forgerock/openidconnect/
H A DOpenIdConnectAuthorizeRequestValidator.java36 import org.forgerock.oauth2.core.exceptions.InvalidScopeException;
63 InvalidClientException, InvalidScopeException, NotFoundException {
86 InvalidScopeException, NotFoundException {
H A DClaimsParameterValidator.java27 import org.forgerock.oauth2.core.exceptions.InvalidScopeException;
51 InvalidScopeException, NotFoundException {
H A DCodeVerifierValidator.java27 import org.forgerock.oauth2.core.exceptions.InvalidScopeException;
53 InvalidScopeException, NotFoundException {
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openidconnect/
H A DOpenIdConnectAuthorizeRequestValidator.java37 import org.forgerock.oauth2.core.exceptions.InvalidScopeException;
64 InvalidClientException, InvalidScopeException, NotFoundException {
87 InvalidScopeException, NotFoundException {
H A DClaimsParameterValidator.java27 import org.forgerock.oauth2.core.exceptions.InvalidScopeException;
51 InvalidScopeException, NotFoundException {
H A DCodeVerifierValidator.java27 import org.forgerock.oauth2.core.exceptions.InvalidScopeException;
53 InvalidScopeException, NotFoundException {
/forgerock/openam-v13/openam-oauth2-common/openid-connect-core/src/test/java/org/forgerock/openidconnect/
H A DClaimsParameterValidatorTest.java28 import org.forgerock.oauth2.core.exceptions.InvalidScopeException;
57 RedirectUriMismatchException, InvalidScopeException, InvalidRequestException, InvalidClientException,
79 RedirectUriMismatchException, InvalidScopeException, InvalidRequestException, InvalidClientException,
100 RedirectUriMismatchException, InvalidScopeException, InvalidRequestException, InvalidClientException,

Completed in 143 milliseconds

12