- All Implemented Interfaces:
- org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor
public class AuthProviderRESTExceptionWrapper
extends Object
implements org.aopalliance.intercept.MethodInterceptor
A method interceptor to wrap some custom exception handling around methods
that expose AuthenticationProvider functionality through the REST interface.
Translates various types of GuacamoleExceptions into appropriate HTTP responses.
- Author:
- James Muehlner