public class SecurityDomainJndiInjectable extends Object implements InvocationHandler, ManagedReferenceFactory
ManagedReferenceFactory that returns AuthenticationManagers| Constructor and Description |
|---|
SecurityDomainJndiInjectable() |
| Modifier and Type | Method and Description |
|---|---|
ManagedReference |
getReference()
Get a new managed instance reference.
|
org.jboss.msc.inject.Injector<org.jboss.security.ISecurityManagement> |
getSecurityManagementInjector() |
Object |
invoke(Object proxy,
Method method,
Object[] args)
This is the InvocationHandler callback for the Context interface that was created by our getObjectInstance() method.
|
public ManagedReference getReference()
getReference in interface ManagedReferenceFactorypublic Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke in interface InvocationHandlerThrowablepublic org.jboss.msc.inject.Injector<org.jboss.security.ISecurityManagement> getSecurityManagementInjector()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.