Class HvlOauthRoleAuthorityRelManagerImpl

java.lang.Object
tr.com.havelsan.javarch.oauth.jpa.data.provider.module.role.manager.relation.HvlOauthRoleAuthorityRelManagerImpl
All Implemented Interfaces:
HvlOAuthRoleAuthorityRelManager

@Service @Transactional(readOnly=true) public class HvlOauthRoleAuthorityRelManagerImpl extends Object implements HvlOAuthRoleAuthorityRelManager
The class which implements HvlOAuthRoleAuthorityRelManager.
  • Constructor Details

    • HvlOauthRoleAuthorityRelManagerImpl

      public HvlOauthRoleAuthorityRelManagerImpl(HvlOAuthRoleAuthorityRelRepository roleAuthorityRelRepository, HvlOAuthRoleQueryGenerator roleQueryGenerator)
      Instantiates a HvlOauthRoleAuthorityRelManagerImpl.
      Parameters:
      roleAuthorityRelRepository - the role authority rel repository
      roleQueryGenerator - the role query generator
  • Method Details