Searched defs:ci (Results 1 - 6 of 6) sorted by relevance

/glassfish-3.1.2/extras/upgrade/upgrade-jar/src/main/java/com/sun/enterprise/tools/upgrade/common/
H A DDomainsProcessor.java63 public DomainsProcessor(CommonInfoModel ci) { argument
64 this.commonInfo = ci;
/glassfish-3.1.2/cluster/admin/src/main/java/com/sun/enterprise/v3/admin/cluster/
H A DCommandRunnable.java63 CommandInvocation ci = null; field in class:CommandRunnable
73 * @param ci A CommandInvocation containing the command you want
83 public CommandRunnable(CommandInvocation ci, ActionReport report, argument
87 this.ci = ci;
92 ci.execute();
123 return ci;
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/
H A DOutboundResourceAdapter.java517 public static String getCredentialInterfaceName(AuthenticationMechanism.CredentialInterface ci) { argument
518 if (ci.equals(AuthenticationMechanism.CredentialInterface.GenericCredential)) {
520 } else if (ci.equals(AuthenticationMechanism.CredentialInterface.GSSCredential)) {
522 } else if (ci.equals(AuthenticationMechanism.CredentialInterface.PasswordCredential)) {
525 throw new RuntimeException("Invalid credential interface : " + ci);
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/
H A DContainer.java269 void doAfterBegin(ComponentInvocation ci); argument
/glassfish-3.1.2/security/ejb.security/src/main/java/com/sun/enterprise/iiop/security/
H A DSecurityMechanismSelector.java484 ComponentInvocation ci = null;
486 ci = invMgr.getCurrentInvocation();
487 if (ci == null) {
491 Object obj = ci.getContainerContext();*/
493 context = getSecurityContextForAppClient(ci, sslUsed, clientAuthOccurred, mechanism);
495 context = getSecurityContextForWebOrEJB(ci, sslUsed, clientAuthOccurred, mechanism);
507 ComponentInvocation ci,
514 return sendUsernameAndPassword(ci, sslUsed, clientAuthOccurred, mechanism);
524 ComponentInvocation ci, boolean sslUsed,
532 ctx = propagateIdentity(false, ci, mechanis
506 getSecurityContextForAppClient( ComponentInvocation ci, boolean sslUsed, boolean clientAuthOccurred, CompoundSecMech mechanism) argument
523 getSecurityContextForWebOrEJB( ComponentInvocation ci, boolean sslUsed, boolean clientAuthOccurred, CompoundSecMech mechanism) argument
584 sendUsernameAndPassword(ComponentInvocation ci, boolean sslUsed, boolean clientAuthOccurred, CompoundSecMech mechanism) argument
616 propagateIdentity(boolean clientAuth, ComponentInvocation ci, CompoundSecMech mechanism) argument
790 getUsernameAndPassword(ComponentInvocation ci, CompoundSecMech mechanism) argument
[all...]
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DBaseContainer.java5159 public final void doAfterBegin(ComponentInvocation ci) { argument
5160 EjbInvocation inv = (EjbInvocation)ci;

Completed in 74 milliseconds