public class PostBindingSupportingAuthnRequestController
extends nl.surfnet.spring.security.opensaml.controller.AuthnRequestController
| Constructor and Description |
|---|
PostBindingSupportingAuthnRequestController() |
| Modifier and Type | Method and Description |
|---|---|
void |
commence(String target,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
setAssertionConsumerServiceURL(String assertionConsumerServiceURL) |
void |
setCredentialResolver(org.opensaml.xml.security.credential.CredentialResolver cr) |
void |
setEntityID(String entityID) |
void |
setProtocolBinding(String protocolBinding) |
void |
setSAMLMessageHandler(nl.surfnet.spring.security.opensaml.SAMLMessageHandler samlMessageHandler) |
public PostBindingSupportingAuthnRequestController()
public void setCredentialResolver(org.opensaml.xml.security.credential.CredentialResolver cr)
setCredentialResolver in class nl.surfnet.spring.security.opensaml.controller.AuthnRequestControllerpublic void setSAMLMessageHandler(nl.surfnet.spring.security.opensaml.SAMLMessageHandler samlMessageHandler)
setSAMLMessageHandler in class nl.surfnet.spring.security.opensaml.controller.AuthnRequestControllerpublic void setAssertionConsumerServiceURL(String assertionConsumerServiceURL)
setAssertionConsumerServiceURL in class nl.surfnet.spring.security.opensaml.controller.AuthnRequestControllerpublic void setEntityID(String entityID)
setEntityID in class nl.surfnet.spring.security.opensaml.controller.AuthnRequestControllerpublic void setProtocolBinding(String protocolBinding)
@RequestMapping(value="/OpenSAML.sso/Login",
method=GET)
public void commence(@RequestParam(value="target")
String target,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
commence in class nl.surfnet.spring.security.opensaml.controller.AuthnRequestControllerIOExceptionCopyright © 2012–2015 SURFnet bv, The Netherlands. All rights reserved.