nl.surfnet.mujina.controllers
Class IdentityProviderAPI
java.lang.Object
nl.surfnet.mujina.controllers.IdentityProviderAPI
@Controller
public class IdentityProviderAPI
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IdentityProviderAPI
@Autowired
public IdentityProviderAPI(IdpConfiguration configuration)
setAttribute
@RequestMapping(value="/attributes/{name:.+}",
method=PUT)
@ResponseStatus(value=NO_CONTENT)
@ResponseBody
public void setAttribute(@PathVariable
String name,
@RequestBody
Attribute attribute)
removeAttribute
@RequestMapping(value="/attributes/{name:.+}",
method=DELETE)
@ResponseStatus(value=NO_CONTENT)
@ResponseBody
public void removeAttribute(@PathVariable
String name)
addUser
@RequestMapping(value="/users",
method=PUT)
@ResponseStatus(value=NO_CONTENT)
@ResponseBody
public void addUser(@RequestBody
User user)
setAuthenticationMethod
@RequestMapping(value="/authmethod",
method=PUT)
@ResponseStatus(value=NO_CONTENT)
@ResponseBody
public void setAuthenticationMethod(@RequestBody
AuthenticationMethod authenticationMethod)
Copyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.