nl.surfnet.mujina.controllers
Class ServiceProviderAPI

java.lang.Object
  extended by nl.surfnet.mujina.controllers.ServiceProviderAPI

@Controller
public class ServiceProviderAPI
extends Object


Constructor Summary
ServiceProviderAPI(SpConfiguration configuration)
           
 
Method Summary
 void setAssertionConsumerServiceURL(AssertionConsumerServiceURL assertionConsumerServiceURL)
           
 void setProtocolBinding(ProtocolBinding protocolBinding)
           
 void setSsoServiceURL(SSOServiceURL ssoServiceURL)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceProviderAPI

@Autowired
public ServiceProviderAPI(SpConfiguration configuration)
Method Detail

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.