Searched refs:tmp (Results 1 - 25 of 530) sorted by relevance

1234567891011>>

/forgerock/openam/openam-core/src/main/java/com/sun/identity/config/wizard/
H A DStep7.java49 String tmp = getAttribute(
52 boolean isEmbedded = tmp.equals(SetupConstants.SMS_EMBED_DATASTORE);
55 tmp = (String) ctx.getSessionAttribute(SessionAttributeNames.CONFIG_DIR);
56 add("configDirectory", tmp);
62 tmp = getAttribute("configStoreHost", getHostName());
63 add("configStoreHost", tmp);
65 tmp = getAttribute("configStoreSSL", "");
66 add("displayConfigStoreSSL", tmp.equals("SSL") ?
69 tmp = getAttribute("rootSuffix", Wizard.defaultRootSuffix);
70 add("rootSuffix", tmp);
[all...]
H A DWizard.java117 String tmp = getAttribute(
120 request.addParameter(SetupConstants.CONFIG_VAR_DATA_STORE, tmp);
123 if (tmp.equals(SetupConstants.SMS_EMBED_DATASTORE)) {
124 tmp = getAttribute("configStoreHost", hostName);
126 SetupConstants.CONFIG_VAR_DIRECTORY_SERVER_HOST, tmp);
130 tmp = getAttribute(SetupConstants.DS_EMB_REPL_FLAG, "false");
136 isEmbedded = tmp.equals(SetupConstants.DS_EMP_REPL_FLAG_VAL);
142 tmp = getAttribute("localRepPort", "");
143 request.addParameter(SetupConstants.DS_EMB_REPL_REPLPORT1, tmp);
145 tmp
[all...]
/forgerock/openam-v13/openam-shared/src/main/java/com/iplanet/am/util/
H A DAMPasswordUtil.java60 String tmp;
62 tmp = (Crypt.decode(encrypted));
64 tmp = encrypted;
66 if (tmp == null) {
67 tmp = encrypted;
69 return tmp;
/forgerock/openam/openam-shared/src/main/java/com/iplanet/am/util/
H A DAMPasswordUtil.java60 String tmp;
62 tmp = (Crypt.decode(encrypted));
64 tmp = encrypted;
66 if (tmp == null) {
67 tmp = encrypted;
69 return tmp;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/config/wizard/
H A DStep7.java48 String tmp = getAttribute(
51 boolean isEmbedded = tmp.equals(SetupConstants.SMS_EMBED_DATASTORE);
54 tmp = (String) ctx.getSessionAttribute(SessionAttributeNames.CONFIG_DIR);
55 add("configDirectory", tmp);
61 tmp = getAttribute("configStoreHost", getHostName());
62 add("configStoreHost", tmp);
64 tmp = getAttribute("configStoreSSL", "");
65 add("displayConfigStoreSSL", tmp.equals("SSL") ?
68 tmp = getAttribute("rootSuffix", Wizard.defaultRootSuffix);
69 add("rootSuffix", tmp);
[all...]
H A DWizard.java115 String tmp = getAttribute(
118 request.addParameter(SetupConstants.CONFIG_VAR_DATA_STORE, tmp);
121 if (tmp.equals(SetupConstants.SMS_EMBED_DATASTORE)) {
122 tmp = getAttribute("configStoreHost", hostName);
124 SetupConstants.CONFIG_VAR_DIRECTORY_SERVER_HOST, tmp);
128 tmp = getAttribute(SetupConstants.DS_EMB_REPL_FLAG, "false");
134 isEmbedded = tmp.equals(SetupConstants.DS_EMP_REPL_FLAG_VAL);
140 tmp = getAttribute("localRepPort", "");
141 request.addParameter(SetupConstants.DS_EMB_REPL_REPLPORT1, tmp);
143 tmp
[all...]
/forgerock/openam-v13/openam-oauth/src/main/java/com/sun/identity/oauth/service/util/
H A DUniqueRandomString.java41 String tmp = UUID.randomUUID().toString();
42 return tmp.replaceAll("-", "");
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DRedirectingByteChannel.java78 final ByteChannel tmp = redirect;
79 if (tmp != null)
81 tmp.close();
106 final ByteChannel tmp = redirect;
107 if (tmp != null)
109 return tmp.isOpen();
124 final ByteChannel tmp = redirect;
125 if (tmp != null)
127 return tmp.read(buffer);
156 final ByteChannel tmp
[all...]
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DRedirectingByteChannel.java77 final ByteChannel tmp = redirect;
78 if (tmp != null)
80 tmp.close();
105 final ByteChannel tmp = redirect;
106 if (tmp != null)
108 return tmp.isOpen();
123 final ByteChannel tmp = redirect;
124 if (tmp != null)
126 return tmp.read(buffer);
155 final ByteChannel tmp
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DRedirectingByteChannel.java78 final ByteChannel tmp = redirect;
79 if (tmp != null)
81 tmp.close();
106 final ByteChannel tmp = redirect;
107 if (tmp != null)
109 return tmp.isOpen();
124 final ByteChannel tmp = redirect;
125 if (tmp != null)
127 return tmp.read(buffer);
156 final ByteChannel tmp
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DRedirectingByteChannel.java78 final ByteChannel tmp = redirect;
79 if (tmp != null)
81 tmp.close();
106 final ByteChannel tmp = redirect;
107 if (tmp != null)
109 return tmp.isOpen();
124 final ByteChannel tmp = redirect;
125 if (tmp != null)
127 return tmp.read(buffer);
156 final ByteChannel tmp
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DRedirectingByteChannel.java77 final ByteChannel tmp = redirect;
78 if (tmp != null)
80 tmp.close();
105 final ByteChannel tmp = redirect;
106 if (tmp != null)
108 return tmp.isOpen();
123 final ByteChannel tmp = redirect;
124 if (tmp != null)
126 return tmp.read(buffer);
155 final ByteChannel tmp
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DRedirectingByteChannel.java75 final ByteChannel tmp = redirect;
76 if (tmp != null)
78 tmp.close();
101 final ByteChannel tmp = redirect;
102 if (tmp != null)
104 return tmp.isOpen();
117 final ByteChannel tmp = redirect;
118 if (tmp != null)
120 return tmp.read(buffer);
147 final ByteChannel tmp
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPSession.java268 String tmp = idpSessionCopy.getPendingLogoutRequestID();
269 if (tmp != null && !tmp.isEmpty()) {
270 pendingLogoutRequestID = tmp;
272 tmp = idpSessionCopy.getOriginatingLogoutRequestID();
273 if (tmp != null && !tmp.isEmpty()) {
274 originatingLogoutRequestID = tmp;
276 tmp = idpSessionCopy.getOriginatingLogoutSPEntityID();
277 if (tmp !
[all...]
/forgerock/openam-v13/openam-server-only/src/main/resources/
H A Damclresource.conf30 historypath /var/tmp
37 inetdsetupdir /tmp
/forgerock/openam/openam-server-only/src/main/resources/
H A Damclresource.conf30 historypath /var/tmp
37 inetdsetupdir /tmp
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPSession.java268 String tmp = idpSessionCopy.getPendingLogoutRequestID();
269 if (tmp != null && !tmp.isEmpty()) {
270 pendingLogoutRequestID = tmp;
272 tmp = idpSessionCopy.getOriginatingLogoutRequestID();
273 if (tmp != null && !tmp.isEmpty()) {
274 originatingLogoutRequestID = tmp;
276 tmp = idpSessionCopy.getOriginatingLogoutSPEntityID();
277 if (tmp !
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/util/
H A DDerValue.java91 int tmp;
94 tmp = input.read();
96 if ((tmp & 0x80) == 0) {
97 value = tmp;
99 tmp &= 0x7f;
100 for (value = 0; tmp > 0; tmp --) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/util/
H A DDerValue.java91 int tmp;
94 tmp = input.read();
96 if ((tmp & 0x80) == 0) {
97 value = tmp;
99 tmp &= 0x7f;
100 for (value = 0; tmp > 0; tmp --) {
/forgerock/web-agents-v4/zlib/
H A Dadler32.c31 unsigned long tmp = a >> 16; \
33 a += (tmp << 4) - tmp; \
47 z_off64_t tmp = a >> 32; \
49 a += (tmp << 8) - (tmp << 5) + tmp; \
50 tmp = a >> 16; \
52 a += (tmp << 4) - tmp; \
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/protocol/https/
H A DAMHostnameVerifier.java62 String tmp =
64 trustAllServerCerts = (tmp != null && tmp.equalsIgnoreCase("true"));
66 tmp =
68 checkSubjectAltName = (tmp != null && tmp.equalsIgnoreCase("true"));
70 tmp = SystemProperties.get("com.iplanet.am.jssproxy.resolveIPAddress");
71 resolveIPAddress = (tmp != null && tmp.equalsIgnoreCase("true"));
73 tmp
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/realm/
H A DRealmPropertiesBase.java64 String tmp = (String)getPageSessionAttribute(
66 vb.setPageSessionAttribute(AMAdminConstants.PREVIOUS_REALM, tmp);
68 tmp = (String)getPageSessionAttribute(
70 vb.setPageSessionAttribute(AMAdminConstants.CURRENT_REALM, tmp);
72 tmp = (String)getPageSessionAttribute(
74 vb.setPageSessionAttribute(AMAdminConstants.PREVIOUS_TAB_ID, tmp);
100 String tmp =
102 setPageSessionAttribute(AMAdminConstants.CURRENT_REALM, tmp);
105 tmp = (String)getPageSessionAttribute(AMAdminConstants.PREVIOUS_TAB_ID);
106 setPageSessionAttribute(getTrackingTabIDName(), tmp);
[all...]
/forgerock/opendj-v3/opendj-server/src/main/java/org/forgerock/opendj/server/core/
H A DDataProviderEvent.java91 final EnumSet<Type> tmp = EnumSet.noneOf(Type.class);
92 tmp.addAll(types);
93 this.types = Collections.unmodifiableSet(tmp);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/realm/
H A DRealmPropertiesBase.java64 String tmp = (String)getPageSessionAttribute(
66 vb.setPageSessionAttribute(AMAdminConstants.PREVIOUS_REALM, tmp);
68 tmp = (String)getPageSessionAttribute(
70 vb.setPageSessionAttribute(AMAdminConstants.CURRENT_REALM, tmp);
72 tmp = (String)getPageSessionAttribute(
74 vb.setPageSessionAttribute(AMAdminConstants.PREVIOUS_TAB_ID, tmp);
100 String tmp =
102 setPageSessionAttribute(AMAdminConstants.CURRENT_REALM, tmp);
105 tmp = (String)getPageSessionAttribute(AMAdminConstants.PREVIOUS_TAB_ID);
106 setPageSessionAttribute(getTrackingTabIDName(), tmp);
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/protocol/https/
H A DAMHostnameVerifier.java62 String tmp =
64 trustAllServerCerts = (tmp != null && tmp.equalsIgnoreCase("true"));
66 tmp =
68 checkSubjectAltName = (tmp != null && tmp.equalsIgnoreCase("true"));
70 tmp = SystemProperties.get("com.iplanet.am.jssproxy.resolveIPAddress");
71 resolveIPAddress = (tmp != null && tmp.equalsIgnoreCase("true"));
73 tmp
[all...]

Completed in 135 milliseconds

1234567891011>>