Searched refs:NotFoundException (Results 26 - 50 of 363) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-oauth2-common/openid-connect-core/src/main/java/org/forgerock/openidconnect/
H A DOpenIdConnectTokenStore.java23 import org.forgerock.oauth2.core.exceptions.NotFoundException;
48 * @throws NotFoundException If the realm does not have an OAuth 2.0 provider service.
52 throws ServerException, InvalidClientException, NotFoundException;
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openidconnect/
H A DOpenIdConnectTokenStore.java23 import org.forgerock.oauth2.core.exceptions.NotFoundException;
48 * @throws NotFoundException If the realm does not have an OAuth 2.0 provider service.
52 throws ServerException, InvalidClientException, NotFoundException;
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/
H A DAuthorizeRequestValidator.java46 * @throws NotFoundException If the realm does not have an OAuth 2.0 provider service.
51 InvalidScopeException, NotFoundException, DuplicateRequestParameterException;
H A DResponseTypeHandler.java23 import org.forgerock.oauth2.core.exceptions.NotFoundException;
51 * @throws NotFoundException If the realm does not have an OAuth 2.0 provider service.
56 throws ServerException, InvalidClientException, NotFoundException;
H A DScopeValidator.java22 import org.forgerock.oauth2.core.exceptions.NotFoundException;
91 * @throws NotFoundException If the realm does not have an OAuth 2.0 provider service.
93 UserInfoClaims getUserInfo(ClientRegistration clientRegistration, AccessToken token, OAuth2Request request) throws UnauthorizedClientException, NotFoundException;
125 * @throws NotFoundException If the realm does not have an OAuth 2.0 provider service.
128 InvalidClientException, NotFoundException;
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOpenAMTokenStore.java37 import org.forgerock.oauth2.core.exceptions.NotFoundException;
67 throws ServerException, NotFoundException {
80 throws ServerException, InvalidClientException, NotFoundException {
88 throws ServerException, NotFoundException {
98 throws ServerException, NotFoundException {
111 throws ServerException, NotFoundException {
124 throws ServerException, NotFoundException {
132 throws ServerException, NotFoundException {
145 throws ServerException, NotFoundException {
154 throws ServerException, NotFoundException {
[all...]
H A DStatelessTokenStore.java67 import org.forgerock.oauth2.core.exceptions.NotFoundException;
142 throws ServerException, NotFoundException {
150 String nonce, String claims, OAuth2Request request) throws ServerException, NotFoundException {
160 throws ServerException, NotFoundException {
175 } catch (org.forgerock.json.resource.NotFoundException e) {
176 throw new NotFoundException(e.getMessage());
218 throws NotFoundException, ServerException {
243 throws ServerException, NotFoundException {
254 throws NotFoundException, ServerException {
280 throws NotFoundException, ServerExceptio
[all...]
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/
H A DUmaProviderSettingsFactory.java32 import org.forgerock.oauth2.core.exceptions.NotFoundException;
73 UmaProviderSettings get(Request req) throws NotFoundException {
77 public UmaProviderSettings get(OAuth2Request request) throws NotFoundException {
89 public UmaProviderSettings get(String realm) throws NotFoundException {
102 throws NotFoundException {
116 throws NotFoundException {
H A DUmaTokenStore.java28 import org.forgerock.oauth2.core.exceptions.NotFoundException;
61 RequestingPartyToken createRPT(PermissionTicket permissionTicket) throws ServerException, NotFoundException {
77 throws ServerException, NotFoundException {
90 public RequestingPartyToken readRPT(String id) throws NotFoundException {
110 public PermissionTicket readPermissionTicket(String id) throws NotFoundException {
114 public UmaToken readToken(String ticketId, JavaBeanAdapter<? extends UmaToken> adapter) throws NotFoundException {
118 throw new NotFoundException("No valid ticket exists with ticketId");
122 throw new NotFoundException("No valid ticket exists with ticketId in the realm, " + realm);
126 throw new NotFoundException("No valid ticket exists with ticketId");
130 public void deleteRPT(String id) throws NotFoundException, ServerExceptio
[all...]
/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/
H A DAuthorizeRequestValidator.java23 import org.forgerock.oauth2.core.exceptions.NotFoundException;
53 * @throws NotFoundException If the realm does not have an OAuth 2.0 provider service.
57 InvalidScopeException, NotFoundException;
H A DResourceOwnerSessionValidator.java24 import org.forgerock.oauth2.core.exceptions.NotFoundException;
48 * @throws NotFoundException If the realm does not have an OAuth 2.0 provider service.
51 BadRequestException, InteractionRequiredException, LoginRequiredException, ServerException, NotFoundException;
H A DResponseTypeHandler.java20 import org.forgerock.oauth2.core.exceptions.NotFoundException;
51 * @throws NotFoundException If the realm does not have an OAuth 2.0 provider service.
56 throws ServerException, InvalidClientException, NotFoundException;
H A DTokenInfoService.java25 import org.forgerock.oauth2.core.exceptions.NotFoundException;
44 * @throws NotFoundException If the realm does not have an OAuth 2.0 provider service.
47 ExpiredTokenException, ServerException, BadRequestException, InvalidGrantException, NotFoundException;
H A DAccessTokenService.java28 import org.forgerock.oauth2.core.exceptions.NotFoundException;
58 * @throws NotFoundException If the realm does not have an OAuth 2.0 provider service.
62 UnauthorizedClientException, InvalidScopeException, NotFoundException, AuthorizationPendingException,
80 * @throws NotFoundException If the realm does not have an OAuth 2.0 provider service.
84 InvalidScopeException, NotFoundException;
H A DAuthorizationService.java26 import org.forgerock.oauth2.core.exceptions.NotFoundException;
80 * @throws NotFoundException If the realm does not have an OAuth 2.0 provider service.
86 ResourceOwnerConsentRequiredException, InvalidScopeException, NotFoundException;
119 * @throws NotFoundException If the realm does not have an OAuth 2.0 provider service.
124 LoginRequiredException, BadRequestException, InteractionRequiredException, InvalidScopeException, NotFoundException;
H A DScopeValidator.java22 import org.forgerock.oauth2.core.exceptions.NotFoundException;
89 * @throws NotFoundException If the realm does not have an OAuth 2.0 provider service.
91 UserInfoClaims getUserInfo(AccessToken token, OAuth2Request request) throws UnauthorizedClientException, NotFoundException;
123 * @throws NotFoundException If the realm does not have an OAuth 2.0 provider service.
126 InvalidClientException, NotFoundException;
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/utils/
H A DRealmNormaliser.java21 import org.forgerock.oauth2.core.exceptions.NotFoundException;
49 public String normalise(String realm) throws NotFoundException {
60 throw new NotFoundException("Invalid realm, " + realm);
/forgerock/openam/openam-push-notification/src/test/java/org/forgerock/openam/services/push/dispatch/
H A DMessageDispatcherTest.java26 import org.forgerock.json.resource.NotFoundException;
56 throws NotFoundException, PredicateNotMetException {
67 @Test(expectedExceptions = NotFoundException.class)
68 public void shouldErrorForHandleMessageIdWhenNotExpected() throws NotFoundException, PredicateNotMetException {
122 public void shouldReturnFalseForgetWhenAlreadyhandleed() throws NotFoundException, PredicateNotMetException {
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/resources/
H A DOpenAMResourceSetStore.java31 import org.forgerock.oauth2.core.exceptions.NotFoundException;
77 BadRequestException, NotFoundException {
91 public ResourceSetDescription read(String resourceSetId, ResourceSetFilter filter) throws NotFoundException,
103 throw new NotFoundException("Resource set does not exist with id " + resourceSetId);
107 public ResourceSetDescription read(String resourceSetId, String resourceOwnerId) throws NotFoundException, ServerException {
112 public void update(ResourceSetDescription resourceSetDescription) throws NotFoundException, ServerException {
120 } catch (org.forgerock.openam.sm.datalayer.store.NotFoundException e) {
121 throw new NotFoundException("Resource set does not exist with id " + resourceSetDescription.getId());
128 public void delete(String resourceSetId, String resourceOwnerId) throws NotFoundException, ServerException {
132 } catch (org.forgerock.openam.sm.datalayer.store.NotFoundException
[all...]
/forgerock/openam-v13/openam-uma/src/main/java/org/forgerock/openam/uma/
H A DUmaTokenStore.java28 import org.forgerock.oauth2.core.exceptions.NotFoundException;
62 RequestingPartyToken createRPT(PermissionTicket permissionTicket) throws ServerException, NotFoundException {
78 throws ServerException, NotFoundException {
91 public RequestingPartyToken readRPT(String id) throws NotFoundException {
111 public PermissionTicket readPermissionTicket(String id) throws NotFoundException {
115 public UmaToken readToken(String ticketId, JavaBeanAdapter<? extends UmaToken> adapter) throws NotFoundException {
119 throw new NotFoundException("No valid ticket exists with ticketId");
123 throw new NotFoundException("No valid ticket exists with ticketId in the realm, " + realm);
127 throw new NotFoundException("No valid ticket exists with ticketId");
131 public void deleteRPT(String id) throws NotFoundException, ServerExceptio
[all...]
H A DUmaProviderSettingsFactory.java32 import org.forgerock.oauth2.core.exceptions.NotFoundException;
74 UmaProviderSettings get(Request req) throws NotFoundException {
78 public UmaProviderSettings get(OAuth2Request request) throws NotFoundException {
90 public UmaProviderSettings get(String realm) throws NotFoundException {
101 private UmaProviderSettingsImpl getUmaProviderSettings(String realm, OAuth2ProviderSettings oAuth2ProviderSettings) throws NotFoundException {
115 throws NotFoundException {
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/resources/
H A DOpenAMResourceSetStore.java26 import org.forgerock.oauth2.core.exceptions.NotFoundException;
67 BadRequestException, NotFoundException {
81 public ResourceSetDescription read(String resourceSetId, ResourceSetFilter filter) throws NotFoundException,
93 throw new NotFoundException("Resource set does not exist with id " + resourceSetId);
97 public ResourceSetDescription read(String resourceSetId, String resourceOwnerId) throws NotFoundException, ServerException {
102 public void update(ResourceSetDescription resourceSetDescription) throws NotFoundException, ServerException {
110 } catch (org.forgerock.openam.sm.datalayer.store.NotFoundException e) {
111 throw new NotFoundException("Resource set does not exist with id " + resourceSetDescription.getId());
118 public void delete(String resourceSetId, String resourceOwnerId) throws NotFoundException, ServerException {
122 } catch (org.forgerock.openam.sm.datalayer.store.NotFoundException
[all...]
/forgerock/openam/openam-oauth2/src/test/java/org/forgerock/openam/oauth2/
H A DOpenAMClientRegistrationStoreTest.java34 import org.forgerock.oauth2.core.exceptions.NotFoundException;
69 public void setUpTest() throws org.forgerock.json.resource.NotFoundException {
88 throws NotFoundException, InvalidClientException, IdRepoException, SSOException {
99 throws NotFoundException, InvalidClientException, IdRepoException, SSOException {
110 throws NotFoundException, InvalidClientException, IdRepoException, SSOException {
121 throws NotFoundException, InvalidClientException, IdRepoException, SSOException {
131 throws NotFoundException, InvalidClientException, IdRepoException, SSOException {
141 throws NotFoundException, InvalidClientException, IdRepoException, SSOException {
151 throws NotFoundException, InvalidClientException, IdRepoException, SSOException {
160 throws NotFoundException, InvalidClientExceptio
[all...]
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOpenAMOAuth2ProviderSettingsFactory.java35 import org.forgerock.oauth2.core.exceptions.NotFoundException;
89 public OAuth2ProviderSettings get(OAuth2Request request) throws NotFoundException {
101 public OAuth2ProviderSettings get(Context context) throws NotFoundException {
109 public OAuth2ProviderSettings get(String realm) throws NotFoundException {
114 private OAuth2ProviderSettings getProviderSettings(String realm) throws NotFoundException {
123 throw new NotFoundException("No OpenID Connect provider for realm " + realm);
/forgerock/openam/openam-oauth2/src/test/java/org/forgerock/oauth2/core/
H A DOAuth2RequestFactoryTest.java26 import org.forgerock.oauth2.core.exceptions.NotFoundException;
54 public void clientRegistrationIsAddedToOAuth2Request() throws NotFoundException, InvalidClientException {
66 throws NotFoundException, InvalidClientException {
79 public void clientRegistrationIsNullWhenClientIdIsNotProvided() throws NotFoundException, InvalidClientException {
90 public void clientRegistrationIsNullWhenClientIdIsBlank() throws NotFoundException, InvalidClientException {
101 public void clientRegistrationIsNullWhenStoreThrowsException() throws NotFoundException, InvalidClientException {

Completed in 128 milliseconds

1234567891011>>