Uses of Record Class
io.meeds.oauth2.server.model.OAuthConsent
Packages that use OAuthConsent
Package
Description
-
Uses of OAuthConsent in io.meeds.oauth2.server.rest
Methods in io.meeds.oauth2.server.rest that return types with arguments of type OAuthConsent -
Uses of OAuthConsent in io.meeds.oauth2.server.service
Methods in io.meeds.oauth2.server.service that return OAuthConsentModifier and TypeMethodDescriptionOAuthConsentService.getConsent(String username, String clientId) Methods in io.meeds.oauth2.server.service that return types with arguments of type OAuthConsentModifier and TypeMethodDescriptionOAuthConsentService.getConsentsByClient(String clientId) OAuthConsentService.getConsentsByUser(String username) -
Uses of OAuthConsent in io.meeds.oauth2.server.storage
Methods in io.meeds.oauth2.server.storage that return OAuthConsentModifier and TypeMethodDescriptionOAuthConsentStorage.findByUserAndClientId(String username, String clientId) Methods in io.meeds.oauth2.server.storage that return types with arguments of type OAuthConsentModifier and TypeMethodDescriptionOAuthConsentStorage.findByClientId(String clientId) OAuthConsentStorage.findByUser(String username) -
Uses of OAuthConsent in io.meeds.oauth2.server.util
Methods in io.meeds.oauth2.server.util that return OAuthConsentModifier and TypeMethodDescriptionstatic OAuthConsentEntityMapper.toSimplifiedObject(OAuthConsentEntity entity)