com.evolveum.midpoint.model.security.api
Interface UserDetailsService
- All Known Implementing Classes:
- UserDetailsServiceImpl
public interface UserDetailsService
Temporary place, till we create special component for it
- Author:
- lazyman, Igor Farinic
DOT_CLASS
static final String DOT_CLASS
OPERATION_GET_USER
static final String OPERATION_GET_USER
OPERATION_UPDATE_USER
static final String OPERATION_UPDATE_USER
getUser
PrincipalUser getUser(String principal)
updateUser
void updateUser(PrincipalUser user)
Copyright © 2013 evolveum. All Rights Reserved.