public class SAMLMetadataProfileHandler extends AbstractRequestURIMappedProfileHandler
| Modifier and Type | Field and Description |
|---|---|
private org.slf4j.Logger |
log
Class logger.
|
private FilesystemMetadataProvider |
metadataProvider
Metadata provider.
|
| Constructor and Description |
|---|
SAMLMetadataProfileHandler(String metadataFile,
ParserPool pool)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
processRequest(InTransport in,
OutTransport out) |
private void |
writeNode(Node node,
OutputStream output,
Charset outputEncoding)
Writes out the DOM node to a given output stream using a given output encoding.
|
getRequestPaths, setRequestPathsprivate final org.slf4j.Logger log
private FilesystemMetadataProvider metadataProvider
public SAMLMetadataProfileHandler(String metadataFile, ParserPool pool)
metadataFile - the IdPs metadata filepool - pool of XML parsers used to parse the metadatapublic void processRequest(InTransport in, OutTransport out) throws ProfileException
ProfileExceptionprivate void writeNode(Node node, OutputStream output, Charset outputEncoding)
node - node to write outoutput - output stream to which the node is writtenoutputEncoding - character encoding used by the serializerCopyright © 1999-2014. All Rights Reserved.