org.jboss.seam.security.external.saml.sp
Class SamlSpSingleSignOnService

java.lang.Object
  extended by org.jboss.seam.security.external.saml.sp.SamlSpSingleSignOnService

public class SamlSpSingleSignOnService
extends Object

Author:
Marcel Kolsteren

Constructor Summary
SamlSpSingleSignOnService()
           
 
Method Summary
 void processIDPResponse(HttpServletRequest httpRequest, HttpServletResponse httpResponse, StatusResponseType statusResponse)
           
 void sendAuthenticationRequestToIDP(SamlExternalIdentityProvider idp, HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SamlSpSingleSignOnService

public SamlSpSingleSignOnService()
Method Detail

processIDPResponse

public void processIDPResponse(HttpServletRequest httpRequest,
                               HttpServletResponse httpResponse,
                               StatusResponseType statusResponse)
                        throws InvalidRequestException
Throws:
InvalidRequestException

sendAuthenticationRequestToIDP

public void sendAuthenticationRequestToIDP(SamlExternalIdentityProvider idp,
                                           HttpServletResponse response)


Copyright © 2011 Seam Framework. All Rights Reserved.