|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.internet2.middleware.shibboleth.common.profile.provider.AbstractRequestURIMappedProfileHandler
edu.internet2.middleware.shibboleth.idp.profile.SAMLMetadataProfileHandler
public class SAMLMetadataProfileHandler
A simple profile handler that serves up the IdP's metadata. Eventually this handler should auto generate the metadata but, for now, it just provides information from a static file.
| Field Summary | |
|---|---|
private org.slf4j.Logger |
log
Class logger. |
private FilesystemMetadataProvider |
metadataProvider
Metadata provider. |
| Constructor Summary | |
|---|---|
SAMLMetadataProfileHandler(String metadataFile,
ParserPool pool)
Constructor. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class edu.internet2.middleware.shibboleth.common.profile.provider.AbstractRequestURIMappedProfileHandler |
|---|
getRequestPaths, setRequestPaths |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final org.slf4j.Logger log
private FilesystemMetadataProvider metadataProvider
| Constructor Detail |
|---|
public SAMLMetadataProfileHandler(String metadataFile,
ParserPool pool)
metadataFile - the IdPs metadata filepool - pool of XML parsers used to parse the metadata| Method Detail |
|---|
public void processRequest(InTransport in,
OutTransport out)
throws ProfileException
ProfileException
private 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 serializer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||