Uses of Class
org.apache.openejb.jee.jba.SecurityIdentity
-
Packages that use SecurityIdentity Package Description org.apache.openejb.jee.jba -
-
Uses of SecurityIdentity in org.apache.openejb.jee.jba
Fields in org.apache.openejb.jee.jba declared as SecurityIdentity Modifier and Type Field Description protected SecurityIdentityEntity. securityIdentityprotected SecurityIdentityMessageDriven. securityIdentityprotected SecurityIdentitySession. securityIdentityMethods in org.apache.openejb.jee.jba that return SecurityIdentity Modifier and Type Method Description SecurityIdentityObjectFactory. createSecurityIdentity()Create an instance ofSecurityIdentitySecurityIdentityEntity. getSecurityIdentity()Gets the value of the securityIdentity property.SecurityIdentityMessageDriven. getSecurityIdentity()Gets the value of the securityIdentity property.SecurityIdentitySession. getSecurityIdentity()Gets the value of the securityIdentity property.Methods in org.apache.openejb.jee.jba with parameters of type SecurityIdentity Modifier and Type Method Description voidEntity. setSecurityIdentity(SecurityIdentity value)Sets the value of the securityIdentity property.voidMessageDriven. setSecurityIdentity(SecurityIdentity value)Sets the value of the securityIdentity property.voidSession. setSecurityIdentity(SecurityIdentity value)Sets the value of the securityIdentity property.
-