Searched defs:param (Results 1 - 25 of 80) sorted by relevance

1234

/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DValidator.java140 * there is a bug in someone's code if param is null.
142 * @param param the parameter to validate as non-null.
148 * @throws AssertionError if and only if param is null
151 public static boolean ensureNotNull(Object param) argument
154 if (param == null) throwNull("");
169 * there is a bug in someone's code if param is null.
174 * @param param1 the first parameter to validate as non-null.
175 * @param param2 the second parameter to validate as non-null.
202 * there is a bug in someone's code if param i
[all...]
/forgerock/opendj2/src/server/org/opends/server/util/
H A DValidator.java139 * there is a bug in someone's code if param is null.
141 * @param param the parameter to validate as non-null.
147 * @throws AssertionError if and only if param is null
150 public static boolean ensureNotNull(Object param) argument
153 if (param == null) throwNull("");
168 * there is a bug in someone's code if param is null.
173 * @param param1 the first parameter to validate as non-null.
174 * @param param2 the second parameter to validate as non-null.
201 * there is a bug in someone's code if param i
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DValidator.java140 * there is a bug in someone's code if param is null.
142 * @param param the parameter to validate as non-null.
148 * @throws AssertionError if and only if param is null
151 public static boolean ensureNotNull(Object param) argument
154 if (param == null) throwNull("");
169 * there is a bug in someone's code if param is null.
174 * @param param1 the first parameter to validate as non-null.
175 * @param param2 the second parameter to validate as non-null.
202 * there is a bug in someone's code if param i
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DValidator.java140 * there is a bug in someone's code if param is null.
142 * @param param the parameter to validate as non-null.
148 * @throws AssertionError if and only if param is null
151 public static boolean ensureNotNull(Object param) argument
154 if (param == null) throwNull("");
169 * there is a bug in someone's code if param is null.
174 * @param param1 the first parameter to validate as non-null.
175 * @param param2 the second parameter to validate as non-null.
202 * there is a bug in someone's code if param i
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DValidator.java139 * there is a bug in someone's code if param is null.
141 * @param param the parameter to validate as non-null.
147 * @throws AssertionError if and only if param is null
150 public static boolean ensureNotNull(Object param) argument
153 if (param == null) throwNull("");
168 * there is a bug in someone's code if param is null.
173 * @param param1 the first parameter to validate as non-null.
174 * @param param2 the second parameter to validate as non-null.
201 * there is a bug in someone's code if param i
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/log/impl/
H A DFedletLogger.java67 * @param componentName the component name.
79 * @param level the log level , these are based on those
91 * @param messageId the message or a message identifier.
92 * @param data string array of dynamic data to be replaced in the message.
93 * @param session the User's session object
106 * @param level indicating log level
107 * @param messageId Message id
108 * @param data string array of dynamic data only known during run time
109 * @param session Session object (it could be null)
110 * @param prop
127 formatMessage(String messageId, String[] param, Object session) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/log/impl/
H A DFedletLogger.java67 * @param componentName the component name.
79 * @param level the log level , these are based on those
91 * @param messageId the message or a message identifier.
92 * @param data string array of dynamic data to be replaced in the message.
93 * @param session the User's session object
106 * @param level indicating log level
107 * @param messageId Message id
108 * @param data string array of dynamic data only known during run time
109 * @param session Session object (it could be null)
110 * @param prop
127 formatMessage(String messageId, String[] param, Object session) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DSetupProgress.java65 * @param locale Locale.
82 * @param w Setup writer to be used.
145 * @param ostr OutputStream to be used.
157 * @param textMode true if output should be in text format or false in
167 * @param str i18n key to be printed
168 * @param param Object to be printed.
170 public static void reportStart(String str, Object[] param) { argument
171 writeProgressText(str, param, false);
176 * @param st
179 reportEnd(String str, Object[] param) argument
183 writeProgressText( String str, Object[] param, boolean newline ) argument
[all...]
/forgerock/openam-v13/openam-authentication/openam-auth-oauth2/src/main/java/org/forgerock/openam/authentication/modules/oauth2/
H A DOAuthUtil.java60 public static String getParamValue(String query, String param) { argument
66 if (parameter.startsWith(param)) {
H A DOAuthConf.java246 + param(PARAM_SCOPE, OAuthUtil.oAuthEncode(scope))
247 + param(PARAM_REDIRECT_URI, OAuthUtil.oAuthEncode(originalUrl))
248 + param("response_type", "code")
249 + param("state", state);
276 + param(PARAM_REDIRECT_URI, OAuthUtil.oAuthEncode(authServiceURL))
277 + param(PARAM_CLIENT_SECRET, clientSecret)
278 + param(PARAM_CODE, OAuthUtil.oAuthEncode(code))
279 + param("grant_type", "authorization_code");
303 private String param(String key, String value) { method in class:OAuthConf
/forgerock/openam-v13/openam-certs/src/main/java/com/sun/identity/security/cert/
H A DAMCertStore.java91 * @param param
93 public AMCertStore(AMLDAPCertStoreParameters param) { argument
94 storeParam = param;
142 * @param ldc The ldap connection
178 * @param ldc The connection.
198 * @param cert
282 * @param certificate
292 * @param certificate
302 * @param attrNam
[all...]
H A DAMCRLStore.java123 * @param param
125 public AMCRLStore(AMLDAPCertStoreParameters param) { argument
126 super(param);
132 * @param certificate
225 * @param certificate
235 * @param certificate
236 * @param crl
310 * @param certificate
330 * @param cr
[all...]
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeProgress.java64 * @param locale Locale.
90 * @param w Setup writer to be used.
146 * @param ostr OutputStream to be used.
154 * @param textMode true if output should be in text format or false in
164 * @param str i18n key to be printed
165 * @param param Object to be printed.
167 public static void reportStart(String str, Object... param) { argument
168 writeProgressText(str, param, false);
173 * @param st
176 reportEnd(String str, Object... param) argument
180 writeProgressText( String str, Object[] param, boolean newline ) argument
[all...]
/forgerock/openam/openam-authentication/openam-auth-oauth2/src/main/java/org/forgerock/openam/authentication/modules/oauth2/
H A DOAuthUtil.java60 public static String getParamValue(String query, String param) { argument
66 if (parameter.startsWith(param)) {
/forgerock/openam/openam-certs/src/main/java/com/sun/identity/security/cert/
H A DAMCertStore.java91 * @param param
93 public AMCertStore(AMLDAPCertStoreParameters param) { argument
94 storeParam = param;
142 * @param ldc The ldap connection
178 * @param ldc The connection.
198 * @param cert
282 * @param certificate
292 * @param certificate
302 * @param attrNam
[all...]
H A DAMCRLStore.java125 * @param param
127 public AMCRLStore(AMLDAPCertStoreParameters param) { argument
128 super(param);
134 * @param certificate
227 * @param certificate
237 * @param certificate
238 * @param crl
312 * @param certificate
332 * @param cr
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DSetupProgress.java71 * @param locale Locale.
88 * @param w Setup writer to be used.
151 * @param ostr OutputStream to be used.
163 * @param textMode true if output should be in text format or false in
173 * @param str i18n key to be printed
174 * @param param Object to be printed.
176 public static void reportStart(String str, Object[] param) { argument
177 writeProgressText(str, param);
182 * @param st
185 reportEnd(String str, Object[] param) argument
189 writeProgressText( String str, Object[] param) argument
[all...]
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeProgress.java64 * @param locale Locale.
90 * @param w Setup writer to be used.
146 * @param ostr OutputStream to be used.
154 * @param textMode true if output should be in text format or false in
164 * @param str i18n key to be printed
165 * @param param Object to be printed.
167 public static void reportStart(String str, Object... param) { argument
168 writeProgressText(str, param, false);
173 * @param st
176 reportEnd(String str, Object... param) argument
180 writeProgressText( String str, Object[] param, boolean newline ) argument
[all...]
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/filter/
H A DURLPolicyTaskHandler.java95 * @param ctx the <code>AmFilterRequestContext</code> that carries
192 String param = Constants.COMPOSITE_ADVICE;
219 param = URLEncoder.encode(nvp[0].getName(), ENCODING);
235 action.append(param).append(PARAM_VALUE_SEPARATOR).append(value);
238 return getModifiedCompositeAdviceFormContent(action.toString(), param, value);
245 * @param authRedirectURL, URL cliets are sent for authentication
247 * @param param, the name of the parameter used for the composite advice
249 * @param value, the value of the composite advice
256 private String getModifiedCompositeAdviceFormContent(String authRedirectURL,String param, Strin argument
[all...]
/forgerock/openidm-v4/openidm-repo-jdbc/src/main/java/org/forgerock/openidm/repo/jdbc/impl/query/
H A DTableQueries.java112 * @param queryId the unique identifier of the parameterized, pre-defined query
122 * @param con The db connection
123 * @param queryId the unique identifier of the paramteerized, pre-defined query
124 * @param type the resource component name targeted by the URI
125 * @param params the parameters passed into the query call
143 * @param queryId Id of the query to check for
172 * @param tableHandler
173 * @param mainTableName
174 * @param propTableName
175 * @param dbSchemaNam
670 trimValue(Object param) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idsvcs/rest/
H A DIdentityServicesHandler.java142 String getInitParameter(String param, String def) { argument
143 String ret = getInitParameter(param);
144 if (isBlank(param)) {
704 for (String param : uri.split("&")) {
705 String[] parts = param.split("=");
737 SecurityParameter param = this.parameters[i];
738 params[i] = param.getValue(request);
743 // invoke the actual security param..
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idsvcs/rest/
H A DIdentityServicesHandler.java142 String getInitParameter(String param, String def) { argument
143 String ret = getInitParameter(param);
144 if (isBlank(param)) {
704 for (String param : uri.split("&")) {
705 String[] parts = param.split("=");
737 SecurityParameter param = this.parameters[i];
738 params[i] = param.getValue(request);
743 // invoke the actual security param..
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/jaxrpc/
H A DSOAPClient.java280 * is the JAXRPC function to be called with parameter <code>param</code>.
284 public synchronized Object send(String functionName, Object param, argument
286 return (send(encodeMessage(functionName, param), cookies));
485 * name <code>function</code> that takes the parameter <code>param</code>
488 public String encodeMessage(String function, Object param) { argument
490 if (param != null) {
492 params[0] = param;
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/jaxrpc/
H A DSOAPClient.java294 * is the JAXRPC function to be called with parameter <code>param</code>.
298 public Object send(String functionName, Object param, argument
300 return (send(encodeMessage(functionName, param), lbcookie, cookies));
516 * name <code>function</code> that takes the parameter <code>param</code>
519 public String encodeMessage(String function, Object param) { argument
521 if (param != null) {
523 params[0] = param;
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/jaxrpc/
H A DSOAPClient.java294 * is the JAXRPC function to be called with parameter <code>param</code>.
298 public Object send(String functionName, Object param, argument
300 return (send(encodeMessage(functionName, param), lbcookie, cookies));
516 * name <code>function</code> that takes the parameter <code>param</code>
519 public String encodeMessage(String function, Object param) { argument
521 if (param != null) {
523 params[0] = param;

Completed in 181 milliseconds

1234