- iconUri - Variable in class org.apache.oltu.oauth2.common.domain.client.BasicClientInfo
-
- instantiateClass(Class<T>) - Static method in class org.apache.oltu.oauth2.common.utils.OAuthUtils
-
- instantiateClassWithParameters(Class<T>, Class<?>[], Object[]) - Static method in class org.apache.oltu.oauth2.common.utils.OAuthUtils
-
- INSUFFICIENT_SCOPE - Static variable in class org.apache.oltu.oauth2.common.error.OAuthError.ResourceResponse
-
The request requires higher privileges than provided by the
access token.
- INVALID_CLIENT - Static variable in class org.apache.oltu.oauth2.common.error.OAuthError.TokenResponse
-
Client authentication failed (e.g.
- INVALID_GRANT - Static variable in class org.apache.oltu.oauth2.common.error.OAuthError.TokenResponse
-
The provided authorization grant (e.g.
- INVALID_REQUEST - Static variable in class org.apache.oltu.oauth2.common.error.OAuthError.CodeResponse
-
The request is missing a required parameter, includes an
unsupported parameter value, or is otherwise malformed.
- INVALID_REQUEST - Static variable in class org.apache.oltu.oauth2.common.error.OAuthError.ResourceResponse
-
The request is missing a required parameter, includes an
unsupported parameter value, repeats a parameter,
includes multiple credentials, utilizes more than one
mechanism for authenticating the client, or is otherwise
malformed.
- INVALID_REQUEST - Static variable in class org.apache.oltu.oauth2.common.error.OAuthError.TokenResponse
-
The request is missing a required parameter, includes an
unsupported parameter value, repeats a parameter,
includes multiple credentials, utilizes more than one
mechanism for authenticating the client, or is otherwise
malformed.
- INVALID_SCOPE - Static variable in class org.apache.oltu.oauth2.common.error.OAuthError.CodeResponse
-
The requested scope is invalid, unknown, or malformed.
- INVALID_SCOPE - Static variable in class org.apache.oltu.oauth2.common.error.OAuthError.TokenResponse
-
The requested scope is invalid, unknown, malformed, or exceeds the scope granted by the resource owner.
- INVALID_TOKEN - Static variable in class org.apache.oltu.oauth2.common.error.OAuthError.ResourceResponse
-
The access token provided is expired, revoked, malformed, or
invalid for other reasons.
- isEmpty(String) - Static method in class org.apache.oltu.oauth2.common.utils.OAuthUtils
-
- isFormEncoded(String) - Static method in class org.apache.oltu.oauth2.common.utils.OAuthUtils
-
Return true if the given Content-Type header means FORM_ENCODED.
- isMultipart(HttpServletRequest) - Static method in class org.apache.oltu.oauth2.common.utils.OAuthUtils
-
- issuedAt - Variable in class org.apache.oltu.oauth2.common.domain.client.BasicClientInfo
-