Uses of Class
com.peterphi.usermanager.db.entity.OAuthSessionContextEntity
Packages that use OAuthSessionContextEntity
-
Uses of OAuthSessionContextEntity in com.peterphi.usermanager.db.dao.hibernate
Methods in com.peterphi.usermanager.db.dao.hibernate that return OAuthSessionContextEntityModifier and TypeMethodDescriptionOAuthSessionContextDaoImpl.create
(UserEntity user, OAuthServiceEntity service, String scope) Create a context (or reuse an existing active context)Methods in com.peterphi.usermanager.db.dao.hibernate with parameters of type OAuthSessionContextEntityModifier and TypeMethodDescriptionOAuthSessionDaoImpl.create
(OAuthSessionContextEntity context, String initiator, org.joda.time.DateTime expires) -
Uses of OAuthSessionContextEntity in com.peterphi.usermanager.db.entity
Methods in com.peterphi.usermanager.db.entity that return OAuthSessionContextEntityMethods in com.peterphi.usermanager.db.entity with parameters of type OAuthSessionContextEntityModifier and TypeMethodDescriptionvoid
OAuthSessionEntity.setContext
(OAuthSessionContextEntity context)