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

Field Summary
static String DOT_CLASS
           
static String OPERATION_GET_USER
           
static String OPERATION_UPDATE_USER
           
 
Method Summary
 PrincipalUser getUser(String principal)
           
 void updateUser(PrincipalUser user)
           
 

Field Detail

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
Method Detail

getUser

PrincipalUser getUser(String principal)

updateUser

void updateUser(PrincipalUser user)


Copyright © 2013 evolveum. All Rights Reserved.