Searched refs:doCatch (Results 1 - 25 of 46) sorted by relevance

12

/forgerock/openam-v13/openam-oauth2-common/oauth2-restlet/src/main/java/org/forgerock/oauth2/restlet/
H A DErrorResource.java51 * Calls {@link #doCatch(Throwable)} if the exception is not {@code null}. Otherwise sets the status of the
62 doCatch(new OAuth2RestletException(e.getStatusCode(), e.getError(), e.getMessage(), null));
83 protected void doCatch(Throwable throwable) { method in class:ErrorResource
H A DTokenIntrospectionResource.java79 protected void doCatch(Throwable throwable) { method in class:TokenIntrospectionResource
H A DValidationServerResource.java95 protected void doCatch(Throwable throwable) { method in class:ValidationServerResource
H A DRefreshTokenResource.java112 protected void doCatch(Throwable throwable) { method in class:RefreshTokenResource
H A DTokenEndpointResource.java120 protected void doCatch(Throwable throwable) { method in class:TokenEndpointResource
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/restlet/
H A DErrorResource.java51 * Calls {@link #doCatch(Throwable)} if the exception is not {@code null}. Otherwise sets the status of the
62 doCatch(new OAuth2RestletException(e.getStatusCode(), e.getError(), e.getMessage(), null));
83 protected void doCatch(Throwable throwable) { method in class:ErrorResource
H A DTokenIntrospectionResource.java79 protected void doCatch(Throwable throwable) { method in class:TokenIntrospectionResource
H A DValidationServerResource.java95 protected void doCatch(Throwable throwable) { method in class:ValidationServerResource
H A DRefreshTokenResource.java112 protected void doCatch(Throwable throwable) { method in class:RefreshTokenResource
H A DTokenEndpointResource.java120 protected void doCatch(Throwable throwable) { method in class:TokenEndpointResource
/forgerock/openam-v13/openam-oauth2-common/openid-connect-restlet/src/main/java/org/forgerock/openidconnect/restlet/
H A DOpenIDConnectConfiguration.java84 protected void doCatch(Throwable throwable) { method in class:OpenIDConnectConfiguration
H A DOpenIDConnectJWKEndpoint.java83 protected void doCatch(Throwable throwable) { method in class:OpenIDConnectJWKEndpoint
H A DUserInfo.java89 protected void doCatch(Throwable throwable) { method in class:UserInfo
H A DOpenIDConnectDiscovery.java97 protected void doCatch(Throwable throwable) { method in class:OpenIDConnectDiscovery
H A DConnectClientRegistration.java131 protected void doCatch(Throwable throwable) { method in class:ConnectClientRegistration
H A DEndSession.java105 protected void doCatch(Throwable throwable) { method in class:EndSession
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openidconnect/restlet/
H A DOpenIDConnectConfiguration.java84 protected void doCatch(Throwable throwable) { method in class:OpenIDConnectConfiguration
H A DOpenIDConnectJWKEndpoint.java83 protected void doCatch(Throwable throwable) { method in class:OpenIDConnectJWKEndpoint
H A DUserInfo.java89 protected void doCatch(Throwable throwable) { method in class:UserInfo
H A DOpenIDConnectDiscovery.java97 protected void doCatch(Throwable throwable) { method in class:OpenIDConnectDiscovery
H A DConnectClientRegistration.java131 protected void doCatch(Throwable throwable) { method in class:ConnectClientRegistration
H A DEndSession.java105 protected void doCatch(Throwable throwable) { method in class:EndSession
/forgerock/openam-v13/openam-oauth2-common/oauth2-restlet/src/test/java/org/forgerock/oauth2/restlet/
H A DTokenEndpointResourceTest.java77 tokenEndpointResource.doCatch(new NullPointerException());
/forgerock/openam-v13/openam-uma/src/main/java/org/forgerock/openam/uma/
H A DUmaWellKnownConfigurationEndpoint.java111 protected void doCatch(Throwable throwable) { method in class:UmaWellKnownConfigurationEndpoint
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/
H A DUmaWellKnownConfigurationEndpoint.java114 protected void doCatch(Throwable throwable) { method in class:UmaWellKnownConfigurationEndpoint

Completed in 192 milliseconds

12