@Deprecated @Controller public class ManageSecurityUsersController extends Object
| Constructor and Description |
|---|
ManageSecurityUsersController(DuracloudUserDetailsService userDetailsService,
org.springframework.security.authentication.encoding.PasswordEncoder passwordEncoder)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.authentication.encoding.PasswordEncoder |
getPasswordEncoder()
Deprecated.
|
DuracloudUserDetailsService |
getUserDetailsService()
Deprecated.
|
org.springframework.web.servlet.ModelAndView |
handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
SecurityUserCommand cmd,
org.springframework.validation.BindingResult result)
Deprecated.
|
void |
setPasswordEncoder(org.springframework.security.authentication.encoding.PasswordEncoder passwordEncoder)
Deprecated.
|
void |
setUserDetailsService(DuracloudUserDetailsService userDetailsService)
Deprecated.
|
@Autowired public ManageSecurityUsersController(DuracloudUserDetailsService userDetailsService, org.springframework.security.authentication.encoding.PasswordEncoder passwordEncoder)
@RequestMapping(value="/admin")
public org.springframework.web.servlet.ModelAndView handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
SecurityUserCommand cmd,
org.springframework.validation.BindingResult result)
throws Exception
Exceptionpublic DuracloudUserDetailsService getUserDetailsService()
public void setUserDetailsService(DuracloudUserDetailsService userDetailsService)
public org.springframework.security.authentication.encoding.PasswordEncoder getPasswordEncoder()
public void setPasswordEncoder(org.springframework.security.authentication.encoding.PasswordEncoder passwordEncoder)
Copyright © 2009–2016 DuraSpace. All rights reserved.