Searched refs:BulkFederation (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/federation/cli/
H A DImportBulkFederationData.java72 * The input file is generated by <code>BulkFederation</code> class.
255 if ((line == null) || !line.startsWith(BulkFederation.HEADER_LOCAL)
261 return line.substring(BulkFederation.HEADER_LOCAL.length());
270 if ((line == null) || !line.startsWith(BulkFederation.HEADER_REMOTE)
276 String remoteId = line.substring(BulkFederation.HEADER_REMOTE.length());
293 if ((line == null) || !line.startsWith(BulkFederation.HEADER_ROLE)
299 String role = line.substring(BulkFederation.HEADER_ROLE.length());
313 if ((line == null) || !line.startsWith(BulkFederation.HEADER_SPEC)
320 String s = line.substring(BulkFederation.HEADER_SPEC.length());
351 BulkFederation
[all...]
H A DBulkFederation.java25 * $Id: BulkFederation.java,v 1.5 2009/10/29 00:03:50 exu Exp $
80 public class BulkFederation extends AuthenticatedCommand { class in inherits:AuthenticatedCommand
248 debugError("BulkFederation.idffFederateUser", e);
254 debugError("BulkFederation.idffFederateUser", e);
260 debugError("BulkFederation.idffFederateUser", e);
266 debugError("BulkFederation.idffFederateUser", e);
270 debugError("BulkFederation.idffFederateUser", e);
327 debugError("BulkFederation.saml2FederateUser", e);
333 debugError("BulkFederation.saml2FederateUser", e);
339 debugError("BulkFederation
[all...]
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/federation/cli/
H A DImportBulkFederationData.java72 * The input file is generated by <code>BulkFederation</code> class.
255 if ((line == null) || !line.startsWith(BulkFederation.HEADER_LOCAL)
261 return line.substring(BulkFederation.HEADER_LOCAL.length());
270 if ((line == null) || !line.startsWith(BulkFederation.HEADER_REMOTE)
276 String remoteId = line.substring(BulkFederation.HEADER_REMOTE.length());
293 if ((line == null) || !line.startsWith(BulkFederation.HEADER_ROLE)
299 String role = line.substring(BulkFederation.HEADER_ROLE.length());
313 if ((line == null) || !line.startsWith(BulkFederation.HEADER_SPEC)
320 String s = line.substring(BulkFederation.HEADER_SPEC.length());
351 BulkFederation
[all...]
H A DBulkFederation.java25 * $Id: BulkFederation.java,v 1.5 2009/10/29 00:03:50 exu Exp $
80 public class BulkFederation extends AuthenticatedCommand { class in inherits:AuthenticatedCommand
248 debugError("BulkFederation.idffFederateUser", e);
254 debugError("BulkFederation.idffFederateUser", e);
260 debugError("BulkFederation.idffFederateUser", e);
266 debugError("BulkFederation.idffFederateUser", e);
270 debugError("BulkFederation.idffFederateUser", e);
327 debugError("BulkFederation.saml2FederateUser", e);
333 debugError("BulkFederation.saml2FederateUser", e);
339 debugError("BulkFederation
[all...]

Completed in 32 milliseconds