Searched refs:NotFoundException (Results 51 - 75 of 363) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/
H A DGrantTypeHandler.java28 import org.forgerock.oauth2.core.exceptions.NotFoundException;
68 * @throws NotFoundException If the realm does not have an OAuth 2.0 provider service.
77 NotFoundException, ExpiredTokenException, AuthorizationPendingException, AuthorizationDeclinedException,
88 InvalidScopeException, NotFoundException, InvalidClientException, AuthorizationDeclinedException,
H A DAccessTokenVerifier.java19 import org.forgerock.oauth2.core.exceptions.NotFoundException;
86 } catch (NotFoundException e) {
H A DAuthorizationCodeResponseTypeHandler.java24 import org.forgerock.oauth2.core.exceptions.NotFoundException;
54 throws ServerException, NotFoundException {
H A DGrantTypeAccessTokenGenerator.java22 import org.forgerock.oauth2.core.exceptions.NotFoundException;
40 String authorizationCode, String nonce, OAuth2Request request) throws ServerException, NotFoundException {
H A DTokenResponseTypeHandler.java27 import org.forgerock.oauth2.core.exceptions.NotFoundException;
57 throws ServerException, NotFoundException {
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/
H A DGrantTypeHandler.java28 import org.forgerock.oauth2.core.exceptions.NotFoundException;
69 * @throws NotFoundException If the realm does not have an OAuth 2.0 provider service.
78 NotFoundException, ExpiredTokenException, AuthorizationPendingException, AuthorizationDeclinedException,
89 InvalidScopeException, NotFoundException, InvalidClientException, AuthorizationDeclinedException,
H A DAccessTokenVerifier.java19 import org.forgerock.oauth2.core.exceptions.NotFoundException;
86 } catch (NotFoundException e) {
H A DAuthorizationCodeResponseTypeHandler.java24 import org.forgerock.oauth2.core.exceptions.NotFoundException;
55 throws ServerException, NotFoundException {
H A DDuplicateRequestParameterValidator.java10 import org.forgerock.oauth2.core.exceptions.NotFoundException;
28 InvalidScopeException, NotFoundException, DuplicateRequestParameterException {
H A DRedirectUriResolver.java30 import org.forgerock.oauth2.core.exceptions.NotFoundException;
59 * @throws NotFoundException If requested realm doesn't exist
62 public String resolve(OAuth2Request request) throws NotFoundException, InvalidClientException, InvalidRequestException {
/forgerock/openam/openam-push-notification/src/main/java/org/forgerock/openam/services/push/dispatch/
H A DMessageDispatcher.java24 import org.forgerock.json.resource.NotFoundException;
69 * @throws NotFoundException If the provided was messageId was null.
72 public void handle(String messageId, JsonValue content) throws NotFoundException, PredicateNotMetException {
87 throw new NotFoundException("This cache was not primed for this messageId.");
/forgerock/openam-v13/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/sms/
H A DSmsRealmProviderTest.java22 import org.forgerock.oauth2.core.exceptions.NotFoundException;
52 public void configureMockValues() throws NoSuchFieldException, IllegalAccessException, NotFoundException {
68 public void testGetExpectedPathFromRequestContext() throws NotFoundException {
84 private void doExpectedPathCheck(String path, String realmName, String expectedPath) throws NotFoundException {
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/provider/
H A DScope.java29 import org.forgerock.oauth2.core.exceptions.NotFoundException;
102 * @throws NotFoundException If the realm does not have an OAuth 2.0 provider service.
105 CoreToken token) throws NotFoundException;
/forgerock/openam-v13/openam-oauth2-common/oauth2-restlet/src/main/java/org/forgerock/oauth2/restlet/
H A DOpenAMClientAuthenticationFailureFactory.java19 import org.forgerock.oauth2.core.exceptions.NotFoundException;
60 } catch(NotFoundException e) {
/forgerock/openam-v13/openam-oauth2-common/openid-connect-core/src/main/java/org/forgerock/openidconnect/
H A DIdTokenResponseTypeHandler.java30 import org.forgerock.oauth2.core.exceptions.NotFoundException;
59 throws ServerException, InvalidClientException, NotFoundException {
H A DOpenIdConnectClientRegistrationService.java25 import org.forgerock.oauth2.core.exceptions.NotFoundException;
51 * @throws NotFoundException If the realm does not have an OAuth 2.0 provider service.
55 AccessDeniedException, NotFoundException, InvalidPostLogoutRedirectUri;
H A DSubjectTypeValidator.java27 import org.forgerock.oauth2.core.exceptions.NotFoundException;
51 NotFoundException, ServerException {
/forgerock/openam-v13/openam-uma/src/main/java/org/forgerock/openam/uma/
H A DUmaUrisFactory.java30 import org.forgerock.oauth2.core.exceptions.NotFoundException;
80 UmaUris get(Request req) throws NotFoundException, ServerException {
84 public UmaUris get(OAuth2Request request) throws NotFoundException, ServerException {
98 public UmaUris get(HttpServletRequest request, RealmInfo realmInfo) throws NotFoundException, ServerException {
123 public UmaUris get(Context context, RealmInfo realmInfo) throws NotFoundException, ServerException {
140 private UmaUris get(String absoluteRealm, OAuth2Uris oAuth2Uris, String baseUrlPattern) throws NotFoundException {
149 throws NotFoundException {
167 OAuth2Uris oauth2Uris) throws NotFoundException {
/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/managed/
H A DRelationshipValidator.java23 import org.forgerock.json.resource.NotFoundException;
95 } catch (NotFoundException e) {
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/restlet/
H A DOpenAMClientAuthenticationFailureFactory.java19 import org.forgerock.json.resource.NotFoundException;
60 } catch(NotFoundException e) {
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openidconnect/
H A DSubjectTypeValidator.java27 import org.forgerock.oauth2.core.exceptions.NotFoundException;
51 NotFoundException, ServerException {
/forgerock/openam/openam-oauth2/src/test/java/org/forgerock/oauth2/core/
H A DRedirectUriResolverTest.java33 import org.forgerock.oauth2.core.exceptions.NotFoundException;
71 public void shouldResolveFromRequestParameterWithManyRegisteredUris() throws NotFoundException, InvalidClientException, InvalidRequestException {
91 public void shouldResolveFromRequestParameterWithOneRegisteredUris() throws NotFoundException, InvalidClientException, InvalidRequestException {
112 public void shouldResolveWhenNoParameterPresentAndOneRegisteredUri() throws InvalidRequestException, NotFoundException, InvalidClientException {
134 public void shouldThrowExceptionWithParameterAndNullRegisteredUri() throws NotFoundException, InvalidClientException, InvalidRequestException {
154 public void shouldThrowExceptionWithParameterAndEmptyRegisteredUri() throws NotFoundException, InvalidClientException, InvalidRequestException {
174 public void shouldThrowExceptionWhenNoParameterAndNullRegisteredUri() throws NotFoundException, InvalidClientException, InvalidRequestException {
194 public void shouldThrowExceptionWhenNoParameterAndManyRegisteredUri() throws NotFoundException, InvalidClientException, InvalidRequestException {
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/
H A DUmaUrisFactory.java29 import org.forgerock.oauth2.core.exceptions.NotFoundException;
77 UmaUris get(Request req) throws NotFoundException, ServerException {
81 public UmaUris get(OAuth2Request request) throws NotFoundException, ServerException {
95 public UmaUris get(OAuth2Request oAuth2Request, Realm realm) throws NotFoundException, ServerException {
121 public UmaUris get(Context context, Realm realm) throws NotFoundException, ServerException {
137 private UmaUris get(String absoluteRealm, OAuth2Uris oAuth2Uris, String baseUrlPattern) throws NotFoundException {
146 throws NotFoundException {
164 OAuth2Uris oauth2Uris) throws NotFoundException {
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/store/
H A DTokenDataStore.java105 * @throws NotFoundException If the object is not found.
108 public T read(String id) throws NotFoundException, ServerException {
111 throw new NotFoundException("Object not found");
117 throw new NotFoundException("Object not found with id: " + id);
120 } catch (NotFoundException e) {
138 public void update(T obj) throws NotFoundException, ServerException {
149 } catch (NotFoundException e) {
165 public void delete(String id) throws NotFoundException, ServerException {
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/store/
H A DTokenDataStore.java102 * @throws NotFoundException If the object is not found.
105 public T read(String id) throws NotFoundException, ServerException {
108 throw new NotFoundException("Object not found");
114 throw new NotFoundException("Object not found with id: " + id);
117 } catch (NotFoundException e) {
135 public void update(T obj) throws NotFoundException, ServerException {
144 } catch (ServerException | NotFoundException e) {
160 public void delete(String id) throws NotFoundException, ServerException {

Completed in 128 milliseconds

1234567891011>>