Uses of Class
org.apache.openejb.jee.was.v6.common.SecurityIdentity
-
Packages that use SecurityIdentity Package Description org.apache.openejb.jee.was.v6.common Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.openejb.jee.was.v6.ejb Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of SecurityIdentity in org.apache.openejb.jee.was.v6.common
Subclasses of SecurityIdentity in org.apache.openejb.jee.was.v6.common Modifier and Type Class Description classRunAsSpecifiedIdentityThe security-identity element specifies whether the caller's security identity is to be used for the execution of the methods of the enterprise bean or whether a specific run-as identity is to be used.classUseCallerIdentityThe use-caller-identity element specifies that the caller's security identity be used as the security identity for the execution of the enterprise bean's methods.Methods in org.apache.openejb.jee.was.v6.common that return SecurityIdentity Modifier and Type Method Description SecurityIdentityObjectFactory. createSecurityIdentity()Create an instance ofSecurityIdentityMethods in org.apache.openejb.jee.was.v6.common that return types with arguments of type SecurityIdentity Modifier and Type Method Description jakarta.xml.bind.JAXBElement<SecurityIdentity>ObjectFactory. createSecurityIdentity(SecurityIdentity value)Methods in org.apache.openejb.jee.was.v6.common with parameters of type SecurityIdentity Modifier and Type Method Description jakarta.xml.bind.JAXBElement<SecurityIdentity>ObjectFactory. createSecurityIdentity(SecurityIdentity value) -
Uses of SecurityIdentity in org.apache.openejb.jee.was.v6.ejb
Fields in org.apache.openejb.jee.was.v6.ejb with type parameters of type SecurityIdentity Modifier and Type Field Description protected List<SecurityIdentity>EnterpriseBean. securityIdentitiesMethods in org.apache.openejb.jee.was.v6.ejb that return types with arguments of type SecurityIdentity Modifier and Type Method Description List<SecurityIdentity>EnterpriseBean. getSecurityIdentities()Gets the value of the securityIdentities property.
-