org.openwms.core.service.spring
Class SystemUserWrapper
java.lang.Object
org.openwms.core.service.spring.UserWrapper
org.openwms.core.service.spring.SystemUserWrapper
- All Implemented Interfaces:
- Serializable, UserHolder, org.springframework.security.core.userdetails.UserDetails
public class SystemUserWrapper
- extends UserWrapper
A SystemUserWrapper.
- Since:
- 0.1
- Version:
- $Revision: $
- Author:
- Heiko Scherrer
- See Also:
- Serialized Form
SystemUserWrapper
public SystemUserWrapper(User user)
- Create a new SystemUserWrapper.
- Parameters:
user
-
getPassword
public String getPassword()
- Description copied from class:
UserWrapper
-
- Specified by:
getPassword
in interface org.springframework.security.core.userdetails.UserDetails
- Overrides:
getPassword
in class UserWrapper
- Returns:
- the password (never
null
) - See Also:
UserWrapper.getPassword()
setPassword
public void setPassword(String password)
- Set the password.
- Parameters:
password
- The password to set.
Copyright © 2005-2011 openwms.org. All Rights Reserved.