Uses of Class
org.jboss.ejb3.metamodel.SecurityIdentity

Packages that use SecurityIdentity
org.jboss.ejb3.metamodel   
 

Uses of SecurityIdentity in org.jboss.ejb3.metamodel
 

Methods in org.jboss.ejb3.metamodel that return SecurityIdentity
 SecurityIdentity EnterpriseBean.getSecurityIdentity()
           
 

Methods in org.jboss.ejb3.metamodel with parameters of type SecurityIdentity
 void EjbJarDDObjectFactory.addChild(SecurityIdentity parent, RunAs runAs, org.jboss.xb.binding.UnmarshallingContext navigator, String namespaceURI, String localName)
           
 void EjbJarDDObjectFactory.addChild(SessionEnterpriseBean parent, SecurityIdentity si, org.jboss.xb.binding.UnmarshallingContext navigator, String namespaceURI, String localName)
           
 Object EjbJarDDObjectFactory.newChild(SecurityIdentity parent, org.jboss.xb.binding.UnmarshallingContext navigator, String namespaceURI, String localName, Attributes attrs)
          Called when parsing of a new element started.
 void EnterpriseBean.setSecurityIdentity(SecurityIdentity securityIdentity)
           
 void EjbJarDDObjectFactory.setValue(SecurityIdentity si, org.jboss.xb.binding.UnmarshallingContext navigator, String namespaceURI, String localName, String value)
          Called when a child element with simple content is read for DD.
 



Copyright © 2009 JBoss Inc.. All Rights Reserved.