Searched defs:as (Results 1 - 18 of 18) sorted by relevance

/glassfish-3.1.2/connectors/connectors-inbound-runtime/src/main/java/com/sun/enterprise/connectors/inbound/
H A DMessageEndpointFactoryInfo.java19 * Oracle designates this particular file as subject to the "Classpath"
20 * exception as provided by Oracle in the GPL Version 2 section of the License
35 * its licensees as provided above. However, if you add GPL Version 2 code
61 * @param as <code>ActivationSpec</code>
63 MessageEndpointFactoryInfo(MessageEndpointFactory fac, ActivationSpec as) { argument
65 as_ = as;
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/auth/login/common/
H A DLoginException.java19 * Oracle designates this particular file as subject to the "Classpath"
20 * exception as provided by Oracle in the GPL Version 2 section of the License
35 * its licensees as provided above. However, if you add GPL Version 2 code
76 public LoginException(boolean as){ argument
79 status = as;
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/spi/
H A DResourceAdapterImpl.java19 * Oracle designates this particular file as subject to the "Classpath"
20 * exception as provided by Oracle in the GPL Version 2 section of the License
35 * its licensees as provided above. However, if you add GPL Version 2 code
81 //we do not expect RA to be initialized multiple times as this is a System RAR
98 * @param as <code>ActivationSpec</code>
102 public void endpointActivation(MessageEndpointFactory mef, ActivationSpec as) throws NotSupportedException { argument
110 * @param as <code>ActivationSpec</code>
112 public void endpointDeactivation(MessageEndpointFactory mef, ActivationSpec as) { argument
/glassfish-3.1.2/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/
H A DAdminService.java19 * Oracle designates this particular file as subject to the "Classpath"
20 * exception as provided by Oracle in the GPL Version 2 section of the License
35 * its licensees as provided above. However, if you add GPL Version 2 code
75 * same as das
141 Properties as per {@link org.jvnet.hk2.config.types.PropertyBag}
172 public static JmxConnector getSystemJmxConnector(AdminService as) { argument
173 List<JmxConnector> connectors = as.getJmxConnector();
175 if (as.getSystemJmxConnectorName().equals(connector.getName())) {
185 * @param as AdminService implemented by those who implement the interface (outer interface).
186 * @return AuthRealm instance for which the name is same as a
188 getAssociatedAuthRealm(AdminService as) argument
205 usesFileRealm(AdminService as) argument
[all...]
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/core/
H A DAMXProxy.java19 * Oracle designates this particular file as subject to the "Classpath"
20 * exception as provided by Oracle in the GPL Version 2 section of the License
35 * its licensees as provided above. However, if you add GPL Version 2 code
57 Various sub-interfaces offer additional functionality, such as explicit methods for getting
64 private: do not use it as it is subject to change.
102 should declare it as an <code>ObjectName</code>, or for a plurality <code>Items</code>, declaring an <code>ObjectName[]</code>.
142 If currently marked as valid, a trip to the server is made to verify validity.
151 Get all children of a specified type, keyed by the name as found in the ObjectName.
157 The Map is keyed by the name as found in the ObjectName.
186 public <T extends AMXProxy> T as(Clas method in interface:AMXProxy
[all...]
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/admin/cli/
H A DSecureAdminHelperImpl.java19 * Oracle designates this particular file as subject to the "Classpath"
20 * exception as provided by Oracle in the GPL Version 2 section of the License
35 * its licensees as provided above. However, if you add GPL Version 2 code
87 private volatile AdminService as; field in class:SecureAdminHelperImpl
99 * @throws IllegalArgumentException if the cert for the specified alias as fetched from the trust store is not an X509 certificate
153 * The user is not valid, but use the same error as if the user
182 final AuthRealm ar = as.getAssociatedAuthRealm();
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/admin/adapter/
H A DAdminEndpointDecider.java19 * Oracle designates this particular file as subject to the "Classpath"
20 * exception as provided by Oracle in the GPL Version 2 section of the License
35 * its licensees as provided above. However, if you add GPL Version 2 code
149 AdminService as = cfg.getAdminService();
150 if (as == null)
153 setGuiContextRootFromAdminService(as);
157 private void setGuiContextRootFromAdminService(AdminService as) { argument
158 for (Property p : as.getProperty()) {
H A DAdminConsoleAdapter.java19 * Oracle designates this particular file as subject to the "Classpath"
20 * exception as provided by Oracle in the GPL Version 2 section of the License
35 * its licensees as provided above. However, if you add GPL Version 2 code
91 * The general contract of this adapter is as follows:
93 * <li>This adapter is *always* installed as a Grizzly adapter for a particular
94 * URL designated as admin URL in domain.xml. This translates to context-root
103 * available as a <code> system-application </code> and is persisted as
148 volatile AdminService as = null; field in class:AdminConsoleAdapter
262 // as
[all...]
/glassfish-3.1.2/common/container-common/src/main/java/com/sun/enterprise/container/common/
H A DGenericAdminAuthenticator.java19 * Oracle designates this particular file as subject to the "Classpath"
20 * exception as provided by Oracle in the GPL Version 2 section of the License
35 * its licensees as provided above. However, if you add GPL Version 2 code
115 volatile AdminService as; field in class:GenericAdminAuthenticator
151 // Ensure that the admin password is set as required
152 if (as.usesFileRealm()) {
154 AuthRealm ar = as.getAssociatedAuthRealm();
175 /** Ensures that authentication and authorization works as specified in class documentation.
191 /** Ensures that authentication and authorization works as specified in class documentation.
198 * @param requestPrincipal Principal, typically as reporte
[all...]
/glassfish-3.1.2/admin/rest/src/main/java/org/glassfish/admin/rest/adapter/
H A DRestAdapter.java17 * GPL Classpath Exception: Oracle designates this particular file as subject to
18 * the "Classpath" exception as provided by Oracle in the GPL Version 2 section
31 * its licensees as provided above. However, if you add GPL Version 2 code and
84 protected volatile AdminService as = null; field in class:RestAdapter
190 * @return Access as determined by authentication process.
192 * else the access is as returned by admin authenticator
271 * Checks whether this adapter has been registered as a network endpoint.
279 * Marks this adapter as having been registered or unregistered as a
/glassfish-3.1.2/jms/jms-core/src/main/java/com/sun/enterprise/connectors/jms/util/
H A DJmsRaUtil.java19 * Oracle designates this particular file as subject to the "Classpath"
20 * exception as provided by Oracle in the GPL Version 2 section of the License
35 * its licensees as provided above. However, if you add GPL Version 2 code
175 // check to see if the server exists as a sanity check.
453 public static String getJMSPropertyValue(Server as){ argument
455 SystemProperty sp = as.getSystemProperty("JMS_PROVIDER_PORT");
458 Config config = as.getConfig();
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/cli/
H A DLDAPAdminAccessConfigurator.java19 * Oracle designates this particular file as subject to the "Classpath"
20 * exception as provided by Oracle in the GPL Version 2 section of the License
35 * its licensees as provided above. However, if you add GPL Version 2 code
213 private void configureAdminService(AdminService as) throws PropertyVetoException, TransactionFailure { argument
216 public Object run(AdminService as) {
218 as.setAuthRealmName(FIXED_ADMIN_REALM_NAME); //just in case ...
219 return as;
226 ConfigSupport.apply(scc, as);
296 p.setValue(ldapGroupName +"->asadmin"); //appears as gfdomain1->asadmin in domain.xml
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/admin/
H A DAdminAdapter.java19 * Oracle designates this particular file as subject to the "Classpath"
20 * exception as provided by Oracle in the GPL Version 2 section of the License
35 * its licensees as provided above. However, if you add GPL Version 2 code
140 volatile AdminService as = null; field in class:AdminAdapter
228 * stream will be written as content type text/something and
230 * content - such as files to be downloaded, for example - then the
268 return authenticator.loginAsAdmin(user, password, as.getAuthRealmName(),
289 * and password as the two elements. If any error occurs or if the header does not exist, returns an array with
587 * Checks whether this adapter has been registered as a network endpoint.
595 * Marks this adapter as havin
[all...]
/glassfish-3.1.2/jms/jms-core/src/main/java/com/sun/enterprise/connectors/jms/system/
H A DMQAddressList.java19 * Oracle designates this particular file as subject to the "Classpath"
20 * exception as provided by Oracle in the GPL Version 2 section of the License
35 * its licensees as provided above. However, if you add GPL Version 2 code
95 //use the server instance this is being run in as the target
170 public String getNodeHostName(final Server as) throws Exception{ argument
171 String nodeRef = as.getNodeRef();
183 //instance is co-located on same machine as DAS. Hence read host name from system property
307 If not, use the first configured server in the cluster list as the master broker
329 throw new RuntimeException("No JMS hosts available to select as Master");
458 for (final Server as
625 getResolvedJmsHost(Server as) argument
[all...]
H A DActiveJmsResourceAdapter.java19 * Oracle designates this particular file as subject to the "Classpath"
20 * exception as provided by Oracle in the GPL Version 2 section of the License
35 * its licensees as provided above. However, if you add GPL Version 2 code
422 //Overriding ActiveResourceAdapterImpl.setup() as a work around for
457 AvailabilityService as = server.getConfig().getAvailabilityService();
458 if (as == null) {
464 if(as != null && as.getJmsAvailability() != null && ! MASTERBROKER.equalsIgnoreCase(as.getJmsAvailability().getConfigStoreType()))
468 boolean isJmsAvailabilityEnabled = this.isJMSAvailabilityOn(as);
765 isJMSAvailabilityOn(AvailabilityService as) argument
[all...]
/glassfish-3.1.2/security/ejb.security/src/main/java/com/sun/enterprise/iiop/security/
H A DSecurityMechanismSelector.java19 * Oracle designates this particular file as subject to the "Classpath"
20 * exception as provided by Oracle in the GPL Version 2 section of the License
35 * its licensees as provided above. However, if you add GPL Version 2 code
634 if (ctx.authcls == null){ // run as mode cannot send password
637 "Cannot propagate username/password required by target when using run as identity");
831 // determining if run-as has been used
841 _logger.log(Level.FINE, "no private credential run as mode");
1045 private boolean isMechanismSupportedAS(AS_ContextSec as) { argument
1046 byte[] mechanism = as.client_authentication_mech;
1339 * Conformance checking is done as follow
[all...]
/glassfish-3.1.2/admin/config-api/src/main/java/org/glassfish/config/support/
H A DDefaultConfigUpgrade.java19 * Oracle designates this particular file as subject to the "Classpath"
20 * exception as provided by Oracle in the GPL Version 2 section of the License
35 * its licensees as provided above. However, if you add GPL Version 2 code
79 * TODO: Replace using a simpler, more maintainable approach such as HK2 DOM objects, or having
669 private void createJmxConnector(AdminService as) throws PropertyVetoException { argument
674 JmxConnector jc = as.createChild(JmxConnector.class);
675 as.getJmxConnector().add(jc);
714 private void createAdminServiceProperty(AdminService as) throws PropertyVetoException { argument
719 Property p = as.createChild(Property.class);
720 as
1497 createWebContainerAvailability(AvailabilityService as) argument
1531 createEjbContainerAvailability(AvailabilityService as) argument
1563 createJmsAvailability(AvailabilityService as) argument
[all...]
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/core/proxy/
H A DAMXProxyHandler.java19 * Oracle designates this particular file as subject to the "Classpath"
20 * exception as provided by Oracle in the GPL Version 2 section of the License
35 * its licensees as provided above. However, if you add GPL Version 2 code
80 public <T extends AMXProxy> T as(final Class<T> intf) method in class:AMXProxyHandler
309 private static final String METHOD_AS = "as";
466 result = as((Class) arg);
945 // name as found in the ObjectName
1163 child = c.as(intf);

Completed in 99 milliseconds