public class StatusServlet
extends javax.servlet.http.HttpServlet
| コンストラクタと説明 |
|---|
StatusServlet() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicepublic void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init インタフェース内 javax.servlet.Servletinit クラス内 javax.servlet.GenericServletjavax.servlet.ServletExceptionprotected void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doGet クラス内 javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionprotected boolean isAuthenticated(javax.servlet.http.HttpServletRequest request)
throws javax.servlet.ServletException
request - client requestjavax.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 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, RelyingPartyConfiguration config)
out - output writer to which information will be writtenconfig - the relying party configurationCopyright © 2012. All Rights Reserved.