org.jboss.wsf.spi.deployment
Interface SecurityHandler


public interface SecurityHandler


Method Summary
 void addSecurityDomain(org.dom4j.Element jbossWeb, Deployment dep)
          Add the security domain to jboss-web.xml
 void addSecurityRoles(org.dom4j.Element webApp, Deployment dep)
          Add the security roles to web.xml
 

Method Detail

addSecurityDomain

void addSecurityDomain(org.dom4j.Element jbossWeb,
                       Deployment dep)
Add the security domain to jboss-web.xml


addSecurityRoles

void addSecurityRoles(org.dom4j.Element webApp,
                      Deployment dep)
Add the security roles to web.xml



Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.