Searched defs:process (Results 151 - 175 of 318) sorted by relevance

1234567891011>>

/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DExportLDIF.java74 * this program will either perform the export directly as a process that
96 * Processes the command-line arguments and invokes the export process.
108 * Processes the command-line arguments and invokes the export process.
125 return tool.process(args, initializeServer, outStream, errStream);
147 private int process(String[] args, boolean initializeServer, method in class:ExportLDIF
355 return process(argParser, initializeServer, out, err);
506 // Perform the initial bootstrap of the Directory Server and process the
679 // filters. If so, then process them.
/forgerock/opendj2-hg/src/server/org/opends/server/tools/tasks/
H A DTaskTool.java250 protected int process(LDAPConnectionArgumentParser argParser, method in class:TaskTool
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionRequestHandler.java96 public ResponseSet process(PLLAuditor auditor, method in class:SessionRequestHandler
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/
H A DLDAPUser.java52 public void process( method in class:LDAPUser
60 DSConfigMgr.debugger.message("in LDAPUser.process()");
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/util/
H A DThreadPool.java167 ipsThread.process(task);
276 final synchronized void process(Runnable task) method in class:ThreadPool.IPSThread
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/servlet/
H A DIPSigninRequest.java105 public void process() throws IOException, WSFederationException method in class:IPSigninRequest
107 String classMethod = "IPSigninRequest.process: ";
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/filter/
H A DApplicationLogoutHandler.java81 public AmFilterResult process(AmFilterRequestContext ctx) method in class:ApplicationLogoutHandler
147 "ApplicationLogoutHandler.process() failed "
148 + " to process incoming request with exception", ex);
H A DAuditResultHandler.java81 public AmFilterResult process(AmFilterRequestContext ctx, method in class:AuditResultHandler
H A DFormLoginTaskHandler.java50 * This task handler provides the necessary functionality to process incoming
97 public AmFilterResult process(AmFilterRequestContext ctx) method in class:FormLoginTaskHandler
H A DInitialPDPTaskHandler.java88 public AmFilterResult process(AmFilterRequestContext ctx) method in class:InitialPDPTaskHandler
H A DLocalLogoutTaskHandler.java46 * This task handler provides the necessary functionality to process incoming
99 public AmFilterResult process(AmFilterRequestContext ctx) method in class:LocalLogoutTaskHandler
H A DNotificationTaskHandler.java49 * This task handler provides the necessary functionality to process incoming
106 public AmFilterResult process(AmFilterRequestContext ctx) method in class:NotificationTaskHandler
160 handler.process(notifications);
H A DPortCheckTaskHandler.java99 public AmFilterResult process(AmFilterRequestContext ctx) method in class:PortCheckTaskHandler
209 "Unable to process port correction request", ex);
245 "Unable to process port correction content", ex);
H A DRedirectCheckResultHandler.java48 * This result handler provides the necessary functionality to process incoming
100 public AmFilterResult process(AmFilterRequestContext ctx, method in class:RedirectCheckResultHandler
156 logError("RedirectCheckResultHandler: Unable to process filter "
/forgerock/openam-v13/openam-authentication/deviceprint/module/src/main/java/org/forgerock/openam/authentication/modules/deviceprint/
H A DDevicePrintAuthenticationService.java88 public int process(Callback[] callbacks, int state) throws AuthLoginException { method in class:DevicePrintAuthenticationService
/forgerock/openam-v13/openam-authentication/openam-auth-anonymous/src/main/java/com/sun/identity/authentication/modules/anonymous/
H A DAnonymous.java138 public int process (Callback[] callbacks, int state) method in class:Anonymous
157 debug.message("Anonymous:process received NameCallback "
/forgerock/openam-v13/openam-authentication/openam-auth-application/src/main/java/com/sun/identity/authentication/modules/application/
H A DApplication.java135 public int process(Callback[] callbacks, int state) method in class:Application
284 // process return
/forgerock/openam-v13/openam-authentication/openam-auth-common/src/main/java/org/forgerock/openam/authentication/modules/common/
H A DJaspiAuthModuleWrapper.java95 * Controls the flow of the login process.
97 * Only one state is applicable, which is ISAuthConstants.LOGIN_START. Calls the internal process method to allow
107 public int process(Callback[] callbacks, int state) throws LoginException { method in class:JaspiAuthModuleWrapper
113 if (process(messageInfo, clientSubject, callbacks)) {
149 * @throws LoginException If the login process fails.
151 protected abstract boolean process(MessageInfo messageInfo, Subject clientSubject, Callback[] callbacks) method in class:JaspiAuthModuleWrapper
/forgerock/openam-v13/openam-authentication/openam-auth-datastore/src/main/java/com/sun/identity/authentication/modules/datastore/
H A DDataStore.java99 public int process(Callback[] callbacks, int state) method in class:DataStore
128 debug.message("DataStore.process: Username is null/empty");
132 debug.message("DataStore.process: Password is null/empty");
/forgerock/openam-v13/openam-authentication/openam-auth-httpbasic/src/main/java/com/sun/identity/authentication/modules/httpbasic/
H A DHTTPBasic.java123 public int process(Callback[] callbacks, int state) method in class:HTTPBasic
218 return amLoginModule.process(callbacks,ISAuthConstants.LOGIN_START);
/forgerock/openam-v13/openam-authentication/openam-auth-nt/src/main/java/com/sun/identity/authentication/modules/nt/
H A DNT.java133 public int process(Callback[] callbacks, int state) method in class:NT
/forgerock/openam-v13/openam-authentication/openam-auth-securid/src/main/java/com/sun/identity/authentication/modules/securid/
H A DSecurID.java60 * process(Callback[] callbacks, int state)
110 * checking of the path has to be done in process().
196 public int process(Callback[] callbacks, int state) method in class:SecurID
211 debug.message ("SecurID:process: Org = " + wtOrgName +
236 debug.message("SecurID.process:getting Session instance");
240 debug.error ("SecurID.process:" + "Unable to get SecurID API.");
247 debug.message ("SecurID:process:after configDone: Org = " +
289 debug.message("SecurID.process(): username: " + username);
297 debug.error("SecurID.process:createUserSession() error:"
310 "SecurID.process
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DBackUpDB.java88 * a process that is intended to run separate from Directory Server and not
89 * internally within the server process (e.g., via the tasks interface).
112 * Processes the command-line arguments and invokes the backup process.
124 * Processes the command-line arguments and invokes the backup process.
140 return tool.process(args, initializeServer, outStream, errStream);
158 private int process(String[] args, boolean initializeServer, method in class:BackUpDB
391 return process(argParser, initializeServer, out, err);
489 // Perform the initial bootstrap of the Directory Server and process the
908 // in the process.
H A DRestoreDB.java84 * be a process that is intended to run separate from Directory Server and not
85 * internally within the server process (e.g., via the tasks interface).
108 * Processes the command-line arguments and invokes the restore process.
120 * Processes the command-line arguments and invokes the restore process.
137 return tool.process(args, initializeServer, outStream, errStream);
151 private int process(String[] args, boolean initializeServer, method in class:RestoreDB
279 return process(argParser, initializeServer, out, err);
319 // Perform the initial bootstrap of the Directory Server and process the
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/tasks/
H A DTaskTool.java242 protected int process(LDAPConnectionArgumentParser argParser, method in class:TaskTool

Completed in 61 milliseconds

1234567891011>>