Uses of Class
com.bytedesk.core.rbac.auth.oauth2.OAuth2Entity
Packages that use OAuth2Entity
-
Uses of OAuth2Entity in com.bytedesk.core.rbac.auth.oauth2
Methods in com.bytedesk.core.rbac.auth.oauth2 that return OAuth2EntityModifier and TypeMethodDescriptionprotected OAuth2Entity
OAuth2RestService.doSave
(OAuth2Entity entity) OAuth2RestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, OAuth2Entity entity) OAuth2RestService.save
(OAuth2Entity entity) Methods in com.bytedesk.core.rbac.auth.oauth2 that return types with arguments of type OAuth2EntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<OAuth2Entity>
OAuth2RestService.createSpecification
(OAuth2Request request) protected org.springframework.data.domain.Page<OAuth2Entity>
OAuth2RestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<OAuth2Entity> specification, org.springframework.data.domain.Pageable pageable) Methods in com.bytedesk.core.rbac.auth.oauth2 with parameters of type OAuth2EntityModifier and TypeMethodDescriptionOAuth2RestService.convertToResponse
(OAuth2Entity entity) protected OAuth2Entity
OAuth2RestService.doSave
(OAuth2Entity entity) OAuth2RestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, OAuth2Entity entity) OAuth2RestService.save
(OAuth2Entity entity) Method parameters in com.bytedesk.core.rbac.auth.oauth2 with type arguments of type OAuth2EntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<OAuth2Entity>
OAuth2RestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<OAuth2Entity> specification, org.springframework.data.domain.Pageable pageable)