public class SecurityDomainJndiInjectable extends Object implements InvocationHandler, ContextListAndJndiViewManagedReferenceFactory
ManagedReferenceFactory
that returns AuthenticationManager
sDEFAULT_INSTANCE_CLASS_NAME
DEFAULT_JNDI_VIEW_INSTANCE_VALUE
Constructor and Description |
---|
SecurityDomainJndiInjectable() |
Modifier and Type | Method and Description |
---|---|
String |
getInstanceClassName()
Retrieves the reference's object instance class name.
|
String |
getJndiViewInstanceValue()
Retrieves the reference's object instance JNDI View value.
|
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 String getInstanceClassName()
ContextListManagedReferenceFactory
getInstanceClassName
in interface ContextListManagedReferenceFactory
public String getJndiViewInstanceValue()
JndiViewManagedReferenceFactory
getJndiViewInstanceValue
in interface JndiViewManagedReferenceFactory
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 © 2017 JBoss by Red Hat. All rights reserved.