Searched refs:HEADER_SPEC (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 DBulkFederation.java89 static final String HEADER_SPEC = "#specification:"; field in class:BulkFederation
433 out.write(HEADER_SPEC + FedCLIConstants.IDFF_SPECIFICATION);
435 out.write(HEADER_SPEC + FedCLIConstants.SAML2_SPECIFICATION);
H A DImportBulkFederationData.java313 if ((line == null) || !line.startsWith(BulkFederation.HEADER_SPEC)
320 String s = line.substring(BulkFederation.HEADER_SPEC.length());
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/federation/cli/
H A DBulkFederation.java89 static final String HEADER_SPEC = "#specification:"; field in class:BulkFederation
433 out.write(HEADER_SPEC + FedCLIConstants.IDFF_SPECIFICATION);
435 out.write(HEADER_SPEC + FedCLIConstants.SAML2_SPECIFICATION);
H A DImportBulkFederationData.java313 if ((line == null) || !line.startsWith(BulkFederation.HEADER_SPEC)
320 String s = line.substring(BulkFederation.HEADER_SPEC.length());

Completed in 33 milliseconds