|
||||||||||
| 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.
| Field Summary | |
|---|---|
private LazyList<IPRange> |
allowedIPs
|
private AttributeResolver<?> |
attributeResolver
Attribute resolver used by the IdP. |
private org.joda.time.format.DateTimeFormatter |
dateFormat
Formatter used when print date/times. |
private String |
IP_PARAM_NAME
|
private org.slf4j.Logger |
log
|
private RelyingPartyConfigurationManager |
rpConfigManager
Relying party configuration manager used by the IdP. |
private static long |
serialVersionUID
Serial version UID. |
private org.joda.time.DateTime |
startTime
Time the IdP started up. |
| 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,
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 |
| Field Detail |
|---|
private static final long serialVersionUID
private final String IP_PARAM_NAME
private final org.slf4j.Logger log
private LazyList<IPRange> allowedIPs
private org.joda.time.format.DateTimeFormatter dateFormat
private org.joda.time.DateTime startTime
private AttributeResolver<?> attributeResolver
private RelyingPartyConfigurationManager rpConfigManager
| Constructor Detail |
|---|
public StatusServlet()
| Method Detail |
|---|
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletjavax.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.HttpServletjavax.servlet.ServletException
IOException
protected boolean isAuthenticated(javax.servlet.http.HttpServletRequest request)
throws javax.servlet.ServletException
request - client request
javax.servlet.ServletExceptionprotected 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 written
protected 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 printed
protected void printRelyingPartyConfigurationInformation(PrintWriter out,
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 | |||||||||