|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
edu.internet2.middleware.shibboleth.idp.StatusServlet
public class StatusServlet
A Servlet for displaying the status of the IdP.
Constructor Summary | |
---|---|
StatusServlet()
|
Method Summary | |
---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
init(javax.servlet.ServletConfig config)
|
protected boolean |
isAuthenticated(javax.servlet.http.HttpServletRequest request)
Checks whether the client is authenticated. |
protected void |
printIdPInformation(PrintWriter out)
Prints out general IdP information. |
protected void |
printOperatingEnvironmentInformation(PrintWriter out)
Prints out information about the operating environment. |
protected void |
printRelyingPartyConfigurationInformation(PrintWriter out,
edu.internet2.middleware.shibboleth.common.relyingparty.RelyingPartyConfiguration config)
Prints out the information for a specific relying party configuration. |
protected void |
printRelyingPartyConfigurationsInformation(PrintWriter out,
String relyingPartyId)
Prints information about relying party configurations. |
Methods inherited from class javax.servlet.http.HttpServlet |
---|
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StatusServlet()
Method Detail |
---|
public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
init
in interface javax.servlet.Servlet
init
in class javax.servlet.GenericServlet
javax.servlet.ServletException
protected void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doGet
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
protected boolean isAuthenticated(javax.servlet.http.HttpServletRequest request) throws javax.servlet.ServletException
request
- client request
javax.servlet.ServletException
protected void printOperatingEnvironmentInformation(PrintWriter out)
out
- output writer to which information will be writtenprotected void printIdPInformation(PrintWriter out)
out
- output writer to which information will be writtenprotected void printRelyingPartyConfigurationsInformation(PrintWriter out, String relyingPartyId)
out
- output writer to which information will be writtenrelyingPartyId
- entity ID of the relying party whose configuration should be printedprotected void printRelyingPartyConfigurationInformation(PrintWriter out, edu.internet2.middleware.shibboleth.common.relyingparty.RelyingPartyConfiguration config)
out
- output writer to which information will be writtenconfig
- the relying party configuration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |