Uses of Class
com.peterphi.usermanager.db.entity.OAuthSessionEntity
-
Uses of OAuthSessionEntity in com.peterphi.usermanager.db.dao.hibernate
Modifier 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) Modifier and TypeMethodDescriptionOAuthDelegatedTokenDaoImpl.create
(OAuthSessionEntity session, org.joda.time.DateTime expires) -
Uses of OAuthSessionEntity in com.peterphi.usermanager.db.entity
Modifier and TypeMethodDescriptionvoid
OAuthDelegatedTokenEntity.setSession
(OAuthSessionEntity session)