org.jboss.seam.security.external.saml.idp
Class SamlIdpSingleSignOnService
java.lang.Object
org.jboss.seam.security.external.saml.idp.SamlIdpSingleSignOnService
public class SamlIdpSingleSignOnService
- extends Object
- Author:
- Marcel Kolsteren
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SamlIdpSingleSignOnService
public SamlIdpSingleSignOnService()
processSPRequest
public void processSPRequest(HttpServletRequest httpRequest,
HttpServletResponse httpResponse,
RequestAbstractType request)
throws InvalidRequestException
- Throws:
InvalidRequestException
handleSucceededAuthentication
public void handleSucceededAuthentication(SamlIdpSession session,
HttpServletResponse response)
handleFailedAuthentication
public void handleFailedAuthentication(HttpServletResponse response)
sendAuthenticationResponseToIDP
public void sendAuthenticationResponseToIDP(SamlExternalIdentityProvider idp,
HttpServletResponse response)
remoteLogin
public void remoteLogin(String spEntityId,
SamlIdpSession session,
String remoteUrl,
HttpServletResponse response)
Copyright © 2011 Seam Framework. All Rights Reserved.