Searched +refs:val +refs:service (Results 1 - 25 of 88) sorted by relevance

1234

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/
H A DSCSAML2SOAPBindingRequestHandlerListAddViewBean.java29 package com.sun.identity.console.service;
33 import com.sun.identity.console.service.model.SCSAML2SOAPBindingModelImpl;
34 import com.sun.identity.console.service.model.SAML2SOAPBindingRequestHandler;
42 "/console/service/SCSAML2SOAPBindingRequestHandlerListAdd.jsp";
61 "soapBinding.service.requestHandlerList.create.page.title");
84 String val = SAML2SOAPBindingRequestHandler.toString(
88 if (handlers.contains(val)) {
90 "soapBinding.service.requestHandlerList.already.exist");
93 handlers.add(val);
H A DSCSOAPBindingRequestHandlerListAddViewBean.java29 package com.sun.identity.console.service;
33 import com.sun.identity.console.service.model.SCSOAPBindingModelImpl;
34 import com.sun.identity.console.service.model.SOAPBindingRequestHandler;
43 "/console/service/SCSOAPBindingRequestHandlerListAdd.jsp";
62 "soapBinding.service.requestHandlerList.create.page.title");
84 String val = SOAPBindingRequestHandler.toString(
89 if (handlers.contains(val)) {
91 "soapBinding.service.requestHandlerList.already.exist");
94 handlers.add(val);
H A DG11NCharsetAliasEditViewBean.java29 package com.sun.identity.console.service;
37 import com.sun.identity.console.service.model.SMG11NModelImpl;
38 import com.sun.identity.console.service.model.CharsetAliasEntry;
47 "/console/service/G11NCharsetAliasEdit.jsp";
111 return "globalization.service.CharsetAlias.edit.page.title";
124 String val = CharsetAliasEntry.toString(
127 aliases.set(index, val);
H A DG11NSupportedCharsetsEditViewBean.java29 package com.sun.identity.console.service;
37 import com.sun.identity.console.service.model.SMG11NModelImpl;
38 import com.sun.identity.console.service.model.LocaleSupportedCharsetsEntry;
47 "/console/service/G11NSupportedCharsetsEdit.jsp";
111 return "globalization.service.SupportedCharsets.edit.page.title";
124 String val = LocaleSupportedCharsetsEntry.toString(
127 containers.set(index, val);
H A DSCSAML2SOAPBindingRequestHandlerListEditViewBean.java29 package com.sun.identity.console.service;
38 import com.sun.identity.console.service.model.SCSAML2SOAPBindingModelImpl;
39 import com.sun.identity.console.service.model.SAML2SOAPBindingRequestHandler;
48 "/console/service/SCSAML2SOAPBindingRequestHandlerListEdit.jsp";
84 "soapBinding.service.requestHandlerList.edit.page.title");
104 String val = SAML2SOAPBindingRequestHandler.toString(
111 if ((count != index) && v.equals(val)) {
113 "soapBinding.service.requestHandlerList.already.exist");
118 serverList.set(index, val);
H A DSCSOAPBindingRequestHandlerListEditViewBean.java29 package com.sun.identity.console.service;
38 import com.sun.identity.console.service.model.SCSOAPBindingModelImpl;
39 import com.sun.identity.console.service.model.SOAPBindingRequestHandler;
49 "/console/service/SCSOAPBindingRequestHandlerListEdit.jsp";
84 "soapBinding.service.requestHandlerList.edit.page.title");
103 String val = SOAPBindingRequestHandler.toString(
111 if ((count != index) && v.equals(val)) {
113 "soapBinding.service.requestHandlerList.already.exist");
118 serverList.set(index, val);
H A DMAPClientManagerViewBean.java29 package com.sun.identity.console.service;
45 import com.sun.identity.console.service.model.MAPServiceModel;
46 import com.sun.identity.console.service.model.MAPServiceModelImpl;
69 "/console/service/MAPClientManager.jsp";
171 String val = (String)iter.next();
172 tabModel.addNode(new CCNavNode(val.hashCode(), val, val, val));
344 String val
[all...]
H A DSubSchemaTypeSelectViewBean.java29 package com.sun.identity.console.service;
46 import com.sun.identity.console.service.model.SubConfigModel;
47 import com.sun.identity.console.service.model.SubConfigModelImpl;
59 "/console/service/SubSchemaTypeSelect.jsp";
161 String val = (String)rb.getValue();
162 if ((val == null) || (val.length() == 0)) {
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/
H A DSCSAML2SOAPBindingRequestHandlerListAddViewBean.java29 package com.sun.identity.console.service;
33 import com.sun.identity.console.service.model.SCSAML2SOAPBindingModelImpl;
34 import com.sun.identity.console.service.model.SAML2SOAPBindingRequestHandler;
42 "/console/service/SCSAML2SOAPBindingRequestHandlerListAdd.jsp";
61 "soapBinding.service.requestHandlerList.create.page.title");
84 String val = SAML2SOAPBindingRequestHandler.toString(
88 if (handlers.contains(val)) {
90 "soapBinding.service.requestHandlerList.already.exist");
93 handlers.add(val);
H A DSCSOAPBindingRequestHandlerListAddViewBean.java29 package com.sun.identity.console.service;
33 import com.sun.identity.console.service.model.SCSOAPBindingModelImpl;
34 import com.sun.identity.console.service.model.SOAPBindingRequestHandler;
43 "/console/service/SCSOAPBindingRequestHandlerListAdd.jsp";
62 "soapBinding.service.requestHandlerList.create.page.title");
84 String val = SOAPBindingRequestHandler.toString(
89 if (handlers.contains(val)) {
91 "soapBinding.service.requestHandlerList.already.exist");
94 handlers.add(val);
H A DG11NCharsetAliasEditViewBean.java29 package com.sun.identity.console.service;
37 import com.sun.identity.console.service.model.SMG11NModelImpl;
38 import com.sun.identity.console.service.model.CharsetAliasEntry;
47 "/console/service/G11NCharsetAliasEdit.jsp";
111 return "globalization.service.CharsetAlias.edit.page.title";
124 String val = CharsetAliasEntry.toString(
127 aliases.set(index, val);
H A DG11NSupportedCharsetsEditViewBean.java29 package com.sun.identity.console.service;
37 import com.sun.identity.console.service.model.SMG11NModelImpl;
38 import com.sun.identity.console.service.model.LocaleSupportedCharsetsEntry;
47 "/console/service/G11NSupportedCharsetsEdit.jsp";
111 return "globalization.service.SupportedCharsets.edit.page.title";
124 String val = LocaleSupportedCharsetsEntry.toString(
127 containers.set(index, val);
H A DSCSAML2SOAPBindingRequestHandlerListEditViewBean.java29 package com.sun.identity.console.service;
38 import com.sun.identity.console.service.model.SCSAML2SOAPBindingModelImpl;
39 import com.sun.identity.console.service.model.SAML2SOAPBindingRequestHandler;
48 "/console/service/SCSAML2SOAPBindingRequestHandlerListEdit.jsp";
84 "soapBinding.service.requestHandlerList.edit.page.title");
104 String val = SAML2SOAPBindingRequestHandler.toString(
111 if ((count != index) && v.equals(val)) {
113 "soapBinding.service.requestHandlerList.already.exist");
118 serverList.set(index, val);
H A DSCSOAPBindingRequestHandlerListEditViewBean.java29 package com.sun.identity.console.service;
38 import com.sun.identity.console.service.model.SCSOAPBindingModelImpl;
39 import com.sun.identity.console.service.model.SOAPBindingRequestHandler;
49 "/console/service/SCSOAPBindingRequestHandlerListEdit.jsp";
84 "soapBinding.service.requestHandlerList.edit.page.title");
103 String val = SOAPBindingRequestHandler.toString(
111 if ((count != index) && v.equals(val)) {
113 "soapBinding.service.requestHandlerList.already.exist");
118 serverList.set(index, val);
H A DMAPClientManagerViewBean.java29 package com.sun.identity.console.service;
45 import com.sun.identity.console.service.model.MAPServiceModel;
46 import com.sun.identity.console.service.model.MAPServiceModelImpl;
69 "/console/service/MAPClientManager.jsp";
171 String val = (String)iter.next();
172 tabModel.addNode(new CCNavNode(val.hashCode(), val, val, val));
344 String val
[all...]
H A DSubSchemaTypeSelectViewBean.java29 package com.sun.identity.console.service;
46 import com.sun.identity.console.service.model.SubConfigModel;
47 import com.sun.identity.console.service.model.SubConfigModelImpl;
59 "/console/service/SubSchemaTypeSelect.jsp";
161 String val = (String)rb.getValue();
162 if ((val == null) || (val.length() == 0)) {
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/
H A DAuthToServiceHelper.java49 * Helper class for authenticate to service (add and edit) view bean.
67 * Name of service list box.
89 * @param values Values (realm concatenate service).
98 Set val = (Set)values.get(propName);
100 if ((val != null) && !val.isEmpty()) {
102 String str = (String)val.iterator().next();
113 * Returns condition values (realm concatenate service).
127 String service =
129 if ((service
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/
H A DAuthToServiceHelper.java49 * Helper class for authenticate to service (add and edit) view bean.
67 * Name of service list box.
89 * @param values Values (realm concatenate service).
98 Set val = (Set)values.get(propName);
100 if ((val != null) && !val.isEmpty()) {
102 String str = (String)val.iterator().next();
113 * Returns condition values (realm concatenate service).
127 String service =
129 if ((service
[all...]
/forgerock/openidm-v4/openidm-servlet-registrator/src/main/java/org/forgerock/openidm/servletregistration/impl/
H A DServletFilterConfiguration.java36 import org.osgi.service.component.ComponentContext;
68 /** Enhanced configuration service. */
116 String val = origSystemProperties.get(key);
117 if (val == null) {
120 System.setProperty(key, val);
/forgerock/openam-v13/openam-oauth/src/main/java/com/sun/identity/oauth/service/
H A DConsumerRequest.java31 package com.sun.identity.oauth.service;
33 import com.sun.identity.oauth.service.models.Consumer;
34 import com.sun.identity.oauth.service.util.UniqueRandomString;
83 * @param formParams {@link String} containing the service
88 * <LI>name - the service consumer's name.</LI>
89 * <LI>icon - the service consumer's URI for its icon (MUST be unique).</LI>
90 * <LI>service - the service consumer's URI for its service</LI>
97 * name=Service XYZ&icon=http://www.example.com/icon.jpg&service
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DStreamSubstituter.java32 package com.sun.identity.authentication.service;
68 * @param val string value for representation of the file
70 public void define(String key, String val) { argument
71 ht.put(key, val);
225 String val = (String) ht.get(buf.toString());
226 if (val != null) {
227 o.write(val);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DStreamSubstituter.java32 package com.sun.identity.authentication.service;
68 * @param val string value for representation of the file
70 public void define(String key, String val) { argument
71 ht.put(key, val);
225 String val = (String) ht.get(buf.toString());
226 if (val != null) {
227 o.write(val);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DPolicyResourceComparator.java32 package com.sun.identity.console.service.model;
117 private boolean hasValue(String val) { argument
118 return (val != null) && (val.trim().length() > 0);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DPolicyResourceComparator.java32 package com.sun.identity.console.service.model;
117 private boolean hasValue(String val) { argument
118 return (val != null) && (val.trim().length() > 0);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/util/
H A DSystemProperties.java248 String val = tagSwapEntry.getValue();
251 if (!StringUtils.isEmpty(val)) {
252 if (val.charAt(0) == '/') {
253 answer = answer.replaceAll("/%SERVER_URI%", val);
254 String lessSlash = val.substring(1);
257 answer = answer.replaceAll(k, val);
261 answer = answer.replaceAll(k, val);
587 * Returns the property name to service attribute schema name mapping.
589 * @return Property name to service attribute schema name mapping.
644 for (final Map.Entry<String, Set<String>> service
[all...]

Completed in 120 milliseconds

1234