Uses of Class
com.sun.enterprise.deployment.RunAsIdentityDescriptor
-
-
Uses of RunAsIdentityDescriptor in com.sun.enterprise.deployment
Methods in com.sun.enterprise.deployment that return RunAsIdentityDescriptor Modifier and Type Method Description RunAsIdentityDescriptorEjbDescriptor. getRunAsIdentity()abstract RunAsIdentityDescriptorWebComponentDescriptor. getRunAsIdentity()Methods in com.sun.enterprise.deployment with parameters of type RunAsIdentityDescriptor Modifier and Type Method Description voidEjbDescriptor. setRunAsIdentity(RunAsIdentityDescriptor desc)abstract voidWebComponentDescriptor. setRunAsIdentity(RunAsIdentityDescriptor runAs) -
Uses of RunAsIdentityDescriptor in com.sun.enterprise.deployment.node
Methods in com.sun.enterprise.deployment.node that return RunAsIdentityDescriptor Modifier and Type Method Description RunAsIdentityDescriptorRunAsNode. getDescriptor()Methods in com.sun.enterprise.deployment.node with parameters of type RunAsIdentityDescriptor Modifier and Type Method Description NodeRunAsNode. writeDescriptor(Node parent, String nodeName, RunAsIdentityDescriptor descriptor) -
Uses of RunAsIdentityDescriptor in com.sun.enterprise.deployment.util
Methods in com.sun.enterprise.deployment.util with parameters of type RunAsIdentityDescriptor Modifier and Type Method Description protected voidComponentValidator. computeRunAsPrincipalDefault(RunAsIdentityDescriptor runAs, Application application)Set a default RunAs principal to given RunAsIdentityDescriptor if necessary. -
Uses of RunAsIdentityDescriptor in org.glassfish.ejb.deployment.descriptor
Fields in org.glassfish.ejb.deployment.descriptor declared as RunAsIdentityDescriptor Modifier and Type Field Description protected RunAsIdentityDescriptorEjbDescriptor. runAsIdentityMethods in org.glassfish.ejb.deployment.descriptor that return RunAsIdentityDescriptor Modifier and Type Method Description RunAsIdentityDescriptorEjbDescriptor. getRunAsIdentity()Methods in org.glassfish.ejb.deployment.descriptor with parameters of type RunAsIdentityDescriptor Modifier and Type Method Description voidEjbDescriptor. setRunAsIdentity(RunAsIdentityDescriptor desc) -
Uses of RunAsIdentityDescriptor in org.glassfish.web.deployment.descriptor
Methods in org.glassfish.web.deployment.descriptor that return RunAsIdentityDescriptor Modifier and Type Method Description RunAsIdentityDescriptorWebComponentDescriptorImpl. getRunAsIdentity()Gets the run-as of the referee EJB.Methods in org.glassfish.web.deployment.descriptor with parameters of type RunAsIdentityDescriptor Modifier and Type Method Description voidWebComponentDescriptorImpl. setRunAsIdentity(RunAsIdentityDescriptor runAs)Sets the run-as of the referee EJB.
-