Uses of Interface
edu.internet2.middleware.shibboleth.common.profile.ProfileHandler

Packages that use ProfileHandler
edu.internet2.middleware.shibboleth.common.profile   
edu.internet2.middleware.shibboleth.common.profile.provider   
 

Uses of ProfileHandler in edu.internet2.middleware.shibboleth.common.profile
 

Classes in edu.internet2.middleware.shibboleth.common.profile that implement ProfileHandler
 class AbstractErrorHandler
          Error handlers are invoked when an error is encountered during request processing.
 

Methods in edu.internet2.middleware.shibboleth.common.profile that return ProfileHandler
 ProfileHandler ProfileHandlerManager.getProfileHandler(javax.servlet.ServletRequest request)
          Gets the profile handler to service this request.
 

Uses of ProfileHandler in edu.internet2.middleware.shibboleth.common.profile.provider
 

Classes in edu.internet2.middleware.shibboleth.common.profile.provider that implement ProfileHandler
 class AbstractRequestURIMappedProfileHandler<InTransportType extends InTransport,OutTransportType extends OutTransport>
          A request handler that is associated with a list of request URI, as defined by the HTTP servlet request.
 class AbstractShibbolethProfileHandler<RPManagerType extends SAMLMDRelyingPartyConfigurationManager,SessionType extends Session>
          A processor for a communication profile supported by Shibboleth.
 class JSPErrorHandler
          An error handler that forwards information to a JSP page for display to the end user.
 class VelocityErrorHandler
          An error handler that render an error page by means of evaluating a Velocity template..
 



Copyright © 1999-2012. All Rights Reserved.