org.openwms.core.service.spring
Class SystemUserWrapper

java.lang.Object
  extended by org.openwms.core.service.spring.UserWrapper
      extended by 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

Constructor Summary
SystemUserWrapper(User user)
          Create a new SystemUserWrapper.
 
Method Summary
 String getPassword()
          
 void setPassword(String password)
          Set the password.
 
Methods inherited from class org.openwms.core.service.spring.UserWrapper
equals, getAuthorities, getUser, getUsername, hashCode, isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, isEnabled
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemUserWrapper

public SystemUserWrapper(User user)
Create a new SystemUserWrapper.

Parameters:
user -
Method Detail

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.