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

Packages that use KeyEntity
net.stepniak.api.auth   
net.stepniak.api.auth.entity   
net.stepniak.api.auth.repository.memory   
 

Uses of KeyEntity in net.stepniak.api.auth
 

Methods in net.stepniak.api.auth that return KeyEntity
 KeyEntity KeyStore.create()
           
 KeyEntity KeyStore.find(String id)
           
 

Methods in net.stepniak.api.auth with parameters of type KeyEntity
 SessionEntity SessionStore.create(KeyEntity keyEntity, UserEntity userEntity, String remoteAddr, String forwardedFor)
           
 

Uses of KeyEntity in net.stepniak.api.auth.entity
 

Fields in net.stepniak.api.auth.entity declared as KeyEntity
 KeyEntity SessionEntity.keyLogic
           
 

Constructors in net.stepniak.api.auth.entity with parameters of type KeyEntity
SessionEntity(String sessId, KeyEntity keyEntity)
           
 

Uses of KeyEntity in net.stepniak.api.auth.repository.memory
 

Methods in net.stepniak.api.auth.repository.memory with type parameters of type KeyEntity
<Entity extends KeyEntity>
Entity
InMemoryKeyRepository.save(Entity entity)
           
<Entity extends KeyEntity>
Iterable<Entity>
InMemoryKeyRepository.save(Iterable<Entity> entities)
           
 

Methods in net.stepniak.api.auth.repository.memory that return KeyEntity
 KeyEntity InMemoryKeyRepository.findOne(String id)
           
 

Methods in net.stepniak.api.auth.repository.memory that return types with arguments of type KeyEntity
 Iterable<KeyEntity> InMemoryKeyRepository.findAll()
           
 Iterable<KeyEntity> InMemoryKeyRepository.findAll(Iterable<String> strings)
           
 

Methods in net.stepniak.api.auth.repository.memory with parameters of type KeyEntity
 void InMemoryKeyRepository.delete(KeyEntity entity)
           
 

Method parameters in net.stepniak.api.auth.repository.memory with type arguments of type KeyEntity
 void InMemoryKeyRepository.delete(Iterable<? extends KeyEntity> entities)
           
 



Copyright © 2013. All Rights Reserved.