Searched defs:helper (Results 1 - 25 of 41) sorted by relevance

12

/glassfish-3.1.2/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/helper/
H A DJASPICLogManager.java42 package com.sun.jaspic.config.helper;
H A DEpochCarrier.java42 package com.sun.jaspic.config.helper;
H A DClientAuthConfigHelper.java41 package com.sun.jaspic.config.helper;
H A DServerAuthConfigHelper.java41 package com.sun.jaspic.config.helper;
/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/helper/
H A DRefHelperTest.java41 package org.glassfish.admin.amxtest.helper;
50 import com.sun.appserv.management.helper.RefHelper;
/glassfish-3.1.2/cluster/admin/src/main/java/com/sun/enterprise/v3/admin/cluster/
H A DDeleteNodeConfigCommand.java83 private RemoteInstanceCommandHelper helper; field in class:DeleteNodeConfigCommand
87 helper = new RemoteInstanceCommandHelper(habitat);
H A DListClustersCommand.java88 private RemoteInstanceCommandHelper helper; field in class:ListClustersCommand
103 helper = new RemoteInstanceCommandHelper(habitat);
158 habitat, server, helper.getAdminPort(server), server.getAdminHost(),
H A DRestartInstanceCommand.java73 helper = new RemoteInstanceCommandHelper(habitat);
115 instance = helper.getServer(instanceName);
128 port = helper.getAdminPort(instance);
306 private RemoteInstanceCommandHelper helper; field in class:RestartInstanceCommand
H A DStopInstanceCommand.java123 private RemoteInstanceCommandHelper helper; field in class:StopInstanceCommand
179 dasPort = helper.getAdminPort(SystemPropertyConstants.DAS_SERVER_NAME);
243 helper = new RemoteInstanceCommandHelper(habitat);
250 instance = helper.getServer(instanceName);
272 int port = helper.getAdminPort(instance);
/glassfish-3.1.2/persistence/cmp/support-ejb/src/main/java/com/sun/jdo/spi/persistence/support/ejb/ejbc/
H A DCMPProcessor.java71 private Java2DBProcessorHelper helper = null; field in class:CMPProcessor
97 helper = new Java2DBProcessorHelper(ctx);
98 helper.init();
101 helper.setProcessorType("CMP", bundle.getName()); // NOI18N
102 helper.setJndiName(resourceName, bundle.getName());
107 boolean createTables = helper.getCreateTables(userCreateTables);
121 helper.setCreateTablesValue(userCreateTables, bundle.getName());
122 helper.setDropTablesValue(userDropTables, bundle.getName());
127 helper.getCreateJdbcFileName(bundle.getName()),
128 helper
[all...]
H A DPersistenceManagerServiceImpl.java71 private static final Class helper = forceInit(SunContainerHelper.class); field in class:PersistenceManagerServiceImpl
/glassfish-3.1.2/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/
H A DSecureAdminInternalUser.java109 private SecureAdminHelper helper; field in class:SecureAdminInternalUser.CrDecorator
115 helper.validateInternalUsernameAndPasswordAlias(
H A DSecureAdminPrincipal.java99 private SecureAdminHelper helper; field in class:SecureAdminPrincipal.CrDecorator
112 * helper to return the DN for that alias (or the DN if that's
115 instance.setDn(helper.getDN(value, isAlias));
155 private SecureAdminHelper helper; field in class:SecureAdminPrincipal.Resolver
165 value = helper.getDN(value, isAlias);
/glassfish-3.1.2/load-balancer/admin/src/main/java/org/glassfish/loadbalancer/admin/cli/helper/
H A DLbConfigHelper.java41 package org.glassfish.loadbalancer.admin.cli.helper;
/glassfish-3.1.2/security/webservices.security/src/main/java/com/sun/enterprise/security/webservices/
H A DClientSecurityPipe.java63 import com.sun.xml.ws.api.pipe.helper.AbstractFilterPipeImpl;
77 protected PipeHelper helper; field in class:ClientSecurityPipe
97 this.helper = new PipeHelper(PipeConstants.SOAP_LAYER,props,null);
103 this.helper = that.helper;
113 ClientAuthContext cAC = helper.getClientAuthContext(info, subj);
120 helper.disable();
131 return helper;
147 helper.getProperty(PipeConstants.WSDL_SERVICE));
157 cAC = helper
[all...]
H A DClientSecurityTube.java45 import com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl;
68 import com.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImpl;
79 protected PipeHelper helper; field in class:ClientSecurityTube
102 this.helper = new PipeHelper(PipeConstants.SOAP_LAYER,props,null);
108 this.helper = that.helper;
118 ClientAuthContext cAC = helper.getClientAuthContext(info, subj);
125 helper.disable();
143 helper.getProperty(PipeConstants.WSDL_SERVICE));
147 cAC = helper
[all...]
H A DCommonServerSecurityPipe.java68 import com.sun.xml.ws.api.pipe.helper.AbstractFilterPipeImpl;
85 private PipeHelper helper; field in class:CommonServerSecurityPipe
94 this.helper = new PipeHelper(PipeConstants.SOAP_LAYER,props,null);
102 // we can share the helper for all pipes so that the remove
104 this.helper = that.helper;
112 helper.disable();
117 ServerAuthContext sAC = helper.getServerAuthContext(info, subj);
149 response = helper.makeFaultResponse(response,e);
165 helper
[all...]
H A DCommonServerSecurityTube.java44 import com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl;
67 import com.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImpl;
80 private PipeHelper helper; field in class:CommonServerSecurityTube
91 this.helper = new PipeHelper(PipeConstants.SOAP_LAYER,props,null);
100 // we can share the helper for all pipes so that the remove
102 this.helper = that.helper;
110 helper.disable();
131 sAC = helper.getServerAuthContext(info, serverSubject);
145 new Object[]{helper
[all...]
/glassfish-3.1.2/admin/cli/src/main/java/com/sun/enterprise/admin/cli/
H A DStartDomainCommand.java88 private StartServerHelper helper; field in class:StartDomainCommand
106 // createLauncher needs to go before the helper is created!!
110 helper = new StartServerHelper(
118 if (helper.prepareForLaunch() == false)
174 helper.waitForServer();
175 helper.report();
/glassfish-3.1.2/cluster/cli/src/main/java/com/sun/enterprise/admin/cli/cluster/
H A DStartLocalInstanceCommand.java85 private StartServerHelper helper; field in class:StartLocalInstanceCommand
134 // createLauncher needs to go before the helper is created!!
138 helper = new StartServerHelper(
146 if(!helper.prepareForLaunch())
190 helper.waitForServer();
191 helper.report();
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/appserv/web/cache/filter/
H A DCachingFilter.java71 // associated cache and the helper
73 CacheHelper helper; field in class:CachingFilter
101 this.helper = manager.getCacheHelperByFilterName(filterName);
125 * - First check if this HTTP method permits caching (using helper)
127 * - Otherwise, get the key based on the request (using helper).
149 if (isEnabled && helper.isCacheable((HttpServletRequest)request) &&
150 (key = helper.getCacheKey(request)) != null) {
164 if (!helper.isRefreshNeeded(request)) {
216 int timeout = helper.getTimeout(request);
/glassfish-3.1.2/appclient/server/core/src/main/java/org/glassfish/appclient/server/core/
H A DAppClientGroupFacadeGenerator.java104 private AppClientDeployerHelper helper; field in class:AppClientGroupFacadeGenerator
111 void run(final AppClientDeployerHelper helper) { argument
112 dc = helper.dc();
113 this.helper = helper;
252 helper.earLevelDownloads().add(download);
253 // downloadableArtifacts.addArtifacts(helper.groupFacadeUserURI(dc).toASCIIString(), downloads);
H A DAppClientServerApplication.java95 private AppClientDeployerHelper helper; field in class:AppClientServerApplication
105 final AppClientDeployerHelper helper) {
107 this.helper = helper;
111 acDesc = helper.appClientDesc();
127 public AppClientDeployerHelper helper() { method in class:AppClientServerApplication
128 return helper;
104 init(final DeploymentContext dc, final AppClientDeployerHelper helper) argument
/glassfish-3.1.2/appclient/server/core/src/main/java/org/glassfish/appclient/server/core/jws/
H A DXPathToDeveloperProvidedContentRefs.java166 final AppClientDeployerHelper helper,
187 final AppClientDeployerHelper helper,
212 final ApplicationSignedJARManager signedJARManager = helper.signedJARManager();
213 if (signedJARManager == null && helper instanceof NestedAppClientDeployerHelper) {
219 } else if (helper instanceof StandaloneAppClientDeployerHelper) {
247 final AppClientDeployerHelper helper,
164 addToContentIfInApp( DeveloperContentHandler dch, final AppClientDeployerHelper helper, String referringDocument, URI codebase, String pathToContent, ClassLoader loader, Map<String, StaticContent> staticContent, Map<String, DynamicContent> dynamicContent, final URI appRootURI, final ReadableArchive appClientArchive) argument
185 addToContentIfInApp( final DeveloperContentHandler dch, final AppClientDeployerHelper helper, final String referringDocument, final URI codebase, final String pathToContent, final ClassLoader loader, final Map<String,StaticContent> staticContent, final Map<String,DynamicContent> dynamicContent, final URI appRootURI, final ReadableArchive appClientArchive) argument
245 addToContentIfInApp( final DeveloperContentHandler dch, final AppClientDeployerHelper helper, final String referringDocument, final URI codebase, final String pathToContent, final ClassLoader loader, final Map<String,StaticContent> staticContent, final Map<String,DynamicContent> dynamicContent, final URI appRootURI, final ReadableArchive appClientArchive) argument
/glassfish-3.1.2/jbi/serviceengine/sun-javaee-engine/src/main/java/com/sun/enterprise/jbi/serviceengine/bridge/
H A DEndpointHelper.java78 private static EndpointHelper helper = new EndpointHelper(); field in class:EndpointHelper
99 return helper;

Completed in 84 milliseconds

12