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