Class EJBDefaultSecurityDomainProcessor

java.lang.Object
org.jboss.as.ejb3.deployment.processors.EJBDefaultSecurityDomainProcessor
All Implemented Interfaces:
BooleanSupplier, Function<String,ApplicationSecurityDomainConfig>, org.jboss.as.server.deployment.DeploymentUnitProcessor

public class EJBDefaultSecurityDomainProcessor extends Object implements org.jboss.as.server.deployment.DeploymentUnitProcessor, Function<String,ApplicationSecurityDomainConfig>, BooleanSupplier
A DeploymentUnitProcessor which looks for EJBComponentDescriptions in the deployment unit and sets the default security domain name, that's configured at the Jakarta Enterprise Beans subsystem level, to each of the Jakarta Enterprise Beans component descriptions.
Author:
Jaikiran Pai