| Modifier and Type | Method and Description |
|---|---|
static SSession |
SessionInfos.getSession() |
| Modifier and Type | Method and Description |
|---|---|
SSession |
SecuredLoginServiceImpl.login(Map<String,Serializable> credentials) |
SSession |
LoginService.login(Map<String,Serializable> credentials)
generic login approach to handle outer authentication service like CAS or OAuth or whatever...
|
| Modifier and Type | Method and Description |
|---|---|
static String |
LogMessageBuilder.builUserActionPrefix(SSession session,
long starterId)
Build message "The user
|
| Modifier and Type | Method and Description |
|---|---|
static APISession |
ModelConvertor.toAPISession(SSession session,
String tenant) |
| Modifier and Type | Method and Description |
|---|---|
SSession |
SessionService.createSession(long tenantId,
long userId,
String userName,
boolean technicalUser) |
SSession |
SessionService.createSession(long tenantId,
long userId,
String userName,
boolean technicalUser,
List<String> profiles) |
SSession |
SessionService.createSession(long tenantId,
String userName)
Create a new session for the given user;
|
SSession |
SessionService.getSession(long sessionId)
Retrieve a session by its id
|
SSession |
SessionProvider.getSession(long sessionId) |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionProvider.addSession(SSession session) |
void |
SessionProvider.updateSession(SSession session) |
| Modifier and Type | Method and Description |
|---|---|
SSession |
SessionServiceImpl.createSession(long tenantId,
long userId,
String userName,
boolean isTechnicalUser) |
SSession |
SessionServiceImpl.createSession(long tenantId,
long userId,
String userName,
boolean isTechnicalUser,
List<String> profiles) |
SSession |
SessionServiceImpl.createSession(long tenantId,
String userName) |
SSession |
SessionServiceImpl.getSession(long sessionId) |
SSession |
AbstractSessionProvider.getSession(long sessionId) |
protected SSession |
AbstractSessionProvider.putSession(SSession session,
long id) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<Long,SSession> |
SessionProviderImpl.getSessions() |
protected abstract Map<Long,SSession> |
AbstractSessionProvider.getSessions() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSessionProvider.addSession(SSession session) |
protected SSession |
AbstractSessionProvider.putSession(SSession session,
long id) |
void |
AbstractSessionProvider.updateSession(SSession session) |
Copyright © 2019 Bonitasoft S.A.. All rights reserved.