Searched defs:ctx (Results 1 - 25 of 310) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/util/
H A DRemoteSchemaLoader.java72 * @param ctx the connection to be used to load the schema.
80 public void readSchema(InitialLdapContext ctx) throws NamingException, argument
93 ctx.search(ConfigConstants.DN_DEFAULT_SCHEMA_ROOT,
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/util/
H A DRemoteSchemaLoader.java72 * @param ctx the connection to be used to load the schema.
80 public void readSchema(InitialLdapContext ctx) throws NamingException, argument
93 ctx.search(ConfigConstants.DN_DEFAULT_SCHEMA_ROOT,
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DRemoteSchemaLoader.java72 * @param ctx the connection to be used to load the schema.
80 public void readSchema(InitialLdapContext ctx) throws NamingException, argument
93 ctx.search(ConfigConstants.DN_DEFAULT_SCHEMA_ROOT,
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/protocol/
H A DSSLSocketFactoryManager.java54 private static SSLContext ctx = null; field in class:SSLSocketFactoryManager
71 ctx = SSLContext.getInstance("SSL");
72 ctx.init(keyMgr, amTrustMgr, null);
81 if (ctx != null) {
82 sf = ctx.getSocketFactory();
/forgerock/jee-agents-v3.5/jee-agents-jboss/jee-agents-jboss-common/src/main/java/com/sun/identity/agents/jboss/v40/
H A DAmJBossCDSSOTaskHandler.java52 * @param ctx the AmFilterRequestContext object that carries information about the incoming request and response
56 protected AmFilterResult doSSOLogin(AmFilterRequestContext ctx) throws AgentException { argument
57 HttpServletRequest request = ctx.getHttpServletRequest();
59 if (ctx.isFormLoginRequest()) {
64 String gotoURL = ctx.getBaseURL() + uri;
72 ctx.setGotoFormLoginURL(gotoURL);
76 return super.doSSOLogin(ctx);
H A DAmJBossSSOTaskHandler.java52 * @param ctx the AmFilterRequestContext object that carries information about the incoming request and response
56 protected AmFilterResult doSSOLogin(AmFilterRequestContext ctx) throws AgentException { argument
57 HttpServletRequest request = ctx.getHttpServletRequest();
59 if (ctx.isFormLoginRequest()) {
64 String gotoURL = ctx.getBaseURL() + uri;
72 ctx.setGotoFormLoginURL(gotoURL);
76 return super.doSSOLogin(ctx);
/forgerock/jee-agents-v3.5/jee-agents-jsr196/src/main/java/com/sun/opensso/agents/jsr196/
H A DJSR196URLPolicyTaskHandler.java53 * @param ctx <code> AmFilterRequestContext </code>
60 public AmFilterResult process(AmFilterRequestContext ctx) argument
65 return ctx.getAuthRedirectResult();
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/filter/
H A DIAmFilterResultHandler.java69 * @param ctx the filter request context which provides access to the
85 public AmFilterResult process(AmFilterRequestContext ctx, argument
H A DIAmFilterTaskHandler.java69 * @param ctx the filter request context which provides access to the
82 public AmFilterResult process(AmFilterRequestContext ctx) argument
H A DCDSSOURLPolicyTaskHandler.java77 public AmFilterResult getServeDataResult(AmFilterRequestContext ctx, argument
88 String gotoURL = ctx.populateGotoParameterValue();
90 HttpServletRequest request = ctx.getHttpServletRequest();
91 HttpServletResponse response = ctx.getHttpServletResponse();
103 result = cdssoContext.getRedirectResult(ctx, policyResult,
110 result = ctx.getAuthRedirectResult(policyResult, gotoURL);
H A DIAmFilter.java66 * @param ctx the <code>AmFilterRequestContext</code> which carries the
73 public abstract AmFilterResult redirectToSelf(AmFilterRequestContext ctx); argument
H A DIWebServiceAuthenticator.java41 String remoteIP, String remoteHost, AmFilterRequestContext ctx);
40 getUserToken(HttpServletRequest request, String message, String remoteIP, String remoteHost, AmFilterRequestContext ctx) argument
H A DInboundLegacyUserAgentTaskHandler.java69 * @param ctx the <code>AmFilterRequestContext</code> that carries
78 public AmFilterResult process(AmFilterRequestContext ctx) argument
81 HttpServletRequest request = ctx.getHttpServletRequest();
83 String gotoValue = request.getParameter(ctx.getGotoParameterName());
88 result = ctx.getCustomRedirectResult(gotoValue);
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/org/forgerock/openam/agents/filter/
H A DPDPInitHelper.java48 AmFilterRequestContext ctx, ISSOContext ssoContext) {
57 pdpHandler.initialize(ssoContext, ctx.getFilterMode());
59 pdpResult = pdpHandler.process(ctx);
47 initializePDP(AmFilterTaskHandler parentTask, AmFilterRequestContext ctx, ISSOContext ssoContext) argument
/forgerock/jee-agents-v3.5/jee-agents-tomcat/jee-agents-tomcat-v6/src/main/java/com/sun/identity/agents/tomcat/v6/
H A DAmTomcatCDSSOTaskHandler.java52 * @param ctx the AmFilterRequestContext object that carries
59 protected AmFilterResult doSSOLogin(AmFilterRequestContext ctx) argument
62 HttpServletRequest request = ctx.getHttpServletRequest();
67 if (ctx.isFormLoginRequest()) {
73 gotoURL = ctx.getBaseURL() + uri;
82 ctx.setGotoFormLoginURL(gotoURL);
86 return super.doSSOLogin(ctx);
H A DAmTomcatSSOTaskHandler.java51 * @param ctx the AmFilterRequestContext object that carries
58 protected AmFilterResult doSSOLogin(AmFilterRequestContext ctx) argument
61 HttpServletRequest request = ctx.getHttpServletRequest();
66 if (ctx.isFormLoginRequest()) {
72 gotoURL = ctx.getBaseURL() + uri;
81 ctx.setGotoFormLoginURL(gotoURL);
85 return super.doSSOLogin(ctx);
/forgerock/jee-agents-v3.5/jee-agents-weblogic/jee-agents-weblogic-v10/src/main/java/com/sun/identity/agents/weblogic/v10/
H A DAmWLCDSSOTaskHandler.java54 * @param ctx the AmFilterRequestContext object that carries
61 protected AmFilterResult doSSOLogin(AmFilterRequestContext ctx) argument
63 HttpServletRequest request = ctx.getHttpServletRequest();
67 if (session != null && ctx.isFormLoginRequest()) {
76 ctx.setGotoFormLoginURL(gotoURL);
79 return super.doSSOLogin(ctx);
H A DAmWLSSOTaskHandler.java54 * @param ctx the AmFilterRequestContext object that carries
61 protected AmFilterResult doSSOLogin(AmFilterRequestContext ctx) argument
63 HttpServletRequest request = ctx.getHttpServletRequest();
67 if (session != null && ctx.isFormLoginRequest()) {
76 ctx.setGotoFormLoginURL(gotoURL);
79 return super.doSSOLogin(ctx);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/protocol/
H A DSSLSocketFactoryManager.java54 private static SSLContext ctx = null; field in class:SSLSocketFactoryManager
71 ctx = SSLContext.getInstance("SSL");
72 ctx.init(keyMgr, amTrustMgr, null);
81 if (ctx != null) {
82 sf = ctx.getSocketFactory();
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/util/
H A DRemoteSchemaLoader.java71 * @param ctx
83 public void readSchema(InitialLdapContext ctx) throws NamingException, argument
96 ctx.search(ConfigConstants.DN_DEFAULT_SCHEMA_ROOT, filter,
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DRemoteSchemaLoader.java71 * @param ctx
83 public void readSchema(InitialLdapContext ctx) throws NamingException, argument
96 ctx.search(ConfigConstants.DN_DEFAULT_SCHEMA_ROOT, filter,
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/internal/
H A DAuthLoginThread.java55 protected AuthLoginThread(AuthContext ctx) { argument
57 authContext = ctx;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/
H A DADSContextHelper.java76 * @param ctx the DirContext to be used.
82 void createAdministrationSuffix(InitialLdapContext ctx, String backendName) argument
88 JNDIDirContextAdaptor.adapt(ctx));
137 @param ctx the InitialLdapContext on the server we want to update.
145 InitialLdapContext ctx, Map<ServerProperty, Object> serverProperties,
179 results = ctx.search(ADSContext.getInstanceKeysContainerDN(), keyAttrs,
211 ctx.createSubcontext(keyDn, keyAttrs).close();
217 ctx.modifyAttributes(serverEntryDn,
144 registerInstanceKeyCertificate( InitialLdapContext ctx, Map<ServerProperty, Object> serverProperties, LdapName serverEntryDn) argument
/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/rest/
H A DReadOnlyResource.java50 public final Promise<ResourceResponse, ResourceException> createInstance(Context ctx, CreateRequest request) { argument
59 public final Promise<ResourceResponse, ResourceException> deleteInstance(Context ctx, String resId, argument
69 public final Promise<ResourceResponse, ResourceException> patchInstance(Context ctx, String resId, argument
79 public final Promise<ResourceResponse, ResourceException> updateInstance(Context ctx, String resId, argument
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/common/
H A DIURLFailoverHelper.java51 public String getAvailableURL(AmFilterRequestContext ctx) throws AgentException; argument

Completed in 43 milliseconds

1234567891011>>