Searched defs:doCatch (Results 1 - 25 of 45) 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 DRefreshTokenResource.java112 protected void doCatch(Throwable throwable) { method in class:RefreshTokenResource
H A DTokenEndpointResource.java120 protected void doCatch(Throwable throwable) { method in class:TokenEndpointResource
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 DAuthorizeResource.java191 protected void doCatch(Throwable throwable) { method in class:AuthorizeResource
H A DDeviceCodeResource.java145 protected void doCatch(Throwable throwable) { method in class:DeviceCodeResource
/forgerock/openam-v13/openam-oauth2-common/openid-connect-restlet/src/main/java/org/forgerock/openidconnect/restlet/
H A DConnectClientRegistration.java131 protected void doCatch(Throwable throwable) { method in class:ConnectClientRegistration
H A DOpenIDConnectConfiguration.java84 protected void doCatch(Throwable throwable) { method in class:OpenIDConnectConfiguration
H A DOpenIDConnectDiscovery.java97 protected void doCatch(Throwable throwable) { method in class:OpenIDConnectDiscovery
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 DEndSession.java105 protected void doCatch(Throwable throwable) { method in class:EndSession
/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-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 DRefreshTokenResource.java112 protected void doCatch(Throwable throwable) { method in class:RefreshTokenResource
H A DTokenEndpointResource.java120 protected void doCatch(Throwable throwable) { method in class:TokenEndpointResource
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
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openidconnect/restlet/
H A DConnectClientRegistration.java131 protected void doCatch(Throwable throwable) { method in class:ConnectClientRegistration
H A DOpenIDConnectConfiguration.java84 protected void doCatch(Throwable throwable) { method in class:OpenIDConnectConfiguration
H A DOpenIDConnectDiscovery.java97 protected void doCatch(Throwable throwable) { method in class:OpenIDConnectDiscovery
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
/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 66 milliseconds

12