public interface GlobalRepository extends Repository<UserSessionRepository>
Modifier and Type | Method and Description |
---|---|
UserSessionRepository |
createNew()
Create a new element and set it as current
|
Collection<OAuthSession> |
getAllSessions() |
add, get, getAll, getCurrent, remove, remove, removeCurrent, setCurrent, setCurrent
Collection<OAuthSession> getAllSessions()
UserSessionRepository createNew()
Copyright © 2012-2013. All Rights Reserved.