net.stepniak.api.auth
Class SessionStore
java.lang.Object
net.stepniak.api.auth.SessionStore
@Component
public class SessionStore
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SessionStore
public SessionStore()
SessionStore
@Autowired
public SessionStore(SessionRepository sessionStorage)
create
@Transactional
public SessionEntity create(KeyEntity keyEntity,
UserEntity userEntity,
String remoteAddr,
String forwardedFor)
throws NoSuchAlgorithmException
- Throws:
NoSuchAlgorithmException
find
public SessionEntity find(String id)
Copyright © 2013. All Rights Reserved.