Uses of Class
org.aselect.server.request.RequestState

Packages that use RequestState
org.aselect.server.request.handler   
org.aselect.server.request.handler.aselect   
org.aselect.server.request.handler.attributeprocessor   
org.aselect.server.request.handler.entree.sso.cookiemonster   
org.aselect.server.request.handler.entree.sso.notification   
org.aselect.server.request.handler.entree.sso.service   
org.aselect.server.request.handler.saml11   
org.aselect.server.request.handler.sfs   
org.aselect.server.request.handler.shibboleth   
 

Uses of RequestState in org.aselect.server.request.handler
 

Methods in org.aselect.server.request.handler that return RequestState
 RequestState IRequestHandler.process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Processes the request.
 

Uses of RequestState in org.aselect.server.request.handler.aselect
 

Methods in org.aselect.server.request.handler.aselect that return RequestState
 RequestState ASelectAuthenticationProfile.process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Main process function.
 RequestState ASelectRestartRequestHandler.process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Description:
This method should be called if a sub class receives a restart request.
 

Uses of RequestState in org.aselect.server.request.handler.attributeprocessor
 

Methods in org.aselect.server.request.handler.attributeprocessor that return RequestState
 RequestState AttributeProcessorProceeder.process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Issues an cross TGT.
 

Uses of RequestState in org.aselect.server.request.handler.entree.sso.cookiemonster
 

Methods in org.aselect.server.request.handler.entree.sso.cookiemonster that return RequestState
 RequestState CookieMonsterHandler.process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Processes the Cookie Monster request.
 

Uses of RequestState in org.aselect.server.request.handler.entree.sso.notification
 

Methods in org.aselect.server.request.handler.entree.sso.notification that return RequestState
 RequestState SSONotifcationServiceHandler.process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Processes the request, thereby setting a cookie in the response if the ELO ID that was send in the request is found in the ELO store.
 

Uses of RequestState in org.aselect.server.request.handler.entree.sso.service
 

Methods in org.aselect.server.request.handler.entree.sso.service that return RequestState
 RequestState SSOServiceHandler.process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Processes the request.
 

Uses of RequestState in org.aselect.server.request.handler.saml11
 

Methods in org.aselect.server.request.handler.saml11 that return RequestState
 RequestState SAML11ArtifactRequestHandler.process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Processes a SAML message inside a SOAP message containing an Artifact request.
 RequestState SAML11QueryRequestHandler.process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Processes a SAML message inside a SOAP message containing a SAML Subject Query request.
 RequestState SAML11RequestHandler.process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Processes a SAML Web SSO request.
 

Uses of RequestState in org.aselect.server.request.handler.sfs
 

Methods in org.aselect.server.request.handler.sfs that return RequestState
 RequestState ASelectAuthenticationProfile.process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Main process function.
 RequestState SFSIdpQueryHandler.process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Main process function.
 

Uses of RequestState in org.aselect.server.request.handler.shibboleth
 

Methods in org.aselect.server.request.handler.shibboleth that return RequestState
 RequestState ShibbolethAuthenticationProfile.process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Processes the following request:
?providerId=[providerId]&shire=[shire]&target=[target]&time=[time]
The time parameter is optional, if available the request will be checked for expiration.
 RequestState ShibbolethWAYFProfile.process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Processes the following requests:

a) ?providerId=[providerId]&shire=[shire]&target=[target]&time=[time]
The time parameter is optional, if available the request will be checked for expiration.
 



Copyright © 2008 SURFnet BV. All Rights Reserved.