Class EJBMethodSecurityAttributesAdaptor
java.lang.Object
org.jboss.as.webservices.security.EJBMethodSecurityAttributesAdaptor
- All Implemented Interfaces:
org.jboss.wsf.spi.security.EJBMethodSecurityAttributeProvider
public class EJBMethodSecurityAttributesAdaptor
extends Object
implements org.jboss.wsf.spi.security.EJBMethodSecurityAttributeProvider
Adaptor of Enterprise Beans 3 EJBViewMethodSecurityAttributesService to JBossWS SPI EJBMethodSecurityAttributeProvider
- Author:
- Alessio Soldano
-
Constructor Summary
ConstructorsConstructorDescriptionEJBMethodSecurityAttributesAdaptor(EJBViewMethodSecurityAttributesService attributeService) -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.wsf.spi.security.EJBMethodSecurityAttributegetSecurityAttributes(Method viewMethod)
-
Constructor Details
-
EJBMethodSecurityAttributesAdaptor
-
-
Method Details
-
getSecurityAttributes
public org.jboss.wsf.spi.security.EJBMethodSecurityAttribute getSecurityAttributes(Method viewMethod) - Specified by:
getSecurityAttributesin interfaceorg.jboss.wsf.spi.security.EJBMethodSecurityAttributeProvider
-