Uses of Class
com.peterphi.usermanager.db.entity.OAuthServiceEntity
Packages that use OAuthServiceEntity
-
Uses of OAuthServiceEntity in com.peterphi.usermanager.db.dao.hibernate
Methods in com.peterphi.usermanager.db.dao.hibernate that return OAuthServiceEntityModifier 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) Methods in com.peterphi.usermanager.db.dao.hibernate with parameters of type OAuthServiceEntityModifier 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) voidOAuthServiceDaoImpl.rotateUserAccessKey(OAuthServiceEntity entity) -
Uses of OAuthServiceEntity in com.peterphi.usermanager.db.entity
Methods in com.peterphi.usermanager.db.entity that return OAuthServiceEntityMethods in com.peterphi.usermanager.db.entity that return types with arguments of type OAuthServiceEntityMethods in com.peterphi.usermanager.db.entity with parameters of type OAuthServiceEntityModifier and TypeMethodDescriptionvoidOAuthSessionContextEntity.setService(OAuthServiceEntity service) Method parameters in com.peterphi.usermanager.db.entity with type arguments of type OAuthServiceEntityModifier and TypeMethodDescriptionvoidRoleEntity.setServiceMembers(Set<OAuthServiceEntity> serviceMembers)