public class SAMLMetadataProfileHandler extends AbstractRequestURIMappedProfileHandler
| コンストラクタと説明 |
|---|
SAMLMetadataProfileHandler(String metadataFile,
ParserPool pool)
Constructor.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
processRequest(InTransport in,
OutTransport out)
Processes an incoming request.
|
getRequestPaths, setRequestPathspublic 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
in - the incoming request transportout - the outgoing response transportProfileException - throw if there was a problem while processing the requestCopyright © 2012. All Rights Reserved.