Uses of Class
net.stepniak.api.auth.entity.SessionEntity

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
<Entity extends SessionEntity>
Entity
InMemorySessionRepository.save(Entity entity)
           
<Entity extends SessionEntity>
Iterable<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)
           
 



Copyright © 2013. All Rights Reserved.