public class SecurityDomainJndiInjectable extends Object implements InvocationHandler, ContextListAndJndiViewManagedReferenceFactory
ManagedReferenceFactory that returns AuthenticationManagersDEFAULT_INSTANCE_CLASS_NAMEDEFAULT_JNDI_VIEW_INSTANCE_VALUE| Constructor and Description |
|---|
SecurityDomainJndiInjectable() |
| Modifier and Type | Method and Description |
|---|---|
String |
getInstanceClassName() |
String |
getJndiViewInstanceValue() |
ManagedReference |
getReference()
This method returns a Context proxy that is only able to handle a lookup operation for an atomic name of a security
domain.
|
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()
getInstanceClassName in interface ContextListManagedReferenceFactorypublic String getJndiViewInstanceValue()
getJndiViewInstanceValue in interface JndiViewManagedReferenceFactorypublic 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 © 2021 JBoss by Red Hat. All rights reserved.