nl.surfnet.mujina.controllers
Class ServiceProviderAPI
java.lang.Object
nl.surfnet.mujina.controllers.ServiceProviderAPI
@Controller
public class ServiceProviderAPI
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceProviderAPI
@Autowired
public ServiceProviderAPI(SpConfiguration configuration)
setSsoServiceURL
@RequestMapping(value="/ssoServiceURL",
method=PUT)
@ResponseStatus(value=NO_CONTENT)
@ResponseBody
public void setSsoServiceURL(@RequestBody
SSOServiceURL ssoServiceURL)
setProtocolBinding
@RequestMapping(value="/protocolBinding",
method=PUT)
@ResponseStatus(value=NO_CONTENT)
@ResponseBody
public void setProtocolBinding(@RequestBody
ProtocolBinding protocolBinding)
setAssertionConsumerServiceURL
@RequestMapping(value="/assertionConsumerServiceURL",
method=PUT)
@ResponseStatus(value=NO_CONTENT)
@ResponseBody
public void setAssertionConsumerServiceURL(@RequestBody
AssertionConsumerServiceURL assertionConsumerServiceURL)
Copyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.