com.evolveum.midpoint.web.security
Class UserDetailsServiceImpl

java.lang.Object
  extended by com.evolveum.midpoint.web.security.UserDetailsServiceImpl
All Implemented Interfaces:
UserDetailsService

@Service
public class UserDetailsServiceImpl
extends java.lang.Object
implements UserDetailsService

Author:
lazyman

Constructor Summary
UserDetailsServiceImpl()
           
 
Method Summary
 PrincipalUser getUser(java.lang.String principal)
           
 void updateUser(PrincipalUser user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserDetailsServiceImpl

public UserDetailsServiceImpl()
Method Detail

getUser

public PrincipalUser getUser(java.lang.String principal)
Specified by:
getUser in interface UserDetailsService

updateUser

public void updateUser(PrincipalUser user)
Specified by:
updateUser in interface UserDetailsService


Copyright © 2011 evolveum. All Rights Reserved.