Interface AuthorizationFilter

All Superinterfaces:
TypedFilterableRequest.SearchRequestFilter
All Known Implementing Classes:
AuthorizationFilterImpl

public interface AuthorizationFilter extends TypedFilterableRequest.SearchRequestFilter
  • Method Details

    • ownerId

      AuthorizationFilter ownerId(String ownerId)
      Filter authorizations by the specified owner ID.
      Parameters:
      ownerId - the ID of the owner
      Returns:
      the updated filter
    • ownerType

      AuthorizationFilter ownerType(OwnerType ownerType)
      Filter authorizations by the specified owner type.
      Parameters:
      ownerType - the type of the owner
      Returns:
      the updated filter
    • resourceIds

      AuthorizationFilter resourceIds(String... resourceIds)
      Filter authorizations by the specified resource IDs.
      Parameters:
      resourceIds - the IDs of the resource
      Returns:
      the updated filter
    • resourceIds

      AuthorizationFilter resourceIds(List<String> resourceIds)
      Filter authorizations by the specified resource IDs.
      Parameters:
      resourceIds - the IDs of the resource
      Returns:
      the updated filter
    • resourceType

      AuthorizationFilter resourceType(ResourceType resourceType)
      Filter authorizations by the specified resource type.
      Parameters:
      resourceType - the type of the resource
      Returns:
      the updated filter