Uses of Class
org.jboss.as.ejb3.security.EJBMethodSecurityAttribute
-
Packages that use EJBMethodSecurityAttribute Package Description org.jboss.as.ejb3.component org.jboss.as.ejb3.security org.jboss.as.ejb3.security.service -
-
Uses of EJBMethodSecurityAttribute in org.jboss.as.ejb3.component
Methods in org.jboss.as.ejb3.component that return types with arguments of type EJBMethodSecurityAttribute Modifier and Type Method Description ApplicableMethodInformation<EJBMethodSecurityAttribute>EJBComponentDescription. getAnnotationMethodPermissions()ApplicableMethodInformation<EJBMethodSecurityAttribute>EJBComponentDescription. getDescriptorMethodPermissions() -
Uses of EJBMethodSecurityAttribute in org.jboss.as.ejb3.security
Fields in org.jboss.as.ejb3.security declared as EJBMethodSecurityAttribute Modifier and Type Field Description static EJBMethodSecurityAttributeEJBMethodSecurityAttribute. DENY_ALLstatic EJBMethodSecurityAttributeEJBMethodSecurityAttribute. NONEstatic EJBMethodSecurityAttributeEJBMethodSecurityAttribute. PERMIT_ALLMethods in org.jboss.as.ejb3.security that return EJBMethodSecurityAttribute Modifier and Type Method Description static EJBMethodSecurityAttributeEJBMethodSecurityAttribute. denyAll()static EJBMethodSecurityAttributeEJBMethodSecurityAttribute. none()static EJBMethodSecurityAttributeEJBMethodSecurityAttribute. permitAll()static EJBMethodSecurityAttributeEJBMethodSecurityAttribute. rolesAllowed(Set<String> roles)Method parameters in org.jboss.as.ejb3.security with type arguments of type EJBMethodSecurityAttribute Modifier and Type Method Description protected booleanEjbJaccConfigurator. createPermissions(EjbJaccConfig ejbJaccConfig, EJBComponentDescription description, EJBViewConfiguration ejbViewConfiguration, Method viewMethod, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex index, ApplicableMethodInformation<EJBMethodSecurityAttribute> permissions) -
Uses of EJBMethodSecurityAttribute in org.jboss.as.ejb3.security.service
Methods in org.jboss.as.ejb3.security.service that return EJBMethodSecurityAttribute Modifier and Type Method Description EJBMethodSecurityAttributeEJBViewMethodSecurityAttributesService. getSecurityAttributes(Method viewMethod)Returns theEJBMethodSecurityAttributeassociated with the passed view method.Methods in org.jboss.as.ejb3.security.service with parameters of type EJBMethodSecurityAttribute Modifier and Type Method Description voidEJBViewMethodSecurityAttributesService.Builder. addMethodSecurityMetadata(Method viewMethod, EJBMethodSecurityAttribute securityAttribute)Constructor parameters in org.jboss.as.ejb3.security.service with type arguments of type EJBMethodSecurityAttribute Constructor Description EJBViewMethodSecurityAttributesService(Map<Method,EJBMethodSecurityAttribute> securityAttributes)
-