|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.aselect.server.request.handler.AbstractRequestHandler
org.aselect.server.request.handler.shibboleth.ShibbolethAuthenticationProfile
public class ShibbolethAuthenticationProfile
Shibboleth interface for A-Select.
Description:
The Shibboleth interface for the A-Select Server.
HTTP GET containg the following items in the querystring
Field Summary |
---|
Fields inherited from class org.aselect.server.request.handler.AbstractRequestHandler |
---|
_configManager, _oServletConfig, _oSessionManager, _systemLogger |
Constructor Summary | |
---|---|
ShibbolethAuthenticationProfile()
|
Method Summary | |
---|---|
void |
destroy()
Removes the class variables from memory |
void |
init(javax.servlet.ServletConfig oServletConfig,
java.lang.Object oConfig)
Initializes the request handler by reading the following configuration: <handler> <clientcommunicator>[clientcommunicator]</clientcommunicator> <response_uri>[response_uri]</response_uri> <time offset='[offset]'/> <providers> <provider id='[providerId]' app_id='[app_id]'/> ... </providers> </handler> clientcommunicator - Client communicator used for communicating to the A-Select Server SAML 11 requesthandler (raw/soap11/soap12) response_uri - URI to the SAML 1.1 requesthandler offset - time offset in seconds providerId - The providerId that corresponds to the A-Select application ID app_id - The A-Select Application id that corresponds to the providerId |
RequestState |
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. |
Methods inherited from class org.aselect.server.request.handler.AbstractRequestHandler |
---|
getID, getPattern |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ShibbolethAuthenticationProfile()
Method Detail |
---|
public void init(javax.servlet.ServletConfig oServletConfig, java.lang.Object oConfig) throws ASelectException
init
in interface IRequestHandler
init
in class AbstractRequestHandler
oServletConfig
- Servlet Config of the Parent servletoConfig
- Object containing the RequestHandler configuration
ASelectException
- if initalization failsAbstractRequestHandler.init(javax.servlet.ServletConfig, java.lang.Object)
public RequestState process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ASelectException
?providerId=[providerId]&shire=[shire]&target=[target]&time=[time]
time
parameter is optional, if available the request will be checked
for expiration. A request is expired if the sent time has a bigger delay
then the configured offset.
request=authenticate
to the A-Select Server
request
- HttpServletRequest containing the requestresponse
- HttpServletResponse containing the response
ASelectException
- if the request couldn't be processedIRequestHandler.process(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
public void destroy()
IRequestHandler.destroy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |