Uses of Class
org.jboss.as.ejb3.security.EjbJaccConfig
Packages that use EjbJaccConfig
-
Uses of EjbJaccConfig in org.jboss.as.ejb3.deployment
Fields in org.jboss.as.ejb3.deployment with type parameters of type EjbJaccConfigModifier and TypeFieldDescriptionstatic final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<EjbJaccConfig>>EjbDeploymentAttachmentKeys.JACC_PERMISSIONSMethods in org.jboss.as.ejb3.deployment that return types with arguments of type EjbJaccConfigModifier and TypeMethodDescriptionprotected JaccService<org.jboss.as.server.deployment.AttachmentList<EjbJaccConfig>>EjbSecurityDeployer.createService(String contextId, org.jboss.as.server.deployment.AttachmentList<EjbJaccConfig> metaData, Boolean standalone) protected org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<EjbJaccConfig>>EjbSecurityDeployer.getMetaDataType()Method parameters in org.jboss.as.ejb3.deployment with type arguments of type EjbJaccConfigModifier and TypeMethodDescriptionprotected JaccService<org.jboss.as.server.deployment.AttachmentList<EjbJaccConfig>>EjbSecurityDeployer.createService(String contextId, org.jboss.as.server.deployment.AttachmentList<EjbJaccConfig> metaData, Boolean standalone) -
Uses of EjbJaccConfig in org.jboss.as.ejb3.security
Methods in org.jboss.as.ejb3.security with parameters of type EjbJaccConfigModifier and TypeMethodDescriptionprotected booleanEjbJaccConfigurator.createPermissions(EjbJaccConfig ejbJaccConfig, EJBComponentDescription description, EJBViewConfiguration ejbViewConfiguration, Method viewMethod, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex index, ApplicableMethodInformation<EJBMethodSecurityAttribute> permissions) Method parameters in org.jboss.as.ejb3.security with type arguments of type EjbJaccConfigModifier and TypeMethodDescriptionvoidEjbJaccService.createPermissions(org.jboss.as.server.deployment.AttachmentList<EjbJaccConfig> metaData, jakarta.security.jacc.PolicyConfiguration policyConfiguration) Constructor parameters in org.jboss.as.ejb3.security with type arguments of type EjbJaccConfigModifierConstructorDescriptionEjbJaccService(String contextId, org.jboss.as.server.deployment.AttachmentList<EjbJaccConfig> metaData, Boolean standalone)