Class LoginContextInvocationHandler<T>
- java.lang.Object
-
- org.pentaho.di.core.auth.kerberos.LoginContextInvocationHandler<T>
-
- All Implemented Interfaces:
InvocationHandler
public class LoginContextInvocationHandler<T> extends Object implements InvocationHandler
-
-
Constructor Summary
Constructors Constructor Description LoginContextInvocationHandler(T delegate, LoginContext loginContext)
LoginContextInvocationHandler(T delegate, LoginContext loginContext, Set<Class<?>> interfacesToDelegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T> T
forObject(T delegate, LoginContext loginContext, Set<Class<?>> interfacesToDelegate)
Object
invoke(Object proxy, Method method, Object[] args)
-
-
-
Constructor Detail
-
LoginContextInvocationHandler
public LoginContextInvocationHandler(T delegate, LoginContext loginContext)
-
LoginContextInvocationHandler
public LoginContextInvocationHandler(T delegate, LoginContext loginContext, Set<Class<?>> interfacesToDelegate)
-
-