Uses of Class
org.jboss.as.ejb3.security.EJBMethodSecurityAttribute
Packages that use EJBMethodSecurityAttribute
Package
Description
-
Uses of EJBMethodSecurityAttribute in org.jboss.as.ejb3.component
Methods in org.jboss.as.ejb3.component that return types with arguments of type EJBMethodSecurityAttributeModifier and TypeMethodDescriptionEJBComponentDescription.getAnnotationMethodPermissions()EJBComponentDescription.getDescriptorMethodPermissions() -
Uses of EJBMethodSecurityAttribute in org.jboss.as.ejb3.security
Fields in org.jboss.as.ejb3.security declared as EJBMethodSecurityAttributeModifier and TypeFieldDescriptionstatic final EJBMethodSecurityAttributeEJBMethodSecurityAttribute.DENY_ALLstatic final EJBMethodSecurityAttributeEJBMethodSecurityAttribute.NONEstatic final EJBMethodSecurityAttributeEJBMethodSecurityAttribute.PERMIT_ALLMethods in org.jboss.as.ejb3.security that return EJBMethodSecurityAttributeModifier and TypeMethodDescriptionstatic 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 EJBMethodSecurityAttributeModifier and TypeMethodDescriptionprotected 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 EJBMethodSecurityAttributeModifier and TypeMethodDescriptionEJBViewMethodSecurityAttributesService.getSecurityAttributes(Method viewMethod) Returns theEJBMethodSecurityAttributeassociated with the passed view method.Methods in org.jboss.as.ejb3.security.service with parameters of type EJBMethodSecurityAttributeModifier and TypeMethodDescriptionvoidEJBViewMethodSecurityAttributesService.Builder.addMethodSecurityMetadata(Method viewMethod, EJBMethodSecurityAttribute securityAttribute) Constructor parameters in org.jboss.as.ejb3.security.service with type arguments of type EJBMethodSecurityAttributeModifierConstructorDescriptionEJBViewMethodSecurityAttributesService(Map<Method, EJBMethodSecurityAttribute> securityAttributes)