Uses of Class
com.sun.enterprise.deployment.ResourcePrincipal
-
-
Uses of ResourcePrincipal in com.sun.enterprise.connectors
Fields in com.sun.enterprise.connectors declared as ResourcePrincipal Modifier and Type Field Description protected ResourcePrincipalConnectionManagerImpl. defaultPrinMethods in com.sun.enterprise.connectors that return ResourcePrincipal Modifier and Type Method Description ResourcePrincipalPoolMetaData. getResourcePrincipal()Methods in com.sun.enterprise.connectors with parameters of type ResourcePrincipal Modifier and Type Method Description protected ObjectConnectionManagerImpl. internalGetConnection(jakarta.resource.spi.ManagedConnectionFactory mcf, ResourcePrincipal prin, jakarta.resource.spi.ConnectionRequestInfo cxRequestInfo, boolean shareable, String jndiNameToUse, Object conn, boolean isUnknownAuth)Constructors in com.sun.enterprise.connectors with parameters of type ResourcePrincipal Constructor Description PoolMetaData(PoolInfo poolInfo, jakarta.resource.spi.ManagedConnectionFactory mcf, Subject s, int txSupport, ResourcePrincipal prin, boolean isPM, boolean isNonTx, boolean lazyEnlistable, RuntimeSecurityMap runtimeSecurityMap, boolean lazyAssoc) -
Uses of ResourcePrincipal in com.sun.enterprise.connectors.service
Methods in com.sun.enterprise.connectors.service that return ResourcePrincipal Modifier and Type Method Description static ResourcePrincipalConnectorAdminServiceUtils. getDefaultResourcePrincipal(PoolInfo poolInfo)Methods in com.sun.enterprise.connectors.service with parameters of type ResourcePrincipal Modifier and Type Method Description protected SubjectConnectorConnectionPoolAdminServiceImpl. getDefaultSubject(PoolInfo poolInfo, jakarta.resource.spi.ManagedConnectionFactory mcf, ResourcePrincipal prin)Utility method that is used to get the default subject for the specified mcf and resource principal.ObjectConnectorConnectionPoolAdminServiceImpl. getUnpooledConnection(PoolInfo poolInfo, ResourcePrincipal principal, boolean returnConnectionHandle)This method is used to provide backend functionality for the ping-connection-pool asadmin command. -
Uses of ResourcePrincipal in com.sun.enterprise.connectors.util
Methods in com.sun.enterprise.connectors.util with parameters of type ResourcePrincipal Modifier and Type Method Description static SubjectConnectionPoolObjectsUtils. createSubject(jakarta.resource.spi.ManagedConnectionFactory mcf, ResourcePrincipal prin) -
Uses of ResourcePrincipal in com.sun.enterprise.deployment
Methods in com.sun.enterprise.deployment that return ResourcePrincipal Modifier and Type Method Description ResourcePrincipalResourceReferenceDescriptor. getResourcePrincipal()Return the identity used to authorize this resource.Methods in com.sun.enterprise.deployment with parameters of type ResourcePrincipal Modifier and Type Method Description voidResourceReferenceDescriptor. setResourcePrincipal(ResourcePrincipal resourcePrincipal)Sets the identity used to authorize this resource. -
Uses of ResourcePrincipal in com.sun.enterprise.deployment.node.runtime
Methods in com.sun.enterprise.deployment.node.runtime with parameters of type ResourcePrincipal Modifier and Type Method Description NodeDefaultResourcePrincipalNode. writeDescriptor(Node parent, String nodeName, ResourcePrincipal rpDescriptor)write the descriptor class to a DOM tree and return it -
Uses of ResourcePrincipal in com.sun.enterprise.resource
Methods in com.sun.enterprise.resource that return ResourcePrincipal Modifier and Type Method Description ResourcePrincipalClientSecurityInfo. getPrincipal()Constructors in com.sun.enterprise.resource with parameters of type ResourcePrincipal Constructor Description ClientSecurityInfo(ResourcePrincipal prin) -
Uses of ResourcePrincipal in org.glassfish.ejb.deployment.descriptor.runtime
Methods in org.glassfish.ejb.deployment.descriptor.runtime that return ResourcePrincipal Modifier and Type Method Description ResourcePrincipalMdbConnectionFactoryDescriptor. getDefaultResourcePrincipal()Getter for property defaultResourcePrincipal.Methods in org.glassfish.ejb.deployment.descriptor.runtime with parameters of type ResourcePrincipal Modifier and Type Method Description voidMdbConnectionFactoryDescriptor. setDefaultResourcePrincipal(ResourcePrincipal defaultResourcePrincipal)Setter for property defaultResourcePrincipal.
-