Method | Description | |
---|---|---|
__construct ( $expire = NULL, $stateFile = NULL, $oldMetadataSrc = NULL ) | Constructor | |
dumpMetadataStdOut ( ) | This function writes the metadata to stdout. | |
getTypes ( ) : array | Get the types of entities that will be loaded. | |
loadSource ( $source ) | This function processes a SAML metadata file. | |
setTypes ( string | array $types ) | Set the types of entities that will be loaded. | |
writeARPfile ( $config ) | This function writes the metadata to an ARP file | |
writeMetadataFiles ( $outputDir ) | This function writes the metadata to to separate files in the output directory. | |
writeMetadataSerialize ( string $outputDir ) | Save metadata for loading with the 'serialize' metadata loader. | |
writeState ( ) | This function writes the state array back to disk |
Method | Description | |
---|---|---|
addCachedMetadata ( $source ) | ||
addMetadata ( $filename, $metadata, $type, $template = NULL ) | This function adds metadata from the specified file to the list of metadata. | |
createContext ( $source ) | Create HTTP context, with any available caches taken into account | |
getTime ( ) | ||
loadXML ( $data, $source ) | Parse XML metadata and return entities | |
saveState ( $source, $responseHeaders ) | Store caching state data for a source |
public __construct ( $expire = NULL, $stateFile = NULL, $oldMetadataSrc = NULL ) |
public dumpMetadataStdOut ( ) |
public loadSource ( $source ) | ||
$source |
public writeARPfile ( $config ) |
public writeMetadataFiles ( $outputDir ) |
public writeMetadataSerialize ( string $outputDir ) | ||
$outputDir | string | The directory we should save the metadata to. |