Searched refs:InvalidTokenException (Results 1 - 13 of 13) sorted by relevance

/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/exceptions/
H A DInvalidTokenException.java24 public class InvalidTokenException extends OAuth2Exception { class in inherits:OAuth2Exception
27 * Constructs a new InvalidTokenException with the default message.
29 public InvalidTokenException() { method in class:InvalidTokenException
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/exceptions/
H A DInvalidTokenException.java24 public class InvalidTokenException extends OAuth2Exception { class in inherits:OAuth2Exception
27 * Constructs a new InvalidTokenException with the default message.
29 public InvalidTokenException() { method in class:InvalidTokenException
/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/
H A DTokenInfoService.java24 import org.forgerock.oauth2.core.exceptions.InvalidTokenException;
46 JsonValue getTokenInfo(OAuth2Request request) throws InvalidTokenException, InvalidRequestException,
H A DTokenInfoServiceImpl.java32 import org.forgerock.oauth2.core.exceptions.InvalidTokenException;
70 public JsonValue getTokenInfo(OAuth2Request request) throws InvalidTokenException, InvalidRequestException,
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/
H A DTokenInfoService.java34 import org.forgerock.oauth2.core.exceptions.InvalidTokenException;
86 public JsonValue getTokenInfo(OAuth2Request request) throws InvalidTokenException, InvalidRequestException,
114 private void assertTokenIsValid(AccessTokenVerifier.TokenState headerToken, AccessTokenVerifier.TokenState queryToken) throws InvalidTokenException {
117 throw new InvalidTokenException();
134 private void assertTokenClientExists(AccessToken accessToken, OAuth2Request request) throws InvalidTokenException {
140 throw new InvalidTokenException();
/forgerock/openam-v13/openam-oauth2-common/oauth2-restlet/src/main/java/org/forgerock/openam/oauth2/
H A DAccessTokenProtectionFilter.java27 import org.forgerock.oauth2.core.exceptions.InvalidTokenException;
64 failure = new Status(401, new InvalidTokenException());
71 failure = new Status(401, new InvalidTokenException());
84 failure = new Status(401, new InvalidTokenException());
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DAccessTokenProtectionFilter.java27 import org.forgerock.oauth2.core.exceptions.InvalidTokenException;
64 failure = new Status(401, new InvalidTokenException());
71 failure = new Status(401, new InvalidTokenException());
84 failure = new Status(401, new InvalidTokenException());
/forgerock/openam-v13/openam-oauth2-common/openid-connect-core/src/main/java/org/forgerock/openidconnect/
H A DOpenIdConnectClientRegistrationService.java24 import org.forgerock.oauth2.core.exceptions.InvalidTokenException;
69 throws InvalidRequestException, InvalidClientMetadata, InvalidTokenException;
H A DUserInfoServiceImpl.java31 import org.forgerock.oauth2.core.exceptions.InvalidTokenException;
78 throw new InvalidTokenException();
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openidconnect/
H A DUserInfoService.java33 import org.forgerock.oauth2.core.exceptions.InvalidTokenException;
88 throw new InvalidTokenException();
H A DOpenIdConnectClientRegistrationService.java50 import org.forgerock.oauth2.core.exceptions.InvalidTokenException;
540 throws InvalidRequestException, InvalidClientMetadata, InvalidTokenException {
553 throw new InvalidTokenException();
/forgerock/openam-v13/openam-oauth2-common/oauth2-restlet/src/test/java/org/forgerock/openam/oauth2/
H A DAccessTokenProtectionFilterTest.java31 import org.forgerock.oauth2.core.exceptions.InvalidTokenException;
156 assertThat(status.getThrowable()).isInstanceOf(InvalidTokenException.class);
181 assertThat(status.getThrowable()).isInstanceOf(InvalidTokenException.class);
227 assertThat(status.getThrowable()).isInstanceOf(InvalidTokenException.class);
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/openidconnect/
H A DOpenAMOpenIdConnectClientRegistrationService.java50 import org.forgerock.oauth2.core.exceptions.InvalidTokenException;
523 throws InvalidRequestException, InvalidClientMetadata, InvalidTokenException {
536 throw new InvalidTokenException();

Completed in 123 milliseconds