Interface HvlOAuthAuthorityOperationalManager

All Known Implementing Classes:
HvlOAuthAuthorityOperationalManagerImpl

@Validated public interface HvlOAuthAuthorityOperationalManager
This manager provides query methods.
  • Method Details

    • save

      HvlOAuthAuthorityModel save(@NotNull @Valid @NotNull @Valid HvlOAuthAuthorityModel authorityModel)
      Saves authority
      Parameters:
      authorityModel - the authority model
      Returns:
      hvl o auth profile detail model
    • update

      @Validated(tr.com.havelsan.javarch.data.commons.validation.HvlConstraintGroups.ModifyingOperation.class) HvlOAuthAuthorityModel update(@NotNull @Valid @NotNull @Valid HvlOAuthAuthorityModel authorityModel)
      Update hvl o auth authority model.
      Parameters:
      authorityModel - the authority model
      Returns:
      the hvl o auth authority model
    • deleteByUuid

      HvlOAuthAuthorityModel deleteByUuid(@NotBlank @Size(min=36,max=36) @NotBlank @Size(min=36,max=36) String uuid, Consumer<Set<String>> affectedUsersAction)
      Delete authority by id.
      Parameters:
      uuid - the uuid
      affectedUsersAction - the affected users action
      Returns:
      the hvl o auth authority model