Uses of Class
com.peterphi.usermanager.db.entity.OAuthSessionEntity
Packages that use OAuthSessionEntity
-
Uses of OAuthSessionEntity in com.peterphi.usermanager.db.dao.hibernate
Methods in com.peterphi.usermanager.db.dao.hibernate that return OAuthSessionEntityModifier and TypeMethodDescriptionOAuthSessionDaoImpl.create
(OAuthSessionContextEntity context, String initiator, org.joda.time.DateTime expires) OAuthSessionDaoImpl.exchangeCodeForToken
(OAuthServiceEntity service, String authorisationCode) OAuthSessionDaoImpl.exchangeRefreshTokenForNewToken
(OAuthServiceEntity service, String refreshToken, org.joda.time.DateTime newExpires) OAuthSessionDaoImpl.getByToken
(String token) OAuthSessionDaoImpl.getSessionToDelegateByRefreshToken
(OAuthServiceEntity service, String refreshToken) Methods in com.peterphi.usermanager.db.dao.hibernate with parameters of type OAuthSessionEntityModifier and TypeMethodDescriptionOAuthDelegatedTokenDaoImpl.create
(OAuthSessionEntity session, org.joda.time.DateTime expires) -
Uses of OAuthSessionEntity in com.peterphi.usermanager.db.entity
Methods in com.peterphi.usermanager.db.entity that return OAuthSessionEntityMethods in com.peterphi.usermanager.db.entity with parameters of type OAuthSessionEntityModifier and TypeMethodDescriptionvoid
OAuthDelegatedTokenEntity.setSession
(OAuthSessionEntity session)