Class SecuredServiceRegistry
java.lang.Object
org.jboss.msc.service.DelegatingServiceRegistry
org.jboss.as.server.deployment.service.SecuredServiceRegistry
- All Implemented Interfaces:
org.jboss.msc.service.ServiceRegistry
public final class SecuredServiceRegistry
extends org.jboss.msc.service.DelegatingServiceRegistry
A
ServerPermission is needed to use
SecuredServiceRegistry, i.e. invoke its methods.
The name of the permission is "useServiceRegistry."- Author:
- Stuart Douglas, Richard Opalka
-
Method Summary
Methods inherited from class org.jboss.msc.service.DelegatingServiceRegistry
getRequiredService, getService, getServiceNames
-
Method Details
-
getDelegate
protected org.jboss.msc.service.ServiceRegistry getDelegate()- Overrides:
getDelegatein classorg.jboss.msc.service.DelegatingServiceRegistry
-