Uses of Class
com.peterphi.usermanager.db.entity.OAuthServiceEntity
-
Uses of OAuthServiceEntity in com.peterphi.usermanager.db.dao.hibernate
Modifier and TypeMethodDescriptionOAuthServiceDaoImpl.getByAccessKey
(String key) OAuthServiceDaoImpl.getByClientIdAndEndpoint
(String id, String redirectUri) OAuthServiceDaoImpl.getByClientIdAndSecretAndEndpoint
(String id, String secret, String redirectUri) OAuthServiceDaoImpl.getByClientIdAndSecretOnly
(String id, String secret) Modifier and TypeMethodDescriptionOAuthSessionContextDaoImpl.create
(UserEntity user, OAuthServiceEntity service, String scope) Create a context (or reuse an existing active context)OAuthSessionDaoImpl.exchangeCodeForToken
(OAuthServiceEntity service, String authorisationCode) OAuthSessionDaoImpl.exchangeRefreshTokenForNewToken
(OAuthServiceEntity service, String refreshToken, org.joda.time.DateTime newExpires) OAuthSessionDaoImpl.getSessionToDelegateByRefreshToken
(OAuthServiceEntity service, String refreshToken) void
OAuthServiceDaoImpl.rotateUserAccessKey
(OAuthServiceEntity entity) -
Uses of OAuthServiceEntity in com.peterphi.usermanager.db.entity
Modifier and TypeMethodDescriptionvoid
OAuthSessionContextEntity.setService
(OAuthServiceEntity service) Modifier and TypeMethodDescriptionvoid
RoleEntity.setServiceMembers
(Set<OAuthServiceEntity> serviceMembers)