Searched defs:InvalidScopeException (Results 1 - 2 of 2) sorted by relevance

/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...]

Completed in 34 milliseconds