public class LoginContextInvocationHandler<T> extends Object implements InvocationHandler
Constructor and Description |
---|
LoginContextInvocationHandler(T delegate,
LoginContext loginContext) |
LoginContextInvocationHandler(T delegate,
LoginContext loginContext,
Set<Class<?>> interfacesToDelegate) |
Modifier and Type | Method and Description |
---|---|
static <T> T |
forObject(T delegate,
LoginContext loginContext,
Set<Class<?>> interfacesToDelegate) |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
public LoginContextInvocationHandler(T delegate, LoginContext loginContext)
public LoginContextInvocationHandler(T delegate, LoginContext loginContext, Set<Class<?>> interfacesToDelegate)
Copyright © 2018 Hitachi Vantara. All rights reserved.