Searched refs:append (Results 51 - 75 of 5307) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/ldap/
H A DModifyDNRequestProtocolOp.java209 buffer.append("ModifyDNRequest(dn=");
210 buffer.append(entryDN.toString());
211 buffer.append(", newRDN=");
212 buffer.append(newRDN.toString());
213 buffer.append(", deleteOldRDN=");
214 buffer.append(deleteOldRDN);
218 buffer.append(", newSuperior=");
219 buffer.append(newSuperior.toString());
222 buffer.append(")");
240 indentBuf.append(' ');
[all...]
H A DLDAPControl.java138 buffer.append("LDAPControl(oid=");
139 buffer.append(getOID());
140 buffer.append(", criticality=");
141 buffer.append(isCritical());
145 buffer.append(", value=");
149 buffer.append(")");
166 indentBuf.append(' ');
169 buffer.append(indentBuf);
170 buffer.append("LDAP Control");
171 buffer.append(EO
[all...]
/forgerock/opendj2/src/server/org/opends/server/protocols/ldap/
H A DModifyDNRequestProtocolOp.java208 buffer.append("ModifyDNRequest(dn=");
209 buffer.append(entryDN.toString());
210 buffer.append(", newRDN=");
211 buffer.append(newRDN.toString());
212 buffer.append(", deleteOldRDN=");
213 buffer.append(deleteOldRDN);
217 buffer.append(", newSuperior=");
218 buffer.append(newSuperior.toString());
221 buffer.append(")");
239 indentBuf.append(' ');
[all...]
H A DLDAPControl.java137 buffer.append("LDAPControl(oid=");
138 buffer.append(getOID());
139 buffer.append(", criticality=");
140 buffer.append(isCritical());
144 buffer.append(", value=");
148 buffer.append(")");
165 indentBuf.append(' ');
168 buffer.append(indentBuf);
169 buffer.append("LDAP Control");
170 buffer.append(EO
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/ldap/
H A DModifyDNRequestProtocolOp.java209 buffer.append("ModifyDNRequest(dn=");
210 buffer.append(entryDN.toString());
211 buffer.append(", newRDN=");
212 buffer.append(newRDN.toString());
213 buffer.append(", deleteOldRDN=");
214 buffer.append(deleteOldRDN);
218 buffer.append(", newSuperior=");
219 buffer.append(newSuperior.toString());
222 buffer.append(")");
240 indentBuf.append(' ');
[all...]
H A DLDAPControl.java138 buffer.append("LDAPControl(oid=");
139 buffer.append(getOID());
140 buffer.append(", criticality=");
141 buffer.append(isCritical());
145 buffer.append(", value=");
149 buffer.append(")");
166 indentBuf.append(' ');
169 buffer.append(indentBuf);
170 buffer.append("LDAP Control");
171 buffer.append(EO
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/ldap/
H A DModifyDNRequestProtocolOp.java209 buffer.append("ModifyDNRequest(dn=");
210 buffer.append(entryDN.toString());
211 buffer.append(", newRDN=");
212 buffer.append(newRDN.toString());
213 buffer.append(", deleteOldRDN=");
214 buffer.append(deleteOldRDN);
218 buffer.append(", newSuperior=");
219 buffer.append(newSuperior.toString());
222 buffer.append(")");
240 indentBuf.append(' ');
[all...]
H A DLDAPControl.java138 buffer.append("LDAPControl(oid=");
139 buffer.append(getOID());
140 buffer.append(", criticality=");
141 buffer.append(isCritical());
145 buffer.append(", value=");
149 buffer.append(")");
166 indentBuf.append(' ');
169 buffer.append(indentBuf);
170 buffer.append("LDAP Control");
171 buffer.append(EO
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/ldap/
H A DModifyDNRequestProtocolOp.java208 buffer.append("ModifyDNRequest(dn=");
209 buffer.append(entryDN.toString());
210 buffer.append(", newRDN=");
211 buffer.append(newRDN.toString());
212 buffer.append(", deleteOldRDN=");
213 buffer.append(deleteOldRDN);
217 buffer.append(", newSuperior=");
218 buffer.append(newSuperior.toString());
221 buffer.append(")");
239 indentBuf.append(' ');
[all...]
H A DLDAPControl.java137 buffer.append("LDAPControl(oid=");
138 buffer.append(getOID());
139 buffer.append(", criticality=");
140 buffer.append(isCritical());
144 buffer.append(", value=");
148 buffer.append(")");
165 indentBuf.append(' ');
168 buffer.append(indentBuf);
169 buffer.append("LDAP Control");
170 buffer.append(EO
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/
H A DModifyDNRequestProtocolOp.java205 buffer.append("ModifyDNRequest(dn=").append(entryDN);
206 buffer.append(", newRDN=").append(newRDN);
207 buffer.append(", deleteOldRDN=").append(deleteOldRDN);
211 buffer.append(", newSuperior=").append(newSuperior);
214 buffer.append(")");
232 indentBuf.append(' ');
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionNotification.java221 xml.append("<SessionNotification vers=").append(QUOTE).append(
222 notificationVersion).append(QUOTE).append(" notid=").append(
223 QUOTE).append(notificationID).append(QUOTE).append(">").append(
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionNotification.java221 xml.append("<SessionNotification vers=").append(QUOTE).append(
222 notificationVersion).append(QUOTE).append(" notid=").append(
223 QUOTE).append(notificationID).append(QUOTE).append(">").append(
[all...]
/forgerock/opendj-b2.6/tests/staf-tests/shared/python/
H A Dreplication.py46 self.changelogServerList.append('%s:%s' % (hostname, port))
66 self.changelogServerList.append('%s:%s' % (hostname, port))
105 self.synchronizedSuffixList.append(synchronizedSuffix)
190 ldifLines.append('')
192 ldifLines.append('dn: cn=Multimaster Synchronization,cn=Synchronization Providers,cn=config')
193 ldifLines.append('objectClass: top')
194 ldifLines.append('objectClass: ds-cfg-synchronization-provider')
195 ldifLines.append('objectClass: ds-cfg-replication-synchronization-provider')
196 ldifLines.append('cn: Multimaster Synchronization')
197 ldifLines.append('d
[all...]
/forgerock/opendj2/tests/staf-tests/shared/python/
H A Dreplication.py45 self.changelogServerList.append('%s:%s' % (hostname, port))
65 self.changelogServerList.append('%s:%s' % (hostname, port))
105 self.synchronizedSuffixList.append(synchronizedSuffix)
194 ldifLines.append('')
196 ldifLines.append('dn: cn=Multimaster Synchronization,cn=Synchronization Providers,cn=config')
197 ldifLines.append('objectClass: top')
198 ldifLines.append('objectClass: ds-cfg-synchronization-provider')
199 ldifLines.append('objectClass: ds-cfg-replication-synchronization-provider')
200 ldifLines.append('cn: Multimaster Synchronization')
201 ldifLines.append('d
[all...]
/forgerock/opendj2.6.2/tests/staf-tests/shared/python/
H A Dreplication.py46 self.changelogServerList.append('%s:%s' % (hostname, port))
66 self.changelogServerList.append('%s:%s' % (hostname, port))
105 self.synchronizedSuffixList.append(synchronizedSuffix)
190 ldifLines.append('')
192 ldifLines.append('dn: cn=Multimaster Synchronization,cn=Synchronization Providers,cn=config')
193 ldifLines.append('objectClass: top')
194 ldifLines.append('objectClass: ds-cfg-synchronization-provider')
195 ldifLines.append('objectClass: ds-cfg-replication-synchronization-provider')
196 ldifLines.append('cn: Multimaster Synchronization')
197 ldifLines.append('d
[all...]
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/python/
H A Dreplication.py46 self.changelogServerList.append('%s:%s' % (hostname, port))
66 self.changelogServerList.append('%s:%s' % (hostname, port))
105 self.synchronizedSuffixList.append(synchronizedSuffix)
190 ldifLines.append('')
192 ldifLines.append('dn: cn=Multimaster Synchronization,cn=Synchronization Providers,cn=config')
193 ldifLines.append('objectClass: top')
194 ldifLines.append('objectClass: ds-cfg-synchronization-provider')
195 ldifLines.append('objectClass: ds-cfg-replication-synchronization-provider')
196 ldifLines.append('cn: Multimaster Synchronization')
197 ldifLines.append('d
[all...]
/forgerock/opendj2-hg/tests/staf-tests/shared/python/
H A Dreplication.py45 self.changelogServerList.append('%s:%s' % (hostname, port))
65 self.changelogServerList.append('%s:%s' % (hostname, port))
105 self.synchronizedSuffixList.append(synchronizedSuffix)
194 ldifLines.append('')
196 ldifLines.append('dn: cn=Multimaster Synchronization,cn=Synchronization Providers,cn=config')
197 ldifLines.append('objectClass: top')
198 ldifLines.append('objectClass: ds-cfg-synchronization-provider')
199 ldifLines.append('objectClass: ds-cfg-replication-synchronization-provider')
200 ldifLines.append('cn: Multimaster Synchronization')
201 ldifLines.append('d
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DRemoveEntry.java92 sb.append("<RemoveEntry xmlns=\"").
93 append(DiscoConstants.DISCO_NS).append("\"");
95 sb.append(" entryID=\"").append(entryID).append("\"");
97 sb.append("></RemoveEntry>");
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DRemoveEntry.java92 sb.append("<RemoveEntry xmlns=\"").
93 append(DiscoConstants.DISCO_NS).append("\"");
95 sb.append(" entryID=\"").append(entryID).append("\"");
97 sb.append("></RemoveEntry>");
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/util/
H A DToken.java51 buff.append("ConstantToken{");
55 buff.append("WildCardToken{");
59 buff.append("Token{");
63 buff.append(getTokenString());
64 buff.append("}");
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DInstallRunInfo.java45 buff.append(getType()).append(LINE_SEP);
46 buff.append("Welcome message: ").append(LINE_SEP);
50 buff.append(welcomeMesssage.toString()).append(LINE_SEP);
51 buff.append("Exit message: ").append(LINE_SEP);
55 buff.append(exitMesssage.toString()).append(LINE_SE
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/common/
H A DIDPEntry.java185 xml.append("<?xml version=\"1.0\" encoding=\"").
186 append(IFSConstants.DEFAULT_ENCODING).append("\" ?>\n");
197 xml.append("<").append(prefix).append("IDPEntry").append(uri).
198 append(">\n");
201 xml.append("<").append(prefi
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/common/
H A DIDPEntry.java185 xml.append("<?xml version=\"1.0\" encoding=\"").
186 append(IFSConstants.DEFAULT_ENCODING).append("\" ?>\n");
197 xml.append("<").append(prefix).append("IDPEntry").append(uri).
198 append(">\n");
201 xml.append("<").append(prefi
[all...]
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DInstallRunInfo.java45 buff.append(getType()).append(LINE_SEP);
46 buff.append("Welcome message: ").append(LINE_SEP);
50 buff.append(welcomeMesssage.toString()).append(LINE_SEP);
51 buff.append("Exit message: ").append(LINE_SEP);
55 buff.append(exitMesssage.toString()).append(LINE_SE
[all...]

Completed in 121 milliseconds

1234567891011>>