Class LoginContextInvocationHandler<T>
java.lang.Object
org.pentaho.di.core.auth.kerberos.LoginContextInvocationHandler<T>
- All Implemented Interfaces:
InvocationHandler
-
Constructor Summary
ConstructorDescriptionLoginContextInvocationHandler
(T delegate, LoginContext loginContext) LoginContextInvocationHandler
(T delegate, LoginContext loginContext, Set<Class<?>> interfacesToDelegate) -
Method Summary
-
Constructor Details
-
LoginContextInvocationHandler
-
LoginContextInvocationHandler
public LoginContextInvocationHandler(T delegate, LoginContext loginContext, Set<Class<?>> interfacesToDelegate)
-
-
Method Details
-
forObject
public static <T> T forObject(T delegate, LoginContext loginContext, Set<Class<?>> interfacesToDelegate) -
invoke
- Specified by:
invoke
in interfaceInvocationHandler
- Throws:
Throwable
-