Package org.cyclos.impl.access
Interface InternalAuthServiceLocal
-
- All Superinterfaces:
InternalAuthService,Service
public interface InternalAuthServiceLocal extends InternalAuthService
Local interface forInternalAuthService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserAgentfindUserAgent(BasicUser user, String agentId)Finds an user agent by id for the given user or returns null if not found.PerformLoginResultperformLogin(LoginDTO loginParams)Performs the login of the currently authenticated user-
Methods inherited from interface org.cyclos.services.access.InternalAuthService
getCurrentAuth, getSessionProperties, login, loginUser, logout, setSessionProperties
-
-
-
-
Method Detail
-
findUserAgent
UserAgent findUserAgent(BasicUser user, String agentId)
Finds an user agent by id for the given user or returns null if not found.
-
performLogin
PerformLoginResult performLogin(LoginDTO loginParams)
Performs the login of the currently authenticated user
-
-