|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SessionEntity | |
|---|---|
| net.stepniak.api.auth | |
| net.stepniak.api.auth.repository.memory | |
| Uses of SessionEntity in net.stepniak.api.auth |
|---|
| Methods in net.stepniak.api.auth that return SessionEntity | |
|---|---|
SessionEntity |
SessionStore.create(KeyEntity keyEntity,
UserEntity userEntity,
String remoteAddr,
String forwardedFor)
|
SessionEntity |
SessionStore.find(String id)
|
| Uses of SessionEntity in net.stepniak.api.auth.repository.memory |
|---|
| Methods in net.stepniak.api.auth.repository.memory with type parameters of type SessionEntity | ||
|---|---|---|
|
InMemorySessionRepository.save(Entity entity)
|
|
|
InMemorySessionRepository.save(Iterable<Entity> entities)
|
|
| Methods in net.stepniak.api.auth.repository.memory that return SessionEntity | |
|---|---|
SessionEntity |
InMemorySessionRepository.findOne(String id)
|
| Methods in net.stepniak.api.auth.repository.memory that return types with arguments of type SessionEntity | |
|---|---|
Iterable<SessionEntity> |
InMemorySessionRepository.findAll()
|
Iterable<SessionEntity> |
InMemorySessionRepository.findAll(Iterable<String> strings)
|
| Methods in net.stepniak.api.auth.repository.memory with parameters of type SessionEntity | |
|---|---|
void |
InMemorySessionRepository.delete(SessionEntity entity)
|
| Method parameters in net.stepniak.api.auth.repository.memory with type arguments of type SessionEntity | |
|---|---|
void |
InMemorySessionRepository.delete(Iterable<? extends SessionEntity> entities)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||