edu.internet2.middleware.shibboleth.idp.profile
Class StatusProfileHandler

java.lang.Object
  extended by edu.internet2.middleware.shibboleth.common.profile.provider.AbstractRequestURIMappedProfileHandler
      extended by edu.internet2.middleware.shibboleth.idp.profile.StatusProfileHandler
All Implemented Interfaces:
ProfileHandler

Deprecated.

public class StatusProfileHandler
extends AbstractRequestURIMappedProfileHandler

A simple profile handler that returns the string "ok" if the IdP is able to answer the request. This may be used for very basic monitoring of the IdP.


Field Summary
private  org.slf4j.Logger log
          Deprecated. Class logger.
 
Constructor Summary
StatusProfileHandler()
          Deprecated.  
 
Method Summary
 void processRequest(InTransport in, OutTransport out)
          Deprecated. 
 
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

log

private final org.slf4j.Logger log
Deprecated. 
Class logger.

Constructor Detail

StatusProfileHandler

public StatusProfileHandler()
Deprecated. 
Method Detail

processRequest

public void processRequest(InTransport in,
                           OutTransport out)
Deprecated. 



Copyright © 1999-2012. All Rights Reserved.