public class SecurityDomainJndiInjectable extends Object implements InvocationHandler, ManagedReferenceFactory
ManagedReferenceFactory
that returns AuthenticationManager
sConstructor 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 ManagedReferenceFactory
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke
in interface InvocationHandler
Throwable
public org.jboss.msc.inject.Injector<org.jboss.security.ISecurityManagement> getSecurityManagementInjector()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.