Searched refs:NotFoundException (Results 1 - 25 of 363) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-shared/src/main/java/com/iplanet/dpro/session/exceptions/
H A DNotFoundException.java33 public class NotFoundException extends Exception { class in inherits:Exception
39 public NotFoundException() { method in class:NotFoundException
45 public NotFoundException(String message) { method in class:NotFoundException
52 public NotFoundException(Throwable cause) { method in class:NotFoundException
59 public NotFoundException(String message, Throwable cause) { method in class:NotFoundException
/forgerock/openam/openam-shared/src/main/java/com/iplanet/dpro/session/exceptions/
H A DNotFoundException.java33 public class NotFoundException extends Exception { class in inherits:Exception
39 public NotFoundException() { method in class:NotFoundException
45 public NotFoundException(String message) { method in class:NotFoundException
52 public NotFoundException(Throwable cause) { method in class:NotFoundException
59 public NotFoundException(String message, Throwable cause) { method in class:NotFoundException
/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/exceptions/
H A DNotFoundException.java24 public class NotFoundException extends OAuth2Exception { class in inherits:OAuth2Exception
29 * Constructs a new NotFoundException with the specified message.
33 public NotFoundException(final String message) { method in class:NotFoundException
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/exceptions/
H A DNotFoundException.java24 public class NotFoundException extends OAuth2Exception { class in inherits:OAuth2Exception
29 * Constructs a new NotFoundException with the specified message.
33 public NotFoundException(final String message) { method in class:NotFoundException
H A DOAuth2ProviderNotFoundException.java24 public class OAuth2ProviderNotFoundException extends NotFoundException {
/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/
H A DOAuth2ProviderSettingsFactory.java19 import org.forgerock.oauth2.core.exceptions.NotFoundException;
38 OAuth2ProviderSettings get(final OAuth2Request request) throws NotFoundException;
46 OAuth2ProviderSettings get(Context context) throws NotFoundException;
54 OAuth2ProviderSettings get(String realm) throws NotFoundException;
H A DResourceOwnerAuthenticator.java19 import org.forgerock.oauth2.core.exceptions.NotFoundException;
34 * @throws NotFoundException if the requested realm doesn't exist
37 ResourceOwner authenticate(OAuth2Request request, boolean useSession) throws NotFoundException;
H A DClientRegistrationStore.java21 import org.forgerock.oauth2.core.exceptions.NotFoundException;
37 * @throws NotFoundException If requested realm doesn't exist
40 throws InvalidClientException, NotFoundException;
49 * @throws NotFoundException If requested realm doesn't exist
52 throws InvalidClientException, NotFoundException;
H A DOAuth2UrisFactory.java21 import org.forgerock.oauth2.core.exceptions.NotFoundException;
43 OAuth2Uris get(final OAuth2Request request) throws NotFoundException, ServerException;
52 OAuth2Uris get(Context context, T realmInfo) throws NotFoundException, ServerException;
61 OAuth2Uris get(HttpServletRequest request, T realmInfo) throws NotFoundException, ServerException;
H A DClientAuthenticator.java22 import org.forgerock.oauth2.core.exceptions.NotFoundException;
41 * @throws NotFoundException If the realm does not have an OAuth 2.0 provider service.
44 InvalidRequestException, NotFoundException;
H A DTokenIntrospectionHandler.java20 import org.forgerock.oauth2.core.exceptions.NotFoundException;
38 throws ServerException, NotFoundException;
H A DTokenStore.java23 import org.forgerock.oauth2.core.exceptions.NotFoundException;
55 * @throws NotFoundException If the realm does not have an OAuth 2.0 provider service.
59 NotFoundException;
77 * @throws NotFoundException If the realm does not have an OAuth 2.0 provider service.
82 throws ServerException, NotFoundException;
95 * @throws NotFoundException If the realm does not have an OAuth 2.0 provider service.
99 throws ServerException, NotFoundException;
113 * @throws NotFoundException If the realm does not have an OAuth 2.0 provider service.
117 throws ServerException, NotFoundException;
128 * @throws NotFoundException I
[all...]
H A DTokenIntrospectionService.java24 import org.forgerock.oauth2.core.exceptions.NotFoundException;
42 JsonValue introspect(OAuth2Request request) throws InvalidClientException, InvalidRequestException, NotFoundException, ServerException, BadRequestException, InvalidGrantException;
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/store/
H A DNotFoundException.java21 public class NotFoundException extends DataLayerException { class in inherits:DataLayerException
22 public NotFoundException(String error) { method in class:NotFoundException
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/store/
H A DNotFoundException.java21 public class NotFoundException extends DataLayerException { class in inherits:DataLayerException
22 public NotFoundException(String error) { method in class:NotFoundException
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/
H A DClientRegistrationStore.java21 import org.forgerock.oauth2.core.exceptions.NotFoundException;
37 * @throws NotFoundException If requested realm doesn't exist
40 throws InvalidClientException, NotFoundException;
49 * @throws NotFoundException If requested realm doesn't exist
52 throws InvalidClientException, NotFoundException;
H A DTokenStore.java24 import org.forgerock.oauth2.core.exceptions.NotFoundException;
58 * @throws NotFoundException If the realm does not have an OAuth 2.0 provider service.
62 NotFoundException;
80 * @throws NotFoundException If the realm does not have an OAuth 2.0 provider service.
85 throws ServerException, NotFoundException;
104 * @throws NotFoundException If the realm does not have an OAuth 2.0 provider service.
109 throws ServerException, NotFoundException;
122 * @throws NotFoundException If the realm does not have an OAuth 2.0 provider service.
126 throws ServerException, NotFoundException;
140 * @throws NotFoundException I
[all...]
H A DTokenIntrospectionHandler.java20 import org.forgerock.oauth2.core.exceptions.NotFoundException;
38 throws ServerException, NotFoundException;
/forgerock/openam-v13/openam-oauth2-common/openid-connect-core/src/main/java/org/forgerock/openidconnect/
H A DOpenIdConnectClientRegistrationStore.java23 import org.forgerock.oauth2.core.exceptions.NotFoundException;
36 throws InvalidClientException, NotFoundException;
42 throws InvalidClientException, NotFoundException;
H A DCheckSession.java20 import org.forgerock.oauth2.core.exceptions.NotFoundException;
47 InvalidClientException, NotFoundException;
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openidconnect/
H A DOpenIdConnectClientRegistrationStore.java23 import org.forgerock.oauth2.core.exceptions.NotFoundException;
36 throws InvalidClientException, NotFoundException;
42 throws InvalidClientException, NotFoundException;
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/provider/
H A DResponseType.java33 import org.forgerock.oauth2.core.exceptions.NotFoundException;
49 * @throws NotFoundException If the realm does not have an OAuth 2.0 provider service.
51 public CoreToken createToken(Token accessToken, Map<String, Object> data) throws NotFoundException;
/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/resources/
H A DResourceSetStore.java24 import org.forgerock.oauth2.core.exceptions.NotFoundException;
41 * @throws NotFoundException If the OAuth2ProviderSettings could not be found.
44 NotFoundException, BadRequestException;
52 * @throws NotFoundException If the resource set is not found.
56 throws NotFoundException, ServerException;
65 * @throws NotFoundException If the resource set is not found.
68 ResourceSetDescription read(String resourceSetId, String resourceOwnerId) throws NotFoundException, ServerException;
77 void update(ResourceSetDescription resourceSetDescription) throws NotFoundException, ServerException;
86 void delete(String resourceSetId, String resourceOwnerId) throws NotFoundException, ServerException;
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/resources/
H A DResourceSetStore.java24 import org.forgerock.oauth2.core.exceptions.NotFoundException;
42 * @throws NotFoundException If the OAuth2ProviderSettings could not be found.
45 NotFoundException, BadRequestException;
53 * @throws NotFoundException If the resource set is not found.
57 throws NotFoundException, ServerException;
66 * @throws NotFoundException If the resource set is not found.
69 ResourceSetDescription read(String resourceSetId, String resourceOwnerId) throws NotFoundException, ServerException;
78 void update(ResourceSetDescription resourceSetDescription) throws NotFoundException, ServerException;
87 void delete(String resourceSetId, String resourceOwnerId) throws NotFoundException, ServerException;
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/utils/
H A DRealmNormaliser.java21 import org.forgerock.json.resource.NotFoundException;
48 public String normalise(String realm) throws NotFoundException {
59 throw new NotFoundException("Invalid realm, " + realm);

Completed in 134 milliseconds

1234567891011>>