Uses of Class
org.jboss.as.ejb3.security.EjbJaccConfig
-
Packages that use EjbJaccConfig Package Description org.jboss.as.ejb3.deployment org.jboss.as.ejb3.security -
-
Uses of EjbJaccConfig in org.jboss.as.ejb3.deployment
Fields in org.jboss.as.ejb3.deployment with type parameters of type EjbJaccConfig Modifier and Type Field Description static 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 EjbJaccConfig Modifier and Type Method Description protected 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 EjbJaccConfig Modifier and Type Method Description protected 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 EjbJaccConfig 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)Method parameters in org.jboss.as.ejb3.security with type arguments of type EjbJaccConfig Modifier and Type Method Description voidEjbJaccService. createPermissions(org.jboss.as.server.deployment.AttachmentList<EjbJaccConfig> metaData, javax.security.jacc.PolicyConfiguration policyConfiguration)Constructor parameters in org.jboss.as.ejb3.security with type arguments of type EjbJaccConfig Constructor Description EjbJaccService(String contextId, org.jboss.as.server.deployment.AttachmentList<EjbJaccConfig> metaData, Boolean standalone)
-